@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);
@import url(menu.css);


/* ----------------------------------------------------- All browsers */

a:hover {
	text-decoration: underline !important;
	cursor: pointer;
}

a {
	text-decoration: none;
}

#cabecera {
	height: 75px;
}

#central {
	height: 287px;
	background: url(../img/central_fondo.png) repeat-x;
}

#cuerpo {
	min-height: 200px;
	padding-bottom: 20px;
}

#pie {
	height: 100px;
	background: url(../img/sombra_pie.png) repeat-x;
}

#listaEnlaces {
	margin-top: 5px;
}

#listaEnlaces li {
	display: inline;
	vertical-align: top;
	margin-right: 5px;
}


.contenido {
	position: relative;
	font-family: Arial;
	font-size: 11px;
	width: 960px;
	margin: 0 auto;
}

.col150 {
	width: 150px;
	float: left;
}

.col300 {
	width: 300px;
	float: left;
}

.col450 {
	width: 450px;
	float: left;
}

.sinmargen {
	margin-left: 30px;
}

.tituloDer {
	font-size: 14px;
	width: 150px;
	margin-top: 12px;
	margin-bottom: 10px;
	border-bottom: solid 1px #000;
	
}

/* cabecera y menu principal*/

#logo {
	float: left;
	margin-top: 5px;
}

#menu {
	position: absolute;
	right: -28px;
	top: 30px;
}

#cabecera h1 {
	padding-top: 10px;
	margin-left: 70px;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}

#cabecera h2 {
	float: left;
	margin-left: 5px;
	font-family: Arial;
	font-size: 14px;
}

/* clases y estilos de contenido */

.coltitular {
	width: 240px;
	margin-top: 25px;
	margin-left: 55px;
	color: #fff;
	font-family: Arial;
	
}

.coltitular h1 {
	font-size: 17px;
	font-weight: bold;
	text-align: right;
}

.coltitular p {
	margin-top: 7px;
	text-align: justify;
}

/* pastillas de destacados*/

.destacado {
	width: 200px;
	padding: 8px;
	margin-bottom: 5px;
	display: block;
	float: right;
	clear: both;
	color: #fff;
	background: #53A4D6;
}

a .destacado p {
	color: #fff !important;
	text-decoration: none;	
}

a:hover .destacado {
	color: #fff !important;
	text-decoration: underline !important;
}

.destacado h1 {
	font-size: 14px;
	margin-bottom: 5px;
}

div.destacado.importante {
	background: #C0272D;
}

/* clases de noticias*/

.noticia {
	margin-bottom: 15px;
	float: left;
}

.separador {
	border-bottom: 1px solid #53A4D6;
}

.noticia h1 {
	font-family: Verdana;
	font-size: 20px;
	margin-bottom: 10px;
	color: #007BC5;
	min-width: 150px;
}

.noticia h2 {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 10px;
	color: #007BC5;
}

.noticia h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	color: #000;
}


.noticia b, .noticia strong {
	color: #007BC5;
	font-weight: bold;
}

.noticia p {
	text-align: justify;
	margin-bottom: 7px;
}

.noticia img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.noticia ul {
	list-style: disc;
	margin-left: 25px;
}

.noticia a {
	color: #666;
}

.noticia a:hover {
	text-decoration: underline !important;
}

h2.listaEnlaces {
	padding: 5px;
	margin-bottom: 10px;	
}

ul.listaEnlaces {
	margin-left: 15px;
	list-style: square;
	margin-bottom: 25px;
}

ul.listaEnlaces li {
	margin-bottom: 4px;
}

ul.listaEnlaces li a {
	color: #007BC5;

}


/* clases de float */

.izq {
	float: left;
}

.der {
	float: right;
}

/* clases de enlaces */

.leermas {
	margin-top: 5px;
	margin-left: 5px;
	display: block;
	padding: 3px;
	float: right;
	text-decoration: none;
}

.azul {
	color: #fff !important;
	background: #53A4D6;
}

.blanco {
	color: #53A4D6;
	background: #fff;
}

.listaDer {
	float: right;
	margin-bottom: 25px;
}

.listaDer li {
	width: 150px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	vertical-align: top;
	color: #008FD0;
	border-bottom: dotted 1px #dadada;			
}

.listaDer li a {
	color: #008FD0;			
	vertical-align: top;		
	text-decoration: none;
}

.listaDer li a:hover {
	color: #53A4D6;			
	vertical-align: top;
	text-decoration: underline;			
}

.listaDer li img {
	margin-right: 7px;
/* 	float: left; */	
}

/* clases de los formularios*/

	.formError {
			position:absolute;
			top:300px; left:300px;
			width:150px;
			padding-bottom:15px;
			display:block;
			z-index:5000;
		}
			.formError .formErrorContent {
				width:100%; 
				background:#000;
				color:#fff;
				font-family:tahoma;
				font-size:10px;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				
			}
				.formError .formErrorArrow div{
					box-shadow: 0px 0px 6px #000;
					-moz-box-shadow: 0px 0px 6px #000;
					-webkit-box-shadow: 0px 0px 6px #000;
					font-size:0px; 
				}
				.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
				.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;} 

.leyenda {
	font-size: 10px;
}

/* google maps */

small a {
	text-decoration: none;
	color: #666;
}

#formContacto {
	font-size: 11px;
}

#formContacto input {
	margin-bottom: 10px;
	width: 320px;
}

#formContacto {
	margin-top: 20px !important;
}

#formContacto legend {
	margin-bottom: 7px;
	}




/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
