#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 #FE7310;
	background-color: #000000;
	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;
	padding-bottom: 3px;
	height: 27px;
	cursor: move;
}
#ventana_carrusel .titulo_ventana
{
	cursor: auto;
}
.ventana_popup .boton_cerrar_ventana
{
	position: absolute;
	top: 3px;
	right: 10px;
	display: block;
	width: 52px;
	text-align: center;
	height: 33px;
	background-image: url(../imagenes/cerrar.png);
	background-repeat: no-repeat;
	background-position: 9px 0px;
	line-height: 2;
	text-transform: lowercase;
	font-weight: bold;
}
.ventana_popup .boton_cerrar_ventana A
{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	display: block;
	height: 32px;
	position: relative;
	top: 1px;
	color: #D07D21;
}
.ventana_popup .contenido_ventana
{
	margin-top: 18px;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	position: relative;
	overflow: hidden;
}
.contenido_ventana.scroll_contenido
{
	overflow: auto;
}
.pestana_flecha
{
	position: absolute;
	height: 50px;
	z-index: 10;
	line-height: 51px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 73px;
	text-align: center;
	background-color: #000000;
}
.pestana_flecha.siguiente
{
	right: -75px;
	top: 50%;
	border-top: 1px solid #FE7310;
	border-right: 1px solid #FE7310;
	border-bottom: 1px solid #FE7310;
	border-left: 1px solid #000000;
	margin-top: -25px;
}
.pestana_flecha.anterior
{
	top: 50%;
	border-top: 1px solid #FE7310;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #FE7310;
	border-left: 1px solid #FE7310;
	margin-top: -25px;
	margin-left: -79px;
}
.pestana_flecha A
{
	text-decoration: none;
	display: block;
	color: #898989;
	height: 50px;
}
.pestana_flecha A:hover
{
	background-color: #FE7310;
	color: #020202;
}
#descripcion_imagen
{
	display: none;
}
.loading
{
	font-weight: bold;
	display: block;
	position: relative;
	top: 100px;
	text-align: center;
}

