/* CSS Document */

/* para resetear todas las propiedades*/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
a img,:link img,:visited img { border:none }
address { font-style:normal }
/*fin del reseteo*/

body {
	margin:0 auto 0 auto;
	text-align: center;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
/*inicio pagina error*/
#txt_error {
	width: 600px;
	background-color: #375160;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 0px;
}
#logo_horizontal {
	text-align: left;
}
#mensaje {
	text-align: left;
	font-size: 19px;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-left: 13px;
}
#txt_error p {
	padding-bottom: 20px;
}
#txt_error  a {
	text-decoration: underline;
	font-size: 12px;
	color: #ffffff;
}

#mensaje .euskeraz {
	color: #CCCCCC;
	text-align: right;
	padding-right: 20px;
}

#ir_home {
	text-align: right;
	padding-top: 75px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c00000;
}
#ir_home a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #c00000;
	font-size: 12px;
	padding-right: 10px;
}

/*fin página error*/


#contenedor {
	width: 992px;
	height: auto !important;/*para los navegadores buenos*/
	top: 0px;
	margin:0 auto 0 auto;
}

/* CABECERA*/
#cabecera {
	width: 992px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 35px;
	background-color: #375160;
	padding: 0px;
}
#cabecera h1{
	display: none;
}
*html #cabecera {
	background-color:#375160;
	margin: 0px;
	padding: 0px;
}
/*cabecera nueva*/
/*anterior
.izda_pse {
	float: left;
	width: 460px;
	height: 213px;
	padding: 0;
	margin: 0;
}
*/
.izda_pse {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 185px;
	padding-top: 0px;
	height: 215px
}
.drcha_pse {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 807px;
	height: 215px;
	background-image: url(../images/f_texto_cabecera.jpg);
	background-repeat: no-repeat;
}

.provincias_pse {
	width: 90px;
	float: left;
	height: 213px;
}

.provincias_pse ul{
	font-size: 13px;
	text-align: left;
	color: #375160;
	display: block;	
	margin: 80px 0px 0px 0px;
	
}
.provincias_pse li{
	font-size: 13px;
	text-align: left;
	color: #375160;
	padding: 0px 0px 5px 0px;
	font-weight: bold;

}
.provincias_pse li a{
	color: #375160;

}
.provincias_pse li a:hover{
	text-decoration: underline;
	color: #fff;

}

#logo {
	float: left;
	width: 75px;
	height: 153px;
	padding: 40px 10px 0px 10px;
}
#webs_pse {
	float: left;
	width: 450px;
	height: 28px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	font-size: 8px;
}

#webs_pse #frm_web_provincias_pse_ee select {
	font-size: 11px;
	color:#375160;
}


#web_pse #frm_web_provincias_pse_ee {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #333;
}
#frm_web_provincias_pse_ee input {
	background-color: #c00000;
	color: #fff;
	height: 20px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	width: auto;
	text-align: right;
	border: 0px;
	text-align: right;
}
#frm_web_provincias_pse_ee select {
	
}
/*
#logo {
	width: 125px;
	float: left;
	padding-top: 20px;
	height: 180px;
}
*/
#logo h1{
	display: none;	
}

#menuy {
	width: 498px;
	height: 30px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	
}
/*#menuy .imagen_navidad {
	float: right;
	position: relative;
	z-index: 100;
}*/


#central {
	width: 992px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 29px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #375160;
}
#banner {
	width: 580px;
	height: 65px;
	float: left;
}
#banner span {
	display: none;
}
/* *******************************  MENÚ ************************************* */

.menu {
	width: 750px;
	height: 29px;
	position: relative;
	font-size:11px;
	z-index: 100;
	float: left;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left;
	position:relative;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/linea_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
/* .menu ul li a, .menu ul li a:visited { */
.menu ul li a {
	display:block;
	text-decoration:none;
	line-height:3em;
	color: #e50004;
	border: 0px;
}
/* * html .menu ul li a, .menu ul li a:visited {*/
* html .menu ul li a {
	display: block;
	/*line-height: 30px;*/
	text-decoration: none;
}
.menu ul li ul {
	display: none;
	margin: 0px;
}
.menu ul li ul li {
	padding: 0px;
}
.menu table {
	margin:-1px;
	border-collapse:collapse;
	padding: 0px;
	}

/* specific to non IE browsers */
.menu ul li:hover a {

}
.menu ul li:hover ul {
	display:block;
	top:2.5em;
	margin-top:0px;
	left:0;
	/*width:175px;*/
	position: absolute;
}
.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block;
	line-height:1.6em;
	width:175px;
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	padding: 5px 15px 0px 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: #4e4c4c;
	border-left-color: #4e4c4c;
	background-image: url(../images/fondo_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #142A40;
}
.menu ul li:hover ul li a.drop {
	background-image: url(../images/fondo_menucon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu ul li:hover ul li a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/fondo_hover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #C00000;
}
.menu ul li:hover ul li a.drop:hover  {
	background-image: url(../images/fondo_hovercon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:99.5%;
	top:0;
	width: 202px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #3a8a1f;
	border-bottom-color: #3a8a1f;
}
.menu ul li:hover ul li:hover ul li {
	padding:0px;
}
.menu ul li:hover ul li:hover ul.left {
	left:-99.5%;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #3a8a1f;
	border-bottom-color: #3a8a1f;
}
.menu ul li img {
	border:none;
}

/* 3er NIVEL */
.menu ul li:hover ul li:hover ul li ul{
	display: none;
	
}
.menu ul li:hover ul li:hover ul li ul li{
	display: none;
	padding:0px;
	
}
.menu ul li:hover ul li:hover ul li a {
	display:block;
	line-height:1.5em;
	width:175px;
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	padding: 5px 15px 0px 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: #3a8a1f;
	border-left-color: #3a8a1f;
	background-image: url(../images/fondo_hover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu ul li:hover ul li:hover ul li a.drop {

	background-color: #FFE8E8;
	background-image: url(../images/fondo_menucon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:175px;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background-image: url(../images/fondo_hover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*width: 185px;*/
}
.menu ul li:hover ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:99.5%;
	top:0;
	border-top: 1px solid #3a8a1f;
	width: 185px;
}


/* ***************************    FIN MENÚ    ******************************** */
/* *************************** MENÚ SECUNDARIO  ****************************** */
.menu2 {
	width: 186px;
	float: right;
	font-size:12px;
	color: #4E4C4C;	
	text-align: left;
	padding-bottom:3px;
	margin-top: 3px;
	border-top: #e50004 1px solid;

}

.menu2 ul {
	list-style-type: none;
	display:block;
}
.menu2 ul li {
	width:186px;
	color: #4e4c4c;
	font-weight: bold;
	background-repeat: repeat-x;
	border-bottom: #e50004 1px solid;
	background-position: bottom;
	text-align: left;
	/*	padding: 2px;*/
	height:18px;
	float:left;
	
	background-image: url(../images/f_menu.jpg);/*	background-color: #00FFFF;*/
}
/* .menu ul li a, .menu ul li a:visited { */
.menu2 ul li a {
	text-decoration:none;
	color: #4e4c4c;
	line-height:18px;
	margin: 0px;
	padding: 0px;	
}

/* *************************** FIN MENÚ SECUNDARIO  ****************************** */


#drcha {
	width: 208px;
	height: 95px;
	float: left;	
}
.iconos_a {
	width: 245px;
	height: 30px;
	float: left;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 30px;
}
.iconos_a ul li{
	display: inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menuy .iconos_a .margen {
	padding-left: 10px;
}

.fecha {
	width: 178px;
	height: 13px;
	float: left;
	font-size: 11px;
	color: #fff;
	text-align: left;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#menu_idioma {
	float: left;
	width: 100px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	height: 30px;
}
#menu_idioma li {
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 13px;
	height: 19px;
}
#menu_idioma li a {
	width: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.buscador {
width: 200px;
	float: right;
	font-size: 11px;
	color: #375160;
	font-weight: bold;
	text-align: right;
	height: 29px;
	background-image: url(../images/fondo_buscador.jpg);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 29px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.buscador #buscainterna {
	width: 100px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.buscador  form{
	padding: 0px;
	margin: 0px;
}
.buscador label {
	float: left;
	line-height: 29px;
}
/*hack para IE6*/
*html .buscador .centrado {
	padding-top: 5px;
}


.campo {
	padding:0px;
	margin:0px;
	font-size:11px;
	color: #4e4c4c;
	padding-left: 5px;
}


/* FIN CABECERA*/

/* CUERPO*/
#linea_cab {
	width: 992px;
	height: 5px;
	float: left;
	background-color: #375160;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
}
#noticia {
	width: 780px;
	float: left;
	text-align: left;
	
}
/*modificado
#noticia .det_noticia{
	float: left;
	clear:both;
	text-align: justify;
	width:780px;
	line-height:18px;
	font-size: 12px;
	padding-bottom: 15px;
	
}
#noticia .det_noticia p{
padding:0px;
}
*/

.det_noticia{
	text-align: justify;
	width:755px;
	line-height:18px;
	font-size: 12px;
	padding: 0px 15px 0px 10px;
	}
.det_noticia a {color:#4e4c4c;}
.det_noticia a:hover { color:#4e4c4c; text-decoration: underline;}

.det_noticia .pdf_noticia a {
	text-decoration: none;
	font-size: 11px;
	color: #c00000;
	padding-left: 10px;
}


#noticia_cab {
	width: 992px;
	height: 215px;
	float: left;
	background-color: #6c9199;
	background-image: url(../images/fondo_noticia.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#noticia_cab_sin {
	width: 992px;
	height: 215px;
	float: left;
	}
/*
#texto_not {
	width: 275px;
	height: 140px;
	float: left;
	text-align: left;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
	}
	*/
#texto_not {
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	padding-bottom: 20px;
	width: 259px;
	color: #fff;
	padding-top: 20px;
	height: 175px;
	text-align: left;
	
}

#texto_not h3{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear:both;
	}
#texto_not h4{
	font-size: 15px;
	font-weight: bold;

	}
#texto_not h5{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	}
#texto_not h3 a{
	text-decoration: none;
	color: #fff;
	}
#texto_not h4 a{
	text-decoration: none;
	color: #fff;
		}
#texto_not h5 a{
	color: #fff;
	display: block;
	}
#texto_not h3 a:hover{
	color: #fff;
	text-decoration: underline;
	}
#texto_not h4 a:hover{
	color: #fff;
	text-decoration: underline;
		}
#texto_not h5 a:hover{
	color: #fff;
	text-decoration: underline;
	}	
#foto_not {
	width: 530px;
	height: 213px;
	float: right;
	}
#separador {
	height: 3px; 
	float: left;
	width: 992px;
	}
.migas {
	/*float: left;
	width: 982px;
	font-size: 11px;
	text-align: left;
	color: #4e4c4c;
	line-height:20px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;*/
	display: none;
	}
.migas a{
	color: #4e4c4c;
		}
.migas a:hover{
	color: #c00000;
		}
#cuerpo {
	width: 992px;
	float: left;
	padding-top: 0px;
	margin-bottom: 20px;
	}
#cuerpo2 {
	width: 992px;
	float: left;
	
	}
#bloque_izda {
	width: 380px;
	float: left;
	padding-top:15px;
}
/*noticia principal*/
#not_ppal {
	width: 360px;
	float: left;
	clear: both;
	text-align: justify;
	background-color: #F0F0F0;
	padding: 10px 0px 10px 8px;
}
#not_ppal img a{
	border-bottom: 1px solid #e50004;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#not_ppal h5{
	color: #e50004;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
}
#not_ppal h3{
	color: #4e4c4c;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	width: 350px;
	text-align: justify;
}

#not_ppal h3 a{
	color: #4e4c4c;
	text-decoration: none;	
	}

#not_ppal h3 a:hover{
	color: #4e4c4c;
	text-decoration: underline;
}
#not_ppal p{
	color: #4e4c4c;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#not_ppal p a{
	color: #4e4c4c;
	text-decoration: none;
	
}

#not_ppal p a:hover{
	color: #4e4c4c;
	text-decoration: underline;
	}

.iconos_not {
	padding:10px 10px;
	height: 25px;
	border: 0px;
	text-align: right;
	
}
 .iconos_not ul li{
	display: inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

/*fin noticia principal*/

/*estilos detalle agenda y documentos*/
.antetitulo {
	padding-top:20px;
	float: left;
	/*width:600px;*/
	width:100%;
	text-align: left;
}

.antetitulo h3{
	float: left;
	width:600px;
	text-align: left;
	
}
.antetitulo .fecha_agenda{
	float: left;
	width:600px;
	height:25px;
	
}
.videos{
		float: left;
	width: 600px;

}

#archivo{
	display: block;
	float: left;

}
#archivo a{
	display: block;
	float: left;
	color: #c00000;
} 
/*fin  detalle agenda*/

/*noticias secundarias portada*/
.not_portada {
	width:390px;  /*para IE5+ */
	min-width: 390px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	float: left;
	text-align: left;
	left: 0px;
	clear: both;
	padding-bottom: 10px;

}

.foto_portada{
	width: 157px;
	float: left;
	padding-right:0px;
}
.foto_noticia{
	margin: 20px 20px 20px 0px;
	float: left;
}
/*fotos pequeñas noticia*/
.fotos_pq {
	float: right;
	width: 300px;

}

/*fin fotos pequeñas noticia*/
.not_portada h5, #miscelanea h5 /*,#varios h5*/ {
	float: left;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
	background-image: url(../images/fondo_titular.jpg);
	line-height: 18px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #c00000;
	background-color: #6c9199;
	margin-bottom: 10px;
	width: 365px;

	}
	
*html .not_portada h5, *html #miscelanea h5  {
	width: 365px;
}


.video h5, #varios h5 {
	width: 340px;
	margin: 0px;
	float: left;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	height: 20px;
	background-image: url(../images/fondo_titular.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #c00000;
	background-color: #6c9199;
	line-height: 20px;
	padding: 0px 0px 0px 25px;
	background-position: left;			
}

*html .video h5,*html #varios h5{
width:340px;

}	



.not_portada h3 {
	float: left;
	width: 233px;
	color: #4e4c4c;
	padding-bottom: 3px;
	text-align: justify;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
 .video h3 {
 float:left;
 height:25px;
 line-height:25px;
 padding-top:5px;
	}
.not_portada h3 a, .video h3 a{
	color: #4e4c4c;
	text-decoration: none;
	padding-bottom:3px;
	font-size: 12px;
	}

.not_portada h3 a:hover, .video h3 a:hover{
	color: #4e4c4c;
	text-decoration: underline;
}

.not_portada .largo {
	width: 390px;
}

.not_portada p{
padding-top:10px;
	float: left;
	width: 233px;
	color: #4e4c4c;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	display:block;
}

.not_portada p a, .not_portada .largo a {
	color: #4e4c4c;
	text-decoration: none;
	}

.not_portada p a:hover, .not_portada .largo a:hover{
color: #4e4c4c;
	text-decoration: underline;
}
.not_portada .iconos_not {
	height: 25px;
	border: 0px;
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
	float: right;

}
.not_portada .iconos_not ul li{
	display: inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

.not_portada .iconos_not img a{

}
/*fin notic secundarias portada*/
/*noticia detalle*/
#noticia {
	width: 780px;
	float: left;
	text-align: justify;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#noticia img a{
	border-bottom: 1px solid #e50004;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

#noticia h5 {
	padding:0px 12px 8px 0px;
	font-size: 13px;
	color: #c00000;
	line-height: 30px;
	text-align: left;
}



#noticia h3 {
	margin:0px 12px 8px 0px;
	font-size: 19px;
	color: #4e4c4c;
	line-height: 30px;
	text-align: left;
}
#noticia h6 {
	margin:0px 12px 8px 10px;
	text-align: left;
}
#noticia h3 a {
	color: #4e4c4c;
	text-decoration: none
}

#noticia h3 a:hover {
	color: #4e4c4c;
	text-decoration: underline;
}

#noticia h4 {
	padding: 8px 0px 12px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #4e4c4c;
	text-align: left;
	}
#noticia h4 a {
	color: #4e4c4c;
	text-decoration: none
}
#noticia h4 a:hover {
	color: #4e4c4c;
	text-decoration: underline;
}

#noticia .volver a, #bloque_contenidos .volver a{
	color: #c00000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #c00000;
	padding-left:720px;
	line-height:30px;
	height:30px;
	}
#noticia p{
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	padding: 10px;	
	color: #4e4c4c;
	
}

#noticia .iconos_not {
	padding:3px 12px 3px 12px;
	height: 25px;
	border: 0px;
	text-align: right;
}
#noticia .iconos_not ul li{
	display: inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
/*fin noticia detalle*/
.video {
	float: left;
	padding-top: 20px;
	width: 390px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 11px;
	color: #c00000;
	text-align: left;
	padding-top:5px;
	font-size: 13px;
	font-weight: bold;
	line-height:25px;
}
.video a {
	color: #c00000;
	text-decoration: none;
	float:left;
	padding-top:5px;
	font-size: 13px;
	font-weight: bold;
}
.video img{
float:left;

}
.video object {
	float: left;
	margin: 0px;
	
}
.video iframe {
	float: left;
	margin: 0px;
	
}
#miscelanea {
	width: 390px;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}


#miscelanea ul{
	color: #4e4c4c;
	font-size: 12px;
	text-align: left;
	background-image: url(../images/cuadro_v.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
	float: left;
	width: 375px;
	float:left;
	
}
#miscelanea ul strong{
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c00000;
	display:block;
	width:375px;
}
#miscelanea ul li{
padding-top:3px;
padding-bottom:3px;

}
#miscelanea ul li a{
	width:375px;
	color: #333333;
	text-decoration: none;
}

#miscelanea ul li a:hover{
	text-decoration: underline;
	
}
 .enlace {
	float: left;
	background-image: url(../images/cuadro_v.gif);
	background-repeat: repeat-x;
	background-position: left center;
	width: 385px;
	
	text-align: right;
}
 .enlace a {
 	font-size: 11px;
	font-weight: bold;
	color: #c00000;
	float:right;
	background-color:#FFFFFF;
	display:block;
	padding-left:10px;
}
 .enlace a:hover{
	text-decoration: underline;
 }
#varios {
	/*width: 390px;*/
	width: 365px;
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#varios ul{
	color: #4e4c4c;
	font-size: 12px;
	text-align: left;
	background-image: url(../images/cuadro_v.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
/*	width: 175px;*/
	width: 365px;
	float:left;

}

#varios ul li{
	width: 365px;
	display:block;
	padding-left:10px;
	float:left;

}
#varios ul li a{
	text-decoration: none;
	width: 365px;
	color: #4e4c4c;	
	display:block;
}


.banners {
	width: 383px;
	float: left;
}
.titulo_bis{
	width: 780px;
	float: left;
	text-align: justify;
}
.titulo_bis h3{
	color: #4e4c4c;
	font-size: 19px;
	padding:0px 0px 8px 0px;
}
.subtitulo{
	color: #4e4c4c;
	font-size: 13px;
	padding:0px 0px 8px 0px;
	font-weight: bold;
}
#bloque_ctro {
	width: 380px;
	float: left;
	padding-left:10px;
	padding-top: 15px;

}
#bloque_drcha {
	width: 190px;
	float: right;
	padding: 15px 0px 0px 0px;
	_padding: 0px;
}

/*FIN CAJA CONTENIDOS*/
.banners_drcha1 {
	width: 186px;
	float:right;
	padding-bottom: 5px;

}

.banners_drcha {
	width: 186px;
	padding-bottom: 8px;
	float:right;
	
}	

.banners_drcha_flash {
	width: 186px;
	padding-bottom: 0px;
	float:right;

}	

/*caja CONTENIDOS*/
#bloque_contenidos {
	width: 780px;
	float: left;
	text-align: left;
	padding:0px;
	margin:0px;
	
}

.titulo {
	height: 25px;
	text-align: left;
	background-image: url(../images/f_titular.jpg);
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 25px;
	margin: 15px 0px 0px 0px;
	_margin: 0px;
	float: left;
	width: 760px;
	padding: 0px 0px 0px 20px;
}

.titulo span{
	color: #4e4c4c;
}
.titulo1 {
	height: 25px;
	margin-top: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	background-image: url(../images/f_titular.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #3a8a1f;
	background-repeat: repeat-y;
}

/* modificado por Sandra
.impresora {
	height: 30px;
	text-align:right;
	width:600px;
	margin: 0px;
	float: left;
	padding: 10px 0px 0px 0px;
}
.impresora ul li{
	display: block;
	list-style-type:none;
	margin:0;
	padding: 0px 4px;
	float: left;
}*/
.impresora {
	height: 30px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	float:left;
	width:100%;
}
.impresora ul li{
	display: inline;
	list-style-type:none;
}
.impresora ul li form{
	height: 30px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline;
	list-style-type:none;

}
#imagenes_detalle{
	float: left;
	width: 770px;
	padding-left:10px;

}
#imagenes_detalle .img{
	float: left;
	width: 126px;
	margin-right:20px;
	margin-bottom:25px;
	margin-top:20px;

}

/*.p {
	float:left;
	color:#4e4c4c;
	}*/
	
	
	/* ********************************************************************************************* */
/* *******************************  ESTILOS CALENDARIO PHP ************************************* */
/* ********************************************************************************************* */
#calendario {
	width: 185px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#cab_calendario {
	width: 185px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	height: 22px;
	color:#FFFFFF;
	background-image: url(../images/fondo_calendario.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
}

.calendar-month{
	/*color: #1F540C; */
	font-weight: bold;
	font-size:12px;
}
.contenedor_agenda_calendario {
	border: 0px;
 }
.agenda_calendario {
	width: 180px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	text-align: center;
	float: none;
	
}
.blanco {
	color:#FFFFFF;
}

#flecha_izda{
	vertical-align: middle;
	width: 35px;
	float: left;
	line-height: 22px;
	padding-top: 5px;
	}
#flecha_drcha{
	vertical-align: middle;
	width: 35px;
	float: right;
	padding-top: 5px;
	}
#mes{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 105px;
	line-height: 22px;
}
#cont_calendario {
	width: 185px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	}
table.calendar {
	text-align: center;
	vertical-align: middle;
	width: 185px;
	float: left;
	border: 1px solid #999999;/*	margin-left: 10px !important;*/
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fondo_calendario_dias.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	}
.calendar TR {
	text-align: center;
	vertical-align: middle;
	}
.calendar td {
	font-size:11px;
	width:24px;
	height:13px;
	color:#000000;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	}
*html .calendar td {
	width:20px;
	height:20px;
	
	}
.calendar th {
	font-size:12px;
	font-weight:600;
	color:#000;
}
.calendar td .hoy {
	font-size:11px;
	color:#e50004;
	display:inline;
	font-weight:900;
}

.calendar td .hoy a {
	font-size:11px;
	display:inline;
	text-decoration:none;
	font-weight: bold;
}
.calendar td .hoy a:hover {
	font-size:11px;
	color:#000;
	display:inline;
	text-decoration:none;
	font-weight: bold;
}

.calendar td .hoy_con_link {
	font-size:11px;
	color:#e50004;
	display:inline;
	text-decoration:none;
	font-weight: bold;
}
.calendar td.diamarcado {
	padding: 0px;
	color:#000000;
	background-color: #e50004;
	text-align: center;
	font-weight: bold;
}

.calendar td.diamarcado a {
	text-decoration:none;
	color:#fff;
	background-color: #e50004;
}

.calendar td.diamarcado a:hover {
	text-decoration:none;
	color:#000;
	background-color: #e50004;
}
/*BORRAR CUANDO CORRIJAMOS LA CAB DE LA AGENDA*/	
.flechascalendar {
}
.flecha_izquierda {
	float: left;
	width: 30px;
}
.en_medio {
	float: left;
	width: 122px !important; /*para los navegadores buenos*/
	width: 122px;  /*para IE5+ */
	*width: 115px !important; /*solo IE7*/ 
	min-width: 115px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	
	color: #4e4c4c;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	float: left;
}
.flecha_derecha {
	float: right;
	width: 30px;
}


/* *******************************  FIN ESTILOS CALENDARIO PHP ********************************* */


/* ********************************************************************************************* */
/* *************************  ESTILOS CALENDARIO CORTES GENERALES PHP  ************************* */
/* ********************************************************************************************* */
#calendario_cg {
	width: 310px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	float: left;
	padding: 0px;
	margin: 10px 0px 8px 0px;
	_margin: 0px 0px 8px 0px;
	height:250px;
}

#cab_calendario_cg {
	width: 310px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	height: 30px;
	color:#375160;
	background-image: url(../images/fondo_calendario_cg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
}

.calendar-month_cg {/***/
	/*color: #1F540C; */
	font-weight: bold;
	font-size:13px;

}
.contenedor_agenda_calendario_cg {
	border: 0px;
 }
.agenda_calendario_cg {
	width: 310px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	text-align: center;
	float: none;
	height: 30px;
	
}
.agenda_calendario_cg .blanco_cg {
	color:#375160;
}

#flecha_izda_cg {
	vertical-align: middle;
	width: 35px;
	float: left;
	line-height: 30px;
	padding-top: 10px;
}
#flecha_drcha_cg {
	vertical-align: middle;
	width: 35px;
	float: right;
	padding-top: 10px;
}
#mes_cg {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 230px;
	_width: 230px;
	line-height: 30px;
}
#cont_calendario_cg {
	width: 310px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
table.calendar_cg { /* tras este, hay un estilo #calendar_cg */
	text-align: center;
	vertical-align: middle;
	width: 310px;
	float: left;
	border: 1px solid #999999;/*	margin-left: 10px !important;*/
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fondo_calendario_dias_cg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.calendar_cg tr {
	text-align: center;
	vertical-align: middle;
	height:30px;
	line-height: 30px;
	}
.calendar_cg td {
	font-size:13px;
	width:30px;
	height:30px;
	color:#000000;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	line-height: 30px;
	}
*html .calendar_cg td {
	line-height: 30px;
	text-align: center;
	width: auto;
	
	}
.calendar_cg th {
	font-size:13px;
	font-weight:600;
	color:#375160;
	line-height: 30px;
}
.calendar_cg td .hoy {
	font-size:13px;
	color:#e50004;
	display:inline;
	font-weight:900;
	line-height: 30px;
}

.calendar_cg td .hoy a {
	font-size:13px;
	display:inline;
	text-decoration:none;
	font-weight: bold;
	line-height: 30px;
}
.calendar_cg td .hoy a:hover {
	font-size:13px;
	color:#000;
	display:inline;
	text-decoration:none;
	font-weight: bold;
	line-height: 30px;
}

.calendar_cg td .hoy_con_link {
	font-size:13px;
	color:#e50004;
	display:inline;
	text-decoration:none;
	font-weight: bold;
	line-height: 30px;
}
.calendar_cg td.diamarcado {
	padding: 0px;
	color:#000000;
	background-color: #e50004;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}

.calendar_cg td.diamarcado a {
	text-decoration:none;
	color:#fff;
	background-color: #e50004;
}

.calendar_cg td.diamarcado a:hover {
	text-decoration:none;
	color:#000;
	background-color: #e50004;
}
/*BORRAR CUANDO CORRIJAMOS LA CAB DE LA AGENDA*/	
.flechascalendar_cg {/***/
}
.flecha_izquierda_cg {/***/
	float: left;
	width: 35px;
}
.en_medio_cg {/***/
	float: left;
	width: 57px !important; /*para los navegadores buenos*/
	width: 57px;  /*para IE5+ */
	*width: 55px !important; /*solo IE7*/ 
	min-width: 55px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	
	color: #4e4c4c;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	float: left;
}
.flecha_derecha_cg {/***/
	float: right;
	width: 35px;
}


/* *******************************  FIN ESTILOS CALENDARIO CORTES GENERALES PHP ********************************* */

/* *******************************  ENCUESTAS ********************************* */	


.encuestas {
	width: 173px;
	float: right;
	font-size: 11px;
	border: 1px #9a9a9a solid;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	color: #4e4c4c;

}
.encuestas h4{
	background-color: #E50004;
	color: #fff;
	margin-bottom: 5px;
	padding: 5px;
	background-image: url(../images/fondo_encuesta.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.encuestas h5{
	text-align:justify;
	color: #4e4c4c;
}
.encuestas div{
	background-color: #E2E2E2;
	padding: 2px;
}
.encuestas div h6{
	float: left;
	color: #e50004;
	text-decoration: none;
}
.encuestas h6 a{
	color: #4e4c4c;
	text-decoration: none;
}
.encuestas h6 a:hover{
	color: #e50004;
	text-decoration: none;
}

.encuestas fieldset{
	border: 0px;
	}
.encuestas fieldset div input{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #e50004;
	border: 0px;	
}

.encuestas fieldset label{
	display: block;
	margin: 5px 0px;
	text-align: left;
}

#otras_enc {
	width: 376px;
	float: right;
	padding: 10px 0px 0px 0px;
	}
#resultado_enc {
	width: 376px;
	float: left;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #4e4c4c;
}

#resultado_enc_iz {
	width: 376px;
	float: left;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #4e4c4c;
}

.resultados {
	width: 356px;
	float: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px #CCC solid;
}
.resultados h5 {
	color: #4e4c4c;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 10px;
}
.resultados div input{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #e50004;
	border: 0px;
	margin-top: 10px;
	float: right;
	}
	
/**************************************/

.resultadoscaj {
	width: 356px;
	float: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px #CCC solid;
}
.resultadoscaj h5 {
	color: #4e4c4c;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 10px;
}
.resultadoscaj div input{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #e50004;
	border: 0px;
	margin-top: 10px;
	float: right;
	}



/**************************************/	

.l_encuestas {
	width: 356px;
	float: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px #CCC solid;
}
.l_encuestas ul li{
	color: #4e4c4c;
	font-size: 13px;
	background-image: url(../images/cuadro_v.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding:4px 0px 4px 8px;
}
.l_encuestas ul li a{
	color: #4e4c4c;
	text-decoration: none;
}
.l_encuestas ul li a:hover{
	color: #000;
	text-decoration: underline;
}
/* ******************************* FIN  ENCUESTAS ********************************* */	
	
	
	
#pie {
	width: 982px;
	font-size: 11px;
	text-align: right;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 35px;
	background-color: #375160;
	
} 
*html #pie {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.pie_list {
	padding: 0;
	margin: 0px;
	height: 0px;

	}	

#pie strong{
	color: #FFFFFF;
	display: block;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
}
#pie ul{
	line-height: 25px;
	float: right;
	color: #FFFFFF;
}
#pie ul li{
	color: #FFFFFF;
	display: inline;
	list-style: none;
	
}
#pie ul li a{
	color: #FFFFFF;
	display: inline;
	list-style: none;
	text-decoration: none;
}
#pie ul li a:hover{
	color: #c00000;
	display: inline;
	list-style: none;
}


/*estilos agenda*/
.texto_noticias {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	/*background-color: #FFFF00;*/
	width: 700px;
}
.texto_grises {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.bloque_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.bloque_texto a{
	color: #666;
}
.bloque_texto a:hover{
	
	color: #e50004;
}
.negrita_rojas {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
	/*color: #c00000;*/
}
.negrita_rojas a{
	color: #c00000;
	text-decoration: none;
}
.negrita_rojas a:hover{	
	text-decoration: underline;
}


.paginacion_roja{
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	float: left;
	clear:both;
	width:400px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
.paginacion_roja a{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.paginacion_roja a:hover{
	color: #4e4c4c;
	text-decoration: underline;
}

.texto_central {
	font-size: 12px;
	color: #666;
	text-align: justify;
	width:650px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	

}
.texto_central h4{
	color: #4e4c4c;
	font-size: 13px;
	padding:0px 0px 8px 12px;
	font-weight: bold;
}
.texto_central p{
		float: left;
	width:600px;
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.texto_central .corto{
	float: left;
	width:250px;
	display:block;
}
/*INICIO estilos para los detalles de la agenda*/
.mas_detalle{
	float: left;
	display: block;
	clear:both;
}
.det_agenda{
float:left;
clear:both;

}
/*FIN estilos para los detalles de la agenda*/
.paginacion_gris{
	float:left;
	text-decoration: none;
	color: #4e4c4c;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	line-height:18px;
	padding-left: 20px;
}
.ayuda span .paginacion_gris a {
	color: #3a8a1f;
	
}

.ayuda span .paginacion_gris a:hover {
	color: #3a8a1f;
	}
	
	
.fechas {
	font-size: 10pt;
	font-weight: normal;
	color: #C10000;
}
#noticia .fecha_noticia {
	text-align: right;
	padding: 0px 15px 15px 0px;
	font-size: 11px;
	color: #375160;
	font-weight: bold;
}
/*fin estilos agenda*/

.banner_noticias {
	margin: 15px 0px 15px 0px;
}
.psoe_negrita {
	color: #C10000;
	font-weight: bolder;
}
.centrale {
	width: 780px;
	float: left;
}

#doc_asociados {
	float: left;
	width: 780px;
	text-align: justify;
	color: #4e4c4c;
	height: auto !important; /*para los navegadores buenos*/
	height: 600px;  /*para IE5+ */
	min-height: 600px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
}
#doc_asociados ul{
/*	border-bottom: 1px #EAEAEA solid;*/
	
}

#doc_asociados ul li{
	padding: 10px 0px 10px 10px;

	
}
#doc_asociados ul li h4 a{
	text-decoration: none;
	font-weight: bold;
	color: #4e4c4c;
	
}
#doc_asociados ul li h4 a:hover{
	text-decoration: underline;
	
}
#doc_asociados ul li p{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;
	
}
#doc_asociados ul li span{
	color: #e50004;
	font-size: 11px;
	line-height: 25px;
	text-align: right;	
	}
#doc_asociados ul li h5 a{
	text-decoration: none;
	color: #3a8a1f;
	font-size: 11px;
	
}
#doc_asociados ul li h5 a:hover{
	text-decoration: underline;
	
}

#doc_asociados .volver a{
	color: #c00000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #c00000;
	padding-left:720px;
	line-height:30px;
	height:30px;
}
#doc_asociados .volver a:hover{
	text-decoration: none;
	}
#doc_asociados ul li h6 {
	text-decoration: none;
	color: #4e4c4c;
	font-size: 11px;	
}
#doc_asociados ul li h6 a{
	text-decoration: none;
	color: #3a8a1f;
	font-size: 11px;	
}
#doc_asociados ul li h6 a:hover{
	text-decoration: underline;
	
}

/*HEMEROTECA*/

.form {
	color: #666666;
	font: 10px Arial, Helvetica, sans-serif;
	
}
.btenviar input{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #e50004;
	border: 0px;
	margin-top: 10px;
	float: right;
	}
.texto_noticias2 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 500px;
	/*background-color: #00FF00;*/
}

.listado_videos {
	float: left;
	width:700px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.texto_mensaje{
	font-size: 12px;
	color: #666;
	text-align: justify;
	margin: 10px 0px 0px 10px;

}
.listado_videos2 {
	float: left;
	width: 500px;
}
.listado_videos3 {
	float: left;
	margin: 0px;
	width: 780px;
	text-align: left;

}
.texto_noticias2 .texto_grises {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: left;
	padding-right: 10px;
}
.lado_izquierdo {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 700px;
}
.lado_izquierdo .texto_grises {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: left;
	padding-right: 10px;
}
.texto_noticias3 {
	float: left;
	margin: 0px;
	width: 650px;
	text-align: left;
}

.texto_noticias3 .texto_grises {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: left;
	padding-right: 10px;
}
/* *******************************  FORMULARIO SECCION CONTACTO ******************************** */

.contacto_texto {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 755px;
	float: left;
}
 .datos_contacto {
	width: 370px;
	float: left;
	font-size: 12px;
	padding-left: 10px;
	line-height: 18px;
}
#bloque_contenidos .intro {
	float: left;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 12px;
}

.datos_contacto strong {
	color: #c00000;
	font-size: 13px;
}



.contacto_enviar {
	width: 155px;
	text-align: right;
}
.negrita_rojo {
	color: #e50004;
	font-weight: bolder;
	font-size:12px;
}
.negrita_rojo14 {
	color: #e50004;
	font-weight: bolder;
	font-size:14px;
}
/*id formulacio contacto*/
#frmcontacto {
	width: 375px;
	float: right;
	font-size: 12px;
}
#frmcontacto input{
	font-size: 11px;
	border: 1px solid #F0F0F0;
	float: right;
	width:200px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 16px;
}
#frmcontacto label {
	float: left;
	display: block;
	width: 125px;
	font-size: 11px;
	color: #333333;
	line-height: 30px;
}
#frmcontacto #frmcontacto_comentario {
	float: right;
	width: 200px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.datos_contacto .email {
	font-weight: bold;
	color: #6C9199;
}

/*fin formulacio contacto*/


/*id formulacio opinion*/
#frmopinion {
	width: 300px;
	float: left;
	font-size: 12px;
	padding-left: 20px;

}
.contacto_texto #frmcontacto {
	padding-top: 30px;
}

#frmopinion input{
	font-size: 11px;
	border: 1px solid #F0F0F0;
	float: right;
	width:200px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 16px;
}
#frmopinion label {
	float: left;
	display: block;
	width: 300px;
	font-size: 11px;
	color: #333333;
	line-height: 30px;
}
#frmopinion #frmcontacto_opinarsobre, #frmopinion #frmcontacto_asunto {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #EBEBEB;
	width: 300px;
}
.intro_opinion {
	font-size: 12px;
	color: #375160;
	font-family: Arial, Helvetica, sans-serif;
	line-height:50px;
	padding-left:20px;
}
#frmopinion #labelfrmcontacto_nomape {
	font-size: 12px;
	font-weight: bold;
}
.datos_contacto .email {
	font-weight: bold;
	color: #6C9199;
}

/*fin formulacio opinion*/
/*////////////////////////////////fin formularios///////////////////////////////*/
#rss {
	width: 780px;
	float: left;
	text-align: justify;
	margin-top: 15px;
}


#rss h4{
	color: #4e4c4c;
	font-size: 13px;
	padding:0px 0px 8px 12px;
	font-weight: bold;
	
}

#rss p{
	color: #4e4c4c;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	padding:0px 0px 10px 12px;
}
.rss_des{
	color: #4e4c4c;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	height: 19px;
	float:left;
	width: 700px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.rss_des a{
	vertical-align: top;
	color: #4e4c4c;
	text-decoration: none;
	float: left;
	padding-right: 15px;
	}
.rss_des a:hover{
	color: #3a8a1f;
	vertical-align: top;
	
}
/*//////////////////////////// AYUDA /////////////////////////*/
.ayuda {
	float: left;
	width: 500px;
	text-align: justify;
	color: #4e4c4c;
	height: auto !important; /*para los navegadores buenos*/
	height: 600px;  /*para IE5+ */
	min-height: 600px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	padding: 10px 0px 10px 10px;
	
}
.ayuda strong {
	font-size: 14px;
	color: #4e4c4c;
	line-height: 30px;	
	
}
.ayuda h4{
	color: #4e4c4c;
	font-size: 13px;
	padding:0px 0px 12px 0px;
	font-weight: bold;
	
}
.ayuda p{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;
	padding-bottom:8px;

}
.ayuda p .link_rojo a{
	color: #e50004;
	font-size: 12px;
	line-height: 20px;
}
.ayuda p .link_rojo a:hover{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;
}
.ayuda p strong{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;
}
.ayuda ul li{
	background-image: url(../images/cuadro_v.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0px 0px 14px;
	font-size: 12px;
	line-height:20px;
}
.ayuda ul li strong{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;
	
}
/*////////////////////////////////// RESULTADO BÚSQUEDA ///////////////////*/
.busqueda {
	float: left;
	width: 770px;
	text-align: justify;
	color: #4e4c4c;
	height: auto !important; /*para los navegadores buenos*/
	height: 600px;  /*para IE5+ */
	min-height: 600px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	padding: 10px 0px 10px 10px;
	
}
.busqueda span {
	font-size: 12px;
	color: #4e4c4c;
	line-height: 30px;
	font-weight: bold;	
	
}
.busqueda strong {
	font-size: 14px;
	color: #4e4c4c;
	line-height: 30px;	
	
}
.busqueda p{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;

}
.busqueda p .link_rojo a{
	color: #e50004;
	font-size: 12px;
	line-height: 20px;
}
.busqueda p .link_rojo a:hover{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;
}
.busqueda p strong{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;
}
.busqueda ul li{
	background-image: url(../images/cuadro_v.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0px 8px 12px;
	font-size: 12px;
}
.busqueda ul li strong{
	color: #4e4c4c;
	font-size: 12px;
	line-height: 20px;
	
}
/* ********************************************************************************************* */
/* ******************************************* BUSCADOR **************************************** */
/* ********************************************************************************************* */

.busq_primera {
	font: 11px Arial, Helvetica, sans-serif;
}
.listadoapartadobusqueda ul {
	margin: 0px;
	padding: 3px 0px;
	list-style: none;
	text-decoration: none;
	color: #3a8a1f;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.listadoapartadobusqueda a {
	color: #3a8a1f;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.listadoapartadobusqueda a:hover {
	color: #4e4c4c;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.busq_lineainferior {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 10px;
	padding-top: 10px;
}
.busq_div2 {
	padding-top: 20px;
}
.apartadobusqueda {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #3a8a1f;
	padding: 10px 0px;
}
.titularapartadobusqueda a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4e4c4c;
}
.titularapartadobusqueda ul {
	text-decoration: none;
	list-style: url(none) none;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.titularapartadobusqueda {
	text-decoration: none;
	list-style: url(none) none;
	line-height: normal;
	padding: 5px 0px;
}
.titularapartadobusqueda li {
	text-decoration: none;
	list-style: url(none)  none;
	font: 12px Arial, Helvetica, sans-serif;
}
.titularapartadobusqueda {
	text-decoration: none;
}
.buscador_hemeroteca {
	font: 11px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	color: #4e4c4c;
}
/*fin buscador*/
/*///////////////////////////////STATIC HTML///////////////////////////////////////*/
.texto_historia1 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	padding: 20px; 
	margin-left: 10px;
}
.texto_historia1 p{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	padding: 10px 0px;
}
.texto_historia1 ul {
	list-style: url(../images/cuadro_v.gif);
	padding:7px;
}

.texto_historia1 li {
}
.texto_barrita {
	border-bottom: 1px dotted #C10003;
}
.texto_cuadraditos {
	padding-left: 10px;
}
.texto_historia1 .psoe_negrita {
	color: #C10000;
	font-weight: bolder;
	font-size: 14px;
	
}
/*///////////////////////////////FIN STATICS HTM/////////////////////*/

/*//////////////////// MAPA WEB ///////////////////////////*/
.apartado-mapa {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 600px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 100px;	
}
.titulos-mapa {
	padding: 0px;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #c30001;
	font-weight: bold;
}
.apartado-mapa A {
	color: #666666;
	text-decoration: none;
}
.apartado-mapa a:hover {
	color: #3a8a1f;
	text-decoration: none;
}
.apartado-mapa UL {
	MARGIN-TOP: 4px;
	LIST-STYLE-TYPE: none;
	text-indent: 30px;
	}
.apartado-mapa LI {
	BACKGROUND: left center;
	line-height: 15px;
	LIST-STYLE-TYPE: none;
	text-indent: 15px;
	
}
.apartado-mapa LI LI {
	BACKGROUND: left center;
	line-height: 15px;
	LIST-STYLE-TYPE: none;
	text-indent: 30px;
	
}
.apartado-mapa LI LI li{
	BACKGROUND: left center;
	line-height: 15px;
	LIST-STYLE-TYPE: none;
	text-indent: 45px;
	
}
.mapa_cuadraditos_rojos {
	margin: 0px 5px 0px 0px;
}
.mapa_seccion {
	font-style: italic;
}


/*//////////////////// FIN MAPA WEB ///////////////////////////*/
.partido-historia_texto{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
	padding: 20px 10px;
	margin-left: 10px;
}
.foto_imagen_historia1 {
	margin-top: 5px;
	float: left;
	margin-bottom: 10px;
	margin-right: 18px;
}
.foto_imagen_historia2 {
	float: right;
	margin: 5px 0px 10px 18px;
}
.fotos_peques_sin_borde {
	border:none;
	border-width:0;
	
}
.fotoderecha {
	float: left;
	
}
.texto_historia1 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
}
.texto_historia1 ul {
	list-style: url(../images/cuadro_v.gif) none;
	padding-right: 10px;
}

.texto_historia1 li {
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.texto_historia1 a{
	text-decoration: none;
	color: #666;
}
.texto_historia1 a:hover{
	color: #3a8a1f;
}
.texto_historia1 ul li a{
	text-decoration: none;
	color: #666;
}
.texto_historia1 ul li a:hover{
	color: #3a8a1f;
}
.texto_barrita {
	border-bottom: 1px dotted #C10003;
}
.texto_cuadraditos {
	padding-left: 10px;
}
.psoe_negrita {
	color: #C10000;
	font-weight: bold;
	font-size: 11px;
}
.tabulado {
padding-left:10px;
}

.fotos_peques {
	float: left;
	height: 59px;
	width: 59px;
	
	}
.buscador_hemeroteca {
	font: 11px Arial, Helvetica, sans-serif;
	margin:20px 0px 0px 10px;
	color: #666666;
	width: 700px;
}
.form_hemeroteca {
	color: #666;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 20px 0px;
	font-weight: bold;
	background-color: #F2F2F2;
	padding: 10px;
	z-index: -1;
}
.form_hemeroteca p{
	margin-bottom: 10px;
}
#formulario_hemeroteca {
	width: 450px;
}
/*  ESTILOS PARCHE FOTOTECA */

.texto_presentacion_fofoteca {
float:left;
width:700px;
}

/* FIN ESTILOS PARCHE FOTOTECA */

/*  INICIO ESTILOS PERSONALIDADES */
#contenidoseccion {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 360px;
	/*height: 300px;*/
	height:auto;
	text-align:justify;
	float: left;
	padding-left: 15px;
}

#contenidoseccion a{
font-size: 12px;
}

#contenidoseccion h4 {
	font-size: 14px;
}
#cajetinsuscribete {
	margin:0px 0px 3px;
	width:145px;
	float:left;
}

#cajetinsuscribete h3 {
font-size: 11px;
}

.cajetinsuscribeteoptim {
margin:0px;
width:130px;
float:left;
padding-right:17px;
}

.cajetinsuscribeteoptim h3 {
font-size: 11px;
}


#titularsuscribete{
	width:145px;
	background-color:#F6F1F2;
	vertical-align:top;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
} 
#titularsuscribete h2,h3  {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-transform:uppercase;
font-weight: bold;
text-align:right;
padding-right:35px;
color:#AE0000;
}
#titularsuscribete a  {
text-decoration:none;
color:#AE0000;
}
#titularsuscribete ul {
	list-style: none;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	float: left;
	height: 25px;
	display: block;
}
#titularsuscribete li {
	display: inline;
	float: left;
	width: 125px;
}
#titularsuscribete li a{
	background: url(../img/common/bt_listado.gif) no-repeat 105px 0px;
	height: 35px;
	display: inline;
	float: left;
	width: 137px;
	font-size: 11px;
	font-weight: bold;
	color: #AE0000;
	text-transform: uppercase;
}
.titularsuscribete{
margin-top:12px;
width:130px;
height:28px;
background-color:#F6F1F2;
background-image:url(../img/common/b_suscribete.gif);
background-position:right;
background-repeat:no-repeat;
vertical-align:top;
} 
.titularsuscribete h2,h3  {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-transform:uppercase;
font-weight: bold;
text-align:right;
padding-right:35px;
color:#AE0000;
margin:0px;
}
.titularsuscribete a  {
text-decoration:none;
color:#AE0000;
}
.titularsuscribete ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 30px;
	display: block;
}
.titularsuscribete li {
	display: inline;
	float: right;
	width: 80px;
}
.titularsuscribete li a{
	background: url(../img/common/bt_listado.gif) no-repeat 50px 0px;
	height: 40px;
	display: inline;
	float: right;
	width: 80px;
}

#textosuscribete {
	width: 120px;
	text-align:justify;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

/* FIN ESTILOS PERSONALIDADES */

/*inicio   ESTILOS PARA PÁGINAS ESTÁTICAS*/
#bloque_estatico{
	width:790px;
	float:left;
	background-color: #CCCCCC;
	height: 200px;
}


.cajetincomision {
float:left;
width: 360px;
margin-bottom: 19px;
background-color:#F6F1F2;
border-top: 1px dotted;
border-bottom: 1px dotted;
height:100px;
}

.titcomision {
width: 360px;
font-weight: bold;
background-position:left;
margin-left: 5px;
}
.titcomision a {
width: 360px;
text-decoration:none;
color:#000000;
}

.fotocomision {
	float:right;
	padding: 2px;
	margin-top: -20px;
}
.fotocomision img {
border:0px;
vertical-align:middle;
}

.nombrecomision {
	width: 360px;
	float:left;
	color:#AE0000;
	margin-top: 15px;
	font-weight: bold;
	padding-left: 5px;
}

.ficha {
float:left;
color:#000000;
padding-top: 5px;
margin-top: 5px;
padding-left: 25px;
height:40px;
vertical-align:middle;
}

.ficha a {
color:#000000;
text-decoration:none;
}
.ficha a:hover {
	text-decoration:none;
	color:#000000;
	height: 30px;
}

.ficha img {
vertical-align:middle;
border:0px;
}
.ficha ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
.ficha li {
	height: 25px;
}
.ficha li a {
	background: url(../img/common/bt_listado.gif) no-repeat;
	padding-left: 35px;
	height: 30px;
	padding-top: 7px;
	float: left;
}
/*fin   ESTILOS PARA PÁGINAS ESTÁTICAS*/
.listado {
	float: left;
	width: 370px;
	padding-left: 10px;
	padding-top: 10px;
	
	}
.listado .fotos_enanas {
	float: left;
	margin-right: 20px;
}
.listado .texto_listado_con {
	float: left;
}
.listado .texto_listado_con .fecha_listado {
	float: left;
	width: 250px;
	display: block;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}
.listado .texto_listado_con .breve_descripcion {
	float: left;
	width: 250px;
	text-decoration: none;
}
.listado .texto_listado_con .breve_descripcion a {
	font-size: 12px;
	color: #c00000;
	text-decoration: none;
	font-weight: bold;
}
.iconos_listado {
	width: 370px;
	float: left;

}
#cabecera_print {
	width: 700px;
	float: left;
}
#cabecera_print #logo {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#cabecera_print h2 {
	float: left;
	width: 430px;
	text-align:center;
}
#cabecera_print #desc {
	float: left;
	width: 430px;
		text-align:center;
}
#contenidoseccion_print {
	float: left;
	width: 750px;
	padding-left: 20px;
}
#contenidoseccion_print  h3 {
	float: left;
	clear: both;
	text-align: left;
}
#contenidoseccion_print h4 {
	text-align: left;
	float: left;
	clear: both;
}
#contenidoseccion_print .fechas {
	float: left;
	clear: both;
}
#contenidoseccion_print hr {
	float: left;
	clear: both;
	width: 560px;
	text-align: left;
}
#contenidoseccion_print .contenido_agenda {
	float: left;
	clear: both;
	font-size: 11px;
	width: 700px;
	text-align: left;
}

/*************PESTAÑAS**********************/
#listado {
	width: 332px;
	float: left;
	clear: both;
	text-align: justify;
	height: auto !important; /*para los navegadores buenos*/
	height: auto;  /*para IE5+ */
	min-height: 100px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	line-height: 17px;
	font-size: 0.7em;
	color: #333;
}
#listado1 {
	width: 332px;
	float: left;
	clear: both;
	text-align: justify;
	height: auto !important; /*para los navegadores buenos*/
	height: auto;  /*para IE5+ */
	min-height: 100px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	line-height: 17px;
	font-size: 0.7em;
	color: #6c91c9;
	font-weight: bold;
}
#not_ppal_ext {
	width:350px;
	float: left;
	clear: both;
	text-align: justify;
	padding: 4px 4px 15px 10px;
	border: 1px solid #c00000;

}
*html #not_ppal_ext {
width:350px;

}
#not_ppal_ext #listado ul{	
	text-align: left;
	}
#not_ppal_ext #listado ul li{
	text-align: left;
	padding-top: 5px;
	font-size: 13px;

	}	
	
#not_ppal_ext #listado ul li a {
	left: -12px;
	text-decoration: none;
	color: #333;
	background-image: url(../images/lista.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 25px 0px;
	font-size: 13px;
}

#not_ppal_ext #listado ul li a:hover{
	text-decoration: underline;
	color: #375160;
}



#not_ppal_ext #listado1 ul{	
	text-align: left;
	}
#not_ppal_ext #listado1 ul li{
	text-align: left;
	padding-top: 5px;
	}	
	
#not_ppal_ext #listado1 ul li a {
	left: -12px;
	text-decoration: none;
	color: #333;
	background-image: url(images/lista.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 25px 0px;

}

#not_ppal_ext #listado1 ul li a:hover{
	text-decoration: underline;
	color: #375160;
}


#txtcentrado {
	text-align:justify;
	padding: 0px;
}
#txtcentrado p{
	text-align:justify;
	padding: 0px;
}
