@charset "utf-8";
/* CSS Document */

body{
	display:block;
	margin:0px;
}

#textoTitulos{
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

#cabecera{
	display:block;
	position:relative;
	margin:0px auto 0px auto;
	width:996px;
	height:87px;
	border-bottom:#ca0000 solid 2px;
	
	background-image:url(imagenes/logotipo.jpg);
	background-repeat:no-repeat;
}

#centro{
	display:block;
	position:relative;
	margin:0px auto 0px auto;
	width:996px;
}

/*Callejero -------------------------------------------------------*/
#callejero{
	display:block;
	float:left;
	width:781px;
	border-bottom:#ca0000 solid 6px;
}

#mapa{
	display:block;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	width:779px;
	height:auto;
}

#menu{
	display:block;
	width:779px;
	height:auto;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
}
/*-----------------------------------------------------------------*/

#capaIzquerda{
	display:block;
	float:right;
	width:205px;
}

#capaClima{
	display:block;
	margin-top:10px;
	width:205px;
	height:39px;
	background-image:url(imagenes/eltiempo.jpg);
	background-repeat:no-repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.capaIcoClima{
	float:left;
	padding-top:6px; 
	margin-left:15px;
	width:30px;
	height:30px;
}

#textoClimaMinMax{
	font-size:10px;
	color:#ca0000;
	text-align:center;
	width:30px;
}

#textoClimaTemperaturas{
	float:left;
	padding-top:6px;
	margin-left:13px;
	
	font-size:14px;
	text-align:center;
	width:30px;
	height:30px;
}

#capaInfoInteres{
	display:block;
	float:left;
	margin-top:10px;
	width:205px;
	height:auto;
	
	background-image:url(imagenes/cajaSup.jpg);
	background-repeat:repeat-x;
}

#cajaSupIzq{
	display:block;
	float:left;
	background-image:url(imagenes/cajaSupIqz.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:26px;
}

#cajaTitulo{
	float:left;
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	margin-top:1px;
	padding-top:6px;
	height:19px;
	width:185px;
	background-color:#c80000;
}

#cajaSupDer{
	display:block;
	float:right;
	background-image:url(imagenes/cajaSupDer.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:26px;
}

#cajaLineaIzq{
	float:left;
	background-image:url(imagenes/cajaLineaLateral.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	
	width:205px;
}

#cajaLineaDer{
	background-image:url(imagenes/cajaLineaLateral.jpg);
	background-repeat:repeat-y;
	background-position:bottom right;
	
	width:205px;
}

#cajaTexto{
	width:205px;
	height:250px;
	/*margin-left:8px;*/
	overflow:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.TextoMunicipio{
	height:14px;
	background-color:#F9F0BD;
	padding:3px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#cajaContactos{
	background-color:#FCF5E0;
	height:35px;
	border-bottom:#c80000 solid 1px;
}

#tituloInsti{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#c80000;
	
	width:194px;
	margin-top:3px;
}

#telfInsti{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:194px;
	color:#333;
}




#cajaLineaInf{
	float:left;
	height:8px;
	width:205px;
	background-image:url(imagenes/cajaInf.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#cajaInfIzq{
	float:left;
	width:205px;
	height:8px;
	width:9px;
	background-image:url(imagenes/cajaInfIqz.jpg);
	background-repeat:no-repeat;
}

#cajaInfDer{
	float:right;
	width:205px;
	height:8px;
	width:9px;
	background-image:url(imagenes/cajaInfDer.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#capasBajo{
	display:block;
	float:left;
	width:247px;
	height:307px;
	
	margin:10px;
	background-color:#CCC;
}

#pie{
	display:block;
	float:left;
	margin:0px auto 0px auto;
	height:30px;
	width:996px;
	background-color:#ca0000;
}


/* Espacios publicitarios */
#publi1{
	display:block;
	margin-left:527px;
	padding-top:14px;
	width:468px;
	height:86px;
}

#publi2{
	display:block;
	float:left;
	margin-top:8px;
	width:780px;
	height:90px;
	border-bottom:#ca0000 solid 1px;
}