	html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #4370a7;
		position: absolute;
		width: 100%;
		height: 100%;
		/* cursor: crosshair; */
	}
	#box {
		position: absolute;
		background: #4370a7;
		border: gray solid 1px;
		visibility: hidden;
	}

  #screen {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 10%;
		height: 80%;
		/*background: #4370a7;*/
		background: #FFFFFF;
		border: gray solid 1px;
	}
	
	#div_down {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 90%;
		height: 10%;
		background: #4370a7;
		/*background: #FFFFFF;*/
		/*background:#ff8000;*/
		border: gray solid 1px;
	}
	#box img  {
		position: absolute;
		border: gray solid 1px;
		cursor: pointer;
	}
	/*color del texto en la imagen*/
	#box span {
		position: absolute;
		color: #00008B;
		font-family: verdana;
		font-size: 12px;
		width: 200px;
	}
	#box a {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#box a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#lnk {
		visibility: hidden;
	}
	
	#tabla_lk a {
		text-decoration: none;
		color:#F5F5F5;
	}
	
  #tabla_lk a:hover	{
		text-decoration: none;
		background:#00008B;
		color:#ffffff;
	}
	#tabla_lk a:visited {
		text-decoration: none;
		color:#E0FFFF"
	}
	#tabla_lk a:visited:hover {
		text-decoration: none;
		background:#00008B;
		color:#ffffff;
	}
	
	.box_text {
		position: absolute;
		left: 5%;
    width: 90%;
		top: 5%;
		height: 90%;
		background: #FFFFFF;
		overflow: auto;
		/* border: #4370a7 solid 5px; */
	}


