#sOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
#sVentana {
	position: absolute;
	background-color: #FFFFFF;
	z-index: 1001;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
}



#sVentana #ContentVentana{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}
#sVentana #ContentVentana h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	text-align: center;
}
#sVentana #ContentVentana a {
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sVentana #ContentVentana a:hover {
	color: #CC0000;
}
#sVentana #TitVna {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
	padding: 5px;
}
#sVentana #btnCerrarVtna {
	float: right;
	padding: 5px;
}
#sVentana #btnCerrarVtna a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#sVentana #btnCerrarVtna a:hover {
	color: #99FF00;

}

