/* CSS Document */

body { 
margin:0 auto; 
margin-top:0px; 
} 

.texto{
font-family: "verdana";
font-size:10pt;
color:#FFFFFF;

}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color:#333333;
	opacity:0.95; filter:alpha(opacity="65");
	display: none;
	}
#form_ver {
	position:absolute;
	left:197px;
	top:26px;
	width:525px;
	height:344px;
	z-index:91;
	background-color: #FFFFFF;
	border: thin solid #999999;
	display: none;
}
#cerrar {
	position:absolute;
	left:197px;
	top:3px;
	width:525px;
	height:23px;
	z-index:92;
	background-color: #999999;
	border: thin solid #999999;
	display: none;
}