#ocultador
{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 5999;
	background-color: #CCCCCC;
	opacity: .8;
	filter: alpha(opacity=80);
}
.ventana_popup
{
	position: fixed;
	z-index: 6000;
	border: 1px solid #989898;
	background-color: #FFFFFF;
	padding: 4px;
	min-width: 347px;
	left: 50%;
	/*[disabled]top:100px;*/
	margin-left: -247px;
}
.ventana_popup .titulo_ventana
{
	font-family: "Trebuchet MS";
	font-size: 18px;
	padding-left: 7px;
	padding-top: 3px;
	margin-bottom: -14px;
	background-color: #E8E8E8;
	padding-bottom: 3px;
	height: 27px;
	cursor: move;
}
#ventana_carrusel .titulo_ventana
{
	cursor: auto;
}
.ventana_popup .boton_cerrar_ventana
{
	position: absolute;
	top: 11px;
	right: 10px;
}
.ventana_popup .boton_cerrar_ventana A
{
	text-decoration: none;
	color: #020202;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}
.ventana_popup .contenido_ventana
{
	margin-top: 18px;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	position: relative;
}
.contenido_ventana.scroll_contenido
{
	overflow: auto;
}
.pestana_flecha
{
	position: absolute;
	background-color: #FFFFFF;
	height: 50px;
	z-index: 10;
	line-height: 51px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 73px;
	text-align: center;
}
.pestana_flecha.siguiente
{
	right: -73px;
	top: 50%;
	border-top: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-left: 1px solid #FFFFFF;
	margin-top: -25px;
}
.pestana_flecha.anterior
{
	top: 50%;
	border-top: 1px solid #979797;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #979797;
	border-left: 1px solid #979797;
	margin-top: -25px;
	margin-left: -77px;
}
.pestana_flecha A
{
	text-decoration: none;
	display: block;
	color: #898989;
	height: 50px;
}
.pestana_flecha A:hover
{
	background-color: #EFEFEF;
	color: #020202;
}
