/* NOTICIAS */

/* Noticias pagina principal */
.noticiasHome {width:755px; position:relative; background-color:#F2F2FF; border:2px solid #84abd2; margin-top:20px; text-align:left;}
.noticiasHome h2 {font-size:28px; font-style:italic; color:#84abd2; margin:15px 0px 0px 0px;}
.noticiasHome .icono {float:left; margin:10px;}

.noticiasHome .vermas {position:absolute; top:20px; right:20px;}
.noticiasHome .vermas a,
.noticiasHome .vermas a:hover,
.noticiasHome .vermas a:visited {font-style:italic; color:#003399; font-size:14px; text-decoration:underline;}

.noticiasHome .noticia1,
.noticiasHome .noticia2 {float:left; width:375px; text-align:left;}

.noticiasHome .noticia1 div,
.noticiasHome .noticia2 div {border:1px solid #7f9db9; background-color:#fafafa; width:340px; height:90px;}

.noticiasHome .noticia1 div,
.noticiasHome .noticia2 div {margin:0px 10px 10px 10px; padding:5px 10px;}

.noticiasHome h3 {margin:0px;}
.noticiasHome span {margin:3px 0px 0px 0px; font-size:14px; color:#003399; font-weight:normal;}
.noticiasHome span.seguirLeyendo{font-size:11px; font-weight:normal;}
.noticiasHome h3 a,
.noticiasHome h3 a:visited {font-size:16px; color:#003399; font-weight:bold; text-decoration:none;}

.noticiasHome h3 a:hover {text-decoration:underline;}


/* Noticias, pagina detalles */

/* MENU NOTICIAS ----- */

.menuNoticias {float:left; width:198px; color:#1E518A; line-height:18px;}

.menuNoticias a,
.menuNoticias a:hover,
.menuNoticias a:visited {text-decoration:none; color:#1E518A;}

.menuNoticias ul {list-style:none; margin:0px 0px 0px 10px; padding:0px; font-weight:bold;}

.menuNoticias ul.menu li {background-color:#E7EEF4; border:1px solid #BDD3E8; padding:5px 10px; margin-bottom:2px;}

/* Menu noticias lista secundaria */

.menuNoticias ul.menu li.submenu {background-color:#F4F8FC;}
.menuNoticias ul.menu li.submenu li{color:#1E518A; background-color:#F4F8FC; border:0px; padding:2px 0px 0px 0px;}
.menuNoticias ul.menu li.submenu ul {font-weight:normal;}
.menuNoticias_b{font-weight:bold;}
.menuNoticias .destacada {font-weight:bold;}
.menuNoticias li.submenu span {font-size:10px; color:#666;}
.menuNoticias li.submenu input {font-size:11px; width:150px;}
/* Contenido noticias */

.cuerpoNoticias {float:left; margin:0px 0px 0px 20px;	width:540px;}

.cuerpoNoticias .tituloSeccion {font-size:16px;	font-weight:bold;	color:#7F9DB9;	margin:0px 0px 20px 0px;	border-bottom:1px solid #7F9DB9;}
 
.cuerpoNoticias div.noticia {position:relative;	width:540px;	margin:0px 0px 20px 0px;}

/* Fecha con imagen calendario */
.cuerpoNoticias div.fecha {text-align:center;	width:52px;	height:62px;	background-image:url(../imagenes/icono_calendario.png);	background-repeat:no-repeat; 	padding-top:4px;	line-height:19px;	}

.cuerpoNoticias div.fecha .mes {font-size:12px;color:#FFF;}
.cuerpoNoticias div.fecha .dia {font-size:16px;font-weight:bold; color:#336699;}
.cuerpoNoticias div.fecha .anyo {font-size:10px; color:#666;}

h2.tituloNoticia {font-size:16px;	color:#000;	margin:0px;	position:absolute; top:10px; left:60px;}
h2.tituloNoticia a {text-decoration:none; color:black;}
h2.tituloNoticia span.datosNoticia {font-size:11px;	font-weight:normal;	color:#6699CC;}

.subtituloNoticia {font-size:16px; font-weight:normal; color:#999;} 

.textoNoticia {font-size:12px; color:#333; text-align:justify;	margin:0px;}