.box
{
	background-color:#FFFFFF;
	font-size:11px;
}
.esq_sup_izq
{
	width:20px;
	height:20px;
	background-image:url(imagenes/esq_sup_izq.gif);
}
.borde_sup
{

	height:20px;
	background-image:url(imagenes/borde_sup.gif);
}
.esq_sup_der
{

	width:20px;
	height:20px;
	background-image:url(imagenes/esq_sup_der.gif);
}
.esq_inf_izq
{

	width:20px;
	height:35px;
	background-image:url(imagenes/esq_inf_izq.gif);
}
.borde_inf
{

	height:35px;
	background-image:url(imagenes/borde_inf.gif);
}
.esq_inf_der
{

	width:20px;
	height:35px;
	background-image:url(imagenes/esq_inf_der.gif);
}
.borde_der
{

	width:20px;
	background-image:url(imagenes/borde_der.gif);
}
.borde_izq
{
	width:20px;
	background-image:url(imagenes/borde_izq.gif);
}
#sitios_interes
{
	/*border:1px solid #666666;*/
}
#sitios_interes a
{
	font-size:10px;
}
#centro
{
	color:#333333;
	font-size:11px;
}

.box a
{
	overflow:hidden;
	line-height: 4.5;
	display:block;
	position:relative;
	width:100%;
	color:	#000000;
	text-indent:60px;
	height:40px;
	font-weight:bold;
	
}
.box a:hover
{
	color:#FF9900;
	line-height: 4.5;
	display:block;
	position:relative;
	/*background-color:#FAFAFA;*/
	width:100%;
	text-indent: 60px;
	height:40px;
	font-weight:bold;	
		
}
/*-------------------*/
#ventana
{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:1020px;
	height:498px;
	background:#666666;
	z-index:9999;
}
#fondo_ventana
{
	overflow:hidden;
	min-height:100%;	
	z-index:999; 
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	background:#AAAAAA;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#contenido_ventana
{
	position:absolute;
	display:block;
	top:30px;
	left:10px;
	width:1000px;
	height:458px;	
	z-index:99999;
	background:#FFFFFF;
}
#cerrar_ventana
{
	position:absolute;
	right:0px;
	color:#FFFFFF;
	background:url(../imagenes/x.gif);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	width:30px;
	height:30px;
	text-align:center;	
}