#sOverlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#sVentana {
	position: absolute;
	background-color: #bbbbbb;
	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;
}
#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 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#sVentana #ContentVentana a:hover {
	color: #CC0000;
}
#sVentana #TitVna {
	background-color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCFF00;
	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;
}

#sOverlay2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
#sVentana2 {
	position: absolute;
	z-index: 1001;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}
#sVentana2 #ContentVentana2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
#sVentana2 #ContentVentana2 h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	text-align: center;
}
#sVentana2 #ContentVentana2 a {
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#sVentana2 #ContentVentana2 a:hover {
	color: #CC0000;
}
#sVentana2 .btnCerrarVtna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: baseline;
	display: block;
	float: none;
}
#sVentana2 .btnCerrarVtna:hover {
	color: #99FF00;
}
#sVentana2 #ContentVentana2 .btnCerrarVtna, #sVentana2 .btnCerrarVtna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
}
#sVentana2 .btnCerrarVtna:hover {
	color: #CCFF00;
}
#sVentana2 *{
outline:none;
}
