/* CSS Document */

*{
	padding:0;
	margin:0;
}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:333px;
	background-color:#efefef;
}

#centrado{
	width:980px;
	margin:0 auto;
}

#contenedor{
	width:970px;
	float:left;
	background-color:#fff;
	padding:5px;
}

#div_banners{
	width:970px;
	height:60px;
	padding-bottom:10px;
}
#banner_izq{
	width:468px;
	height:60px;
	float:left;
/*	text-align:center;*/
}
#banner_dcha{
	width:468px;
	height:60px;
	float:right;
}
#div_contenedor_menu_horizontal{
	width:970px;
	height:100px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #B5B108;
	background-image:url(assets/header.jpg);
	background-repeat:no-repeat;
}

#buscador{
	float:right;
	width:970px;
	height:77px;
	/*text-align:right;*/
}
.div_inputs{
	float:right;
	height:16px;
	margin-top:5px;
	text-align:right;
}
.input_buscador{
	background-image:url(assets/input_text.jpg);
	background-repeat:no-repeat;
	width:115px;
	height:26px;
	border:0;
	font-size:11px;
	color:#666;
	padding-left:5px;
	padding-top:3px;
}
.boton_buscar{
	background-image:url(assets/btn_buscar.jpg);
	background-repeat:no-repeat;
	width:61px;
	height:26px;
	font-size:10px;
	color:#666;
	border:0;
	padding-bottom:5px;
	*padding-left:2px;
	padding-left:4px;
}
.input{
	float:left;
	width:115px;
	height:26px;
}
.boton{
	float:right;
	width:61px;
	height:16px;

}
#menusup{
	width:965px;
	float:left;
	height:20px;
	font-size:13px;
	color:#023248;
	padding-bottom:5px;
	padding-right:5px;
	
}
#menusup ul{
	list-style-type:none;
	float:right;
}
#menusup li{
	float:left;
	padding-left:5px;
	
}
#menusup a{
	font-size:13px;
	color:#023248;
	text-decoration:none;
}
#menusup a:hover{
	color:#B5B108;
}
#menusup li.apartadoActual a{
	color:#B5B108;
}
#wrapper{
	width:970px;
	float:left;
	min-height:300px;

}
.contenedor_divs{
	width:970px;
	float:left;
	margin-top:10px;
	
}
.left{
	width:490px;
	float:left;
	padding-right:10px;
	/*border-right:solid 1px #ccc;*/
	min-height:300px;
}
.left_listado{
	width:759px;
	border-right:solid 1px #ccc;
	float:left;
	padding-right:10px;
	padding-left:10px;
	min-height:580px;
}
.div_apartado_actual{
	width:759px;
	height:15px;
	float:left;
}
.txt_div_apartado_actual{
	font-size:11px;
	color:#023248;
}
.txt_div_apartado_actual a{
	font-size:11px;
	color:#023248;
	text-decoration:none;
}
.txt_div_apartado_actual a:hover{
	text-decoration:underline;
}

.txt_azul_normal{
	font-size:12px;
	color:#023248;
}
.txt_azul_peque{
	font-size:11px;
	color:#023248;
}

.parrafo_azul_normal{
	color:#023248;
	text-align:justify;
	line-height:18px;
}

.listado{
	width:759px;
	float:left;
	padding-top:15px;
}
.item_listado{
	width:759px;
	float:left;
	/*height:100px;*/
	padding-top:15px;
	padding-bottom:15px;
}
.div_no_result{
	width:759px;
	float:left;
	height:30px;
	padding-top:15px;
}

.imagen_100px{
	width:100px;
	padding-top:5px;
	/*height:100px;*/
	float:left;
}
.div_contenido_listado{
	width:644px;
	float:right;
	min-height:105px;
	padding-left:15px;
	
}
.listado_item_titulo{
	color:#023248;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.listado_item_titulo:hover{
	color:#B5B108;
}
.listado_fecha{
	font-size:11px;
	color:#333;
}
.resumen_item_listado{
	width:634px;
	min-height:61px;
	padding:5px;
	background-color:#f8f8f8;
	font-size:12px;
	color:#666;
	float:left;
}
.div_combos{
	width:100%;
	/*padding-bottom:5px;*/
	/*height:40px;*/
	float:left;
	}

.div_combo_left{
	width:60%;
	float:left;
	}
.div_combo_right{
	width:40%;
	text-align:right;
	line-height:20px;
	padding-top:20px;
	float:right;
	}

.div_left_standar{
	width:60%;
	float:left;
	}
.div_right_standar{
	width:40%;
	text-align:right;
	float:right;
	}
.div_right_standar_big{
	float:right;
	}

.titulo_noticia{
	width:759px;
	float:left;
	padding-top:15px;

}
.titulo{
	float:left;
	width:562px;
}
.sector_fecha{
	float:right;
	/*width:124px;*/
	text-align:right;
}
.sector_2{
	font-size:11px;
	color:#009900;
}
.sector_1{
	font-size:11px;
	color:#CC0000;
}
.sector_3{
	font-size:11px;
	color:#1A50B8;
}
.sector_4{
	font-size:11px;
	color:#fff;
	background-color:#1a50b8;
	width:210px;
}
.sector_5{
	font-size:11px;
	color:#666;
	background-color:#efefef;
	width:345px;
}
option.uno{
	font-size:11px;
}
option.dos{
	font-size:9px;
	color:#999;
}

.texto_gris_grande{
	font-size:13px;
	color:#666;
}

.texto_gris_peque{
	font-size:11px;
	color:#666;
}

.contenedor_noticia{
	width:759px;
	float:left;
	padding-top:10px;
}
.desarrollo_noticia{
	width:544px;
	float:left;
	line-height:18px;
	padding-right:14px;
	border-right:#CCC dotted 1px;
	min-height:250px;
}
.contenedor_imagen_video_noticia{
	float:right;
	text-align:right;
	width:200px;
}
.imagen_video_noticia{
	width:200px;
	height:200px;
	margin-bottom:10px;
	float:right;
}
.redes_sociales{
float:left;
	width:544px;
	height:26px;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	margin-top:16px;
	padding-top:4px;
}
.documento_asociado{
	padding-bottom:5px;
	width:100%;
	
}
.tags_asociados{
	padding-top:5px;}
.center{
	width:258px;
	float:left;
	min-height:300px;
	padding-right:10px;
	padding-left:10px;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
	min-height:580px;
	
}
.div_contenido_centro{
	width:256px;
	height:150px;
	border:solid 1px #ccc;
	margin-bottom:10px;
}
.nube_tags{
	width:258px;
	padding-bottom:10px;

}
.right{
	width:180px;
	float:right;
	padding-left:10px;
	vertical-align:middle;
	
}
.div_logos{
	width:180px;
	height:150px;


}
.img_noticia{
	float:left;
}
.fecha_noticia{
	float:right;
	background-image:url(assets/bg_fecha.png);
	background-repeat:no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	width:227px;
	height:22px;
	text-align:right;
	padding-right:5px;
	padding-top:3px;

	
}
#img_noticia_home{
	background-repeat:no-repeat; 
	min-height:152px
}
.separador{
	padding-top:3px;
	float:left;
}
.noticia{
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width:490px;
}
.titular{
	color:#023248;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.titular:hover{
	color:#B5B108;
}
h3{
	color:#023248;
	font-size:13px;
	font-weight:bold;
	text-align:right;
}

.foto_noticia{
	float:left;
	/*width:106px;*/
}
.texto_noticia{
	float:left;
	/*width:374px;*/
	padding-left:10px;
	line-height:18px;
}
.texto_noticia img{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	border:0;
}
.enlace_leer{
	font-size:12px;
	color:#B5B108;
	text-decoration:none;
}
.enlace_leer:hover{
	color:#023248;
}

.enlace_leer_bold{
	font-size:11px;
	font-weight:bold;
	color:#B5B108;
	text-decoration:none;
}
.enlace_leer_bold:hover{
	color:#023248;
}


#footer{

	width:980px;
	height:15px;
	padding-top:5px;
	clear:both;
	float:left;
}
.footer_left{
	float:left;
	width:200px;
	text-align:left;
}
.footer_right{
	float:right;
	width:780px;
	text-align:right;
	font-size:10px;
	color:#023248;
}
.footer_right a{
	font-size:10px;
	color:#023248;
	text-decoration:none;
}
.footer_right a:hover{
	color:#B5B108;
}

.era7{
	font-size:10px;
	color:#999999;
	text-decoration:none;
	float:left;
}
.era7:hover{
	text-decoration:underline;
}


.boton_normal{
	background-image:url(assets/btn_normal.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	font-size:10px;
	color:#666;
	border:0;
	padding-bottom:3px;

}


.tag0{
	font-size:8px;
	color:#B5B108;
	text-decoration:none;
}
.tag0:hover{
	text-decoration:underline;
}
.tag1{
	font-size:10px;
	color:#9D9906;
	text-decoration:none;
}
.tag1:hover{
	text-decoration:underline;
}
.tag2{
	font-size:12px;
	color:#1D698D;
	text-decoration:none;
}
.tag2:hover{
	text-decoration:underline;
}
.tag3{
	font-size:14px;
	color:#288FC1;
	text-decoration:none;
}
.tag3:hover{
	text-decoration:underline;
}
.tag4{
	color:#154E68;
	font-size:18px;
	text-decoration:none;
}
.tag4:hover{
	text-decoration:underline;
}

.tag5{
	font-size:20px;
	color:#C1CA15;
	text-decoration:none;
}
.tag5:hover{
	text-decoration:underline;
}
.tag6{
	font-size:22px;
	color:#56B0DC;
	text-decoration:none;
}
.tag6:hover{
	text-decoration:underline;
}

.tag7{
	font-size:26px;
	color:#6C6A04;
	text-decoration:none;
}
.tag7:hover{
	text-decoration:underline;
}

.tag8{
	font-size:30px;
	color:#669999;
	text-decoration:none;
}
.tag8:hover{
	text-decoration:underline;
}

.titulo_apartado{
	color:#023248;
	font-size:18px;
	font-weight:bold;
}	
.titulo_subapartado{
	color:#023248;
	font-size:16px;
	/*font-weight:bold;*/
}	


.enlace_azul_bold{
	font-size:11px;
	color:#023248;
	font-weight:bold;
	text-decoration:none;
}

.enlace_azul_bold:hover{
	color:#B5B108;
}	

.txt_banner{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#023248;
	height:40px;
	padding-top:20px;
	text-align:right;
	padding-right:10px;
}

.boton_ok{
	background-color:#023248;
	color:#FFF;
	font-size:11px;
	border:0;
	padding:1px;
	font-weight:bold;
	}
.boton_ok:hover{
	color:#b5b108;
}

.opaco:hover{
	filter: alpha(opacity=70); opacity: .7}
	
.div_mapa_web{
	width:90%;
	margin:0 auto;
	}
.table_mapa_web{
	width:80%;
	}	
	
.lista_azul{
	padding-left:35px;
	list-style:inside;
	list-style-image: url(assets/bolita1.jpg);
	line-height:18px;
	}
	

