/* CSS Document */

body{
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#titulo {

	width: 100%;
	height:70px;
	background:#000000;
	margin:0px;
}

#titulo #logo{
	padding-top:15px;
	float:left;
}

	
#titulo #baner{
	padding-top:15px;
	float:left;
}

#titulo #suscribir {
	float:left;
	width:160px;
}

#titulo #suscribir .titulo{
padding-top:4px;
color:#ffffff;
font-size:11px;
padding-bottom:14px;

}

#titulo #suscribir a{

color:#ffffff;
font-size:11px;

}

#titulo #entrar {
padding-top:4px;
float:right;
width:170px;
}

#titulo #entrar .text{


background-color:#ffffff;
color:#000000;
font-size:9px;
height:12px;
width:160px;
margin-bottom:4px;

}

#titulo #entrar .boton{
background-color:#ffffff;
color:#666666;
font-size:9px;
height:18px;
width:60px;
margin-bottom:4px;

}

#tablaenlaces{
	position:absolute;
	left: 261px;
	top: 72px;
	right:0;
	
}

#tablaenlaces .categoria {
	
	
	padding-bottom:2px;
	cursor:pointer;
	
}


#tablaenlaces .categoria img {
	float:left;
	padding:2px;
}

#tablaenlaces .categoria .titulo{
	
	padding-top:2px;
	padding-bottom:2px;
	float:left;
	font-size:14px;
	font-weight:600;
}

#tablaenlaces .categoria .descripcion{
	
	font-size:11px;
	width:210px;
	
}




#lateral {
	width:260px;
	position:absolute;
	left:0px;
	top:72px;

}





#lateral .promo{

	clear:both;
	width:258px;
	
	border-bottom:thin;
	border-bottom-color:#FF0000;
	border-bottom-style:dotted;
	cursor:pointer;
}


#lateral .promo img {
	float:left;
	padding:4px;
}


#lateral .promo .titulo{
	width:175px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	
	font-size:14px;
	font-weight:600;
}

#lateral .promo .descripcion{
	width:175px;
	font-size:11px;
	float:right;
	
}

#lateral .clear{
clear:both;
	
	
}

#lateral #transparencia{
margin-top:2px;
margin-bottom:2px;
padding:2px;
background:#000000;
color:#dedede;

	font-size:11px;
	display:none;
	
}

#lateral #transparencia a{

	
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	
}



#mapa{
	position:absolute;
	left: 261px;
	top: 105px;
	right: 0px;
	
}

#ListaLateral{
	padding-top:5px;
	width: 260px;
	height:80px;
	overflow:auto;
	border-bottom:thin;
	border-bottom-color:#FF0000;
	border-bottom-style:dotted;
	background-color:#ffffff;
	
	
}


#ListaLateral .ItemLista {
color:#000000;
	padding-left:20px;
	font-size:10px;
	cursor:pointer;
	padding-bottom:4px;
	
}