@charset "utf-8";
/****************************************************************************************/
/* CSS GENERAL WEB */
/****************************************************************************************/

DIV#noticias_listado{
	float:left;
	width:467px;
	margin-left:3px;
}

DIV.noticia{
	float:left;
	width:458px; /*467px; padding izquierdo contamos el de la web; padding derecho:9px*/
	padding-right:9px;
}

DIV.noticia H1 A{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#4774b1;
}

DIV.noticia H1 A:hover{
	background-color:#4774b1;
	color:#FFF;
}
	
DIV.noticia .not_info{
	float:left;
	margin-top:4px;
	font-size:11px;
	color:#a2a2a2;
}

DIV.noticia IMG{
	float:left;
	margin:10px 0px 5px 0px;
	width:458px;
}


DIV.noticia P{
	margin-top:18px;
	font-size:12px;
	text-align:justify;
	line-height:20px;
	color:#434343;
}

DIV.noticia .ampliar{
	margin-top:5px;
	text-align:right;
}

DIV.noticia .ampliar A{
	padding-left:20px;
	background:url(../img/icon/newspaper_arrow_16x16.png) left no-repeat;
	font-size:11px;
	text-decoration:none;
	color:#4774b1;
}

DIV.noticia .ampliar A:hover{
	text-decoration:underline;
}

DIV.noticia .not_foot{
	width:458px; height:5px;
	margin-top:5px;
	background-image:url(../img/noticias/bg_foot_noticia.gif);
	background-repeat:no-repeat;
}

DIV.not_separe{
	float:left;
	width:458px; height:30px;
}

/****************************************************************************************/
/* CSS COL RESUMEN CENTRAL */
/****************************************************************************************/

DIV#not_col_resumen{
	float:left;
	width:251px;
}

/****************************************************************************************/
/* CSS RSS */
/****************************************************************************************/

DIV#rss{
	width:243px; height:54px;
	padding:35px 8px 0px 0px;
	background:url(../img/noticias/rss_box_bg.png) no-repeat;
	text-align:right;
}

DIV#rss P{
	font-size:11px;
	color:#713004;
}

DIV#rss P B{
	font-size:13px;
}

/****************************************************************************************/
/* CSS BOX MANUALES */
/****************************************************************************************/

DIV#manuales_b{
	margin-top:9px;
	width:251px;
	background:url(../img/noticias/manual_b_bg.jpg) repeat-y;
}

DIV#manuales_b #b_body{
	width:227px;
	padding:12px 12px 6px;
	background:url(../img/noticias/manual_b_top.jpg) 0px 0px no-repeat;
}

DIV#manuales_b #b_foot{
	width:251px; height:6px;
	background:url(../img/noticias/manual_b_bottom.jpg) 0px 0px no-repeat;
}

DIV#manuales_b #b_body H1{
	margin-bottom:9px;
	font-size:16px;
	font-weight:bolder;
	color:#666;
}

DIV#manuales_b #b_body A.pdf{
	float:left;
	background:url(../img/icon/pdf_16x16.png) left no-repeat;
	padding:3px 0px 3px 20px;
	font-size:11px;
	font-weight:bolder;
	text-decoration:none;
	color:#000;
}

DIV#manuales_b #b_body .manual_info{
	float:left;
	margin-top:1px;
	font-size:11px;
	color:#a2a2a2;
}

DIV#manuales_b #b_body .manual_separe{
	width:227px;
	height:8px;
}

DIV#manuales_b #b_body .maslink{
	margin-top:9px;
	text-align:right;
}

DIV#manuales_b #b_body .maslink A{
	background-image:none;
	font-size:11px;
	font-weight:normal;
	color:#4774b1;
	text-decoration:none;
}

DIV#manuales_b #b_body .maslink A:hover{
	text-decoration:underline;
}
