﻿@charset "utf-8";

* { margin: 0;	padding: 0; }


/*** ESTRUCTURA DE LA PAGINA ***/ 
body { padding:0; font-family:arial,clean,sans-serif; background:url(../img/fondo_cabecera_04.jpg) top repeat-x; background-color:#ebe8e3; text-align:center; }
#pagina{ margin:0 auto; width:998px; font-size:100%; text-align:left; }
#contenido { }
#izquierdo { float:left; width:225px; background:url(../img/izquierdo.jpg) top left no-repeat; }
#derecho { float:right; width:750px; background:url(../img/derecho.jpg) top right no-repeat; }
#pie { width:905px; height:100%; margin:0px 20px 0 30px; padding:20px; clear:both; background-color:#f7f6f1; border:solid 1px #e4e2de; font-size:0.7em; color:#999; text-align:left; }
#pie img { margin-right:20px; }

/**** Cabecera ***/
#cabecera { width:998px; height:132px; background-color:#727272; }
#cabecera_a { float:left; width:665px; height:56px; padding:6px 0 0 240px; background:url(../img/cabecera_04_a.jpg) no-repeat; color:#396297; font-size:1.9em; font-weight:bold; }
#cabecera_b { float:left; width:93px; height:62px; }
#cabecera_c { float:left; width:998px; height:70px; }


li { margin-left:20px; margin-bottom:8px; }
span.titulo-seccion { display:block; font-weight:bold; color:#396297; font-size:1.4em; }
.punteado { width:100%; height:1px; background:url(../img/punteado.gif) repeat-x; }



/*** Algunas clases útiles: ***/
.float-left { float: left; }
.float-right { float: right; }
.clear { clear:both;margin:0;padding:0; }
.negrita { font-weight:bold; }
.centrado { text-align:center; vertical-align:middle; }
.justificado { text-align:justify; }


/****** Módulo destacado *******/
#modulo-destacados { padding:0 10px 0 35px; }
.titulo-destacados { margin-bottom:15px; font-size:1em; color:#666; }
* html .titulo-destacados { margin-bottom:5px; }
.linea { width:180px; height:1px; background:url(../img/linea_modulo.gif) top no-repeat; }
.modulo-destacados-noticia { float:left; }
* html .modulo-destacados-noticia { margin-top:0px; margin-left:5px; }
.cuerpo-noticia-modulo-destacados { float:left; width:165px; margin:7px 0 0 5px; }
* html .cuerpo-noticia-modulo-destacados { float:left; width:157px; margin:0 0 0 5px; }
.titulo-noticia-destacados { color:#517aa7; font-size:0.8em; }
.fecha-noticia-destacados { color:#a1b5cb; font-size:0.65em; }
.texto-noticia-destacados { color:#000; font-size:0.7em; }
.leer_mas { text-align:right; font-size:0.7em; }
.leer_mas img { border:none; }
.leer_mas a { color: Red; text-decoration:none; }
.leer_mas a:hover { text-decoration:underline; }
.btn-modulo-centrado { margin-left:50px; text-align:center; }
* html .btn-modulo-centrado { margin-left:0px; text-align:center; }
a#btn-ver-todos { display:block; width:87px; height:18px; background:url(../img/btn_todos_04.gif) no-repeat; color:White; font-size:0.8em; text-decoration:none; text-align:center; }


/***** Módulo OM ******/
#modulo-om { padding:0 0px 0 30px; margin-bottom:20px; }
* html #modulo-om { margin-bottom:0px; }
#modulo-om p { margin-top:5px; text-align:justify; font-size:0.7em; color:#666; }

/***** Quienes somos ****/

#foto_quienes { width:719px; height:195px; padding:3px; background:url(../img/foto_quienes_04.jpg) no-repeat 50% 50%; background-color: White; border:solid 1px #CCC; }
#caja { width:685px; margin-top:5px; padding:20px; background-color: White; border:solid 1px #CCC; font-size:0.8em; }
.contenido { float:left; width:70%; text-align:justify; }
.logo { float:right; margin-top:210px; }