body {
	margin: 0px;
	background-color: #d9d6cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#tabla {
	height: 100%;
	width: 1030px;
}
#tabla_centro {
	width: 990px;
	background-image: url(../img/fondo_tabla.jpg);
}

#cabecera {
	height: 120px;
	background-image: url(../img/cabecera.jpg);
	background-repeat: no-repeat;

}
#sombra_der {
	background-image: url(../img/fondo_der.jpg);
	width: 20px;
}
#botonera_oscura {
	height: 30px;
	background-image: url(../img/botonera_oscura_fondo.jpg);
	padding-left: 10px;
}
.bt_oscuro {
	line-height: 30px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bt_oscuro_txt {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
a.bt_oscuro_txt:hover {
	color: #CCCCCC;

}
#sombra_izq {
	background-image: url(../img/fondo_izq.jpg);
	width: 20px;
}
#botonera_clara {
	height: 25px;
	background-color: #559e1b;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}
.bt_claro {
	line-height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
}
.bt_claro_txt {
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
}
a.bt_claro_txt:hover {
	color: #CCC;
}
#botonera_superior {
	height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	padding-top: 20px;
}
.bt_superior {
	line-height: 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
}
.bt_superior_txt {
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
}
a.bt_superior_txt:hover {
	color: #CCC;
}
#dia {
	font-size: 11px;
	text-align: right;
	padding-top: 55px;
	clear: both;
	padding-right: 15px;
}
#seccion {
	background-color: #2849BD;
	padding-left: 15px;
	height: 70px;
}
#seccion_titulo {
	float: left;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 35px;
}
#noticia_localidad {
	background-color: #4D4D4D;
	font-size: 13px;
	color: #FFFFFF;
	float: right;
	width: 265px;
	height: 70px;
	line-height: 45px;
}
#noticia_localidad select{
	font-size: 11px;
	color: #333333;
	width: 230px;
	margin-top: -10px;
	margin-left: 15px;
}
.noticia_localidad_txt {
	margin-left: 15px;
}
#contenido {
	float: left;
	width: 720px;
	font-size: 11px;
}

#col1 {
	float: left;
	margin-top: 10px;
	width: 435px;
}
#col2 {
	float: right;
	width: 270px;
	margin-top: 10px;
}
#buscador {
	background-color: #b80000;
	font-size: 11px;
	color: #FFF;
	width: 250px;
	line-height: 15px;
	padding-top: 10px;
}
.buscador_input{
	font-size: 11px;
	color: #333333;
	margin-left: 15px;
	margin-bottom: 10px;
}
.buscador_bt{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #595959;
	margin-bottom: 10px;
	border: 1px solid #595959;
	cursor:pointer;
}
#col3 {
	float: right;
	width: 265px;
	padding-bottom: 10px;
	padding-top: 15px;
	background-color: #FFF;
}
.banner {
	margin-top: 10px;
}
#descargar_pdf {
	margin-top: 10px;
	background-color: #b2b2b2;
	margin-right: 15px;
	text-align: right;
}
#descargar_pdf_txt {
	margin-top: 25px;
	font-size: 11px;
	text-align: center;
	float: left;
	margin-left: 25px;
	line-height: 17px;
}
.bt_descargar_pdf {
	font-size: 10px;
	color: #FFF;
	background-color: #585858;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}
a.bt_descargar_pdf:hover {
	color: #CCC;
}

.descargar_pdf_img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#pie {
	background-color: #CCC;
	font-size: 10px;
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #2849BD;
	padding-bottom: 5px;
	padding-top: 5px;
}
.pie_link {
	text-decoration: none;
	color: #333333;
}
a.pie_link:hover {
	color: #2849BD;
}
#col1 .home_bloque {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2849BD;
	clear: both;
	margin-left: 15px;
}
#col2 .home_bloque {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2849BD;
	clear: both;
	margin-right: 20px;
}
.home_bloque .fecha {
	font-size: 10px;
	color: #999;
}
.home_bloque .seccion {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.home_bloque .titulo {
	margin-bottom: 5px;
}
.home_bloque .titulo a{
	font-size: 17px;
	color: #B80000;
	text-decoration: none;
}
.home_bloque .titulo a:hover{
	text-decoration: underline;
}
.home_bloque .subtitulo {
	color: #666;
	margin-bottom: 5px;
}
#col1 .home_bloque .foto {
	float: left;
	margin-right: 10px;
	height: auto;
	width: 150px;
}
#col2 .home_bloque .foto {
	height: auto;
	width: 250px;
	margin-bottom: 10px;
}
.home_bloque .texto a {
	color: #B80000;
}
.home_bloque .texto a:hover {
	text-decoration: none;
}
.home_bloque .texto {
	margin-top: 10px;
}
.home_bloque .separador {
	clear: both;
	height: 0px;
	margin-bottom: 10px;
}
.secciones_texto {
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: justify;
}
.secciones_texto .destacado {
	font-weight: bold;
	color: #B80000;
}
.secciones_texto .img_izq {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.secciones_texto .img_der {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.celda_contacto {
	color: #FFF;
	background-color: #2849BD;
	text-align: right;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 20px;
	margin-left: 70px;
}
.caja {
	font-size: 11px;
	color: #333333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	margin-right: 10px;
	border: 1px solid #2849BD;
}
.bt_enviar {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #585858;
	border: 1px solid #585858;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.peque {	font-size: 11px;
	color: #666;
}

.bucle_bloque {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2849BD;
	clear: both;
}
.bucle_bloque .fecha {
	font-size: 10px;
	color: #999;
}
.bucle_bloque .seccion {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.bucle_bloque .titulo {
	margin-bottom: 5px;
	font-size: 17px;
	color: #B80000;
}
.bucle_bloque .titulo a{
	font-size: 17px;
	color: #B80000;
	text-decoration: none;
}
.bucle_bloque .titulo a:hover{
	text-decoration: underline;
}
.bucle_bloque .subtitulo {
	color: #666;
	margin-bottom: 5px;
}
.bucle_bloque .imagenes {
	float: left;
}
.bucle_bloque .imagenes .foto {
	height: auto;
	width: 250px;
	margin-right: 10px;
}
.bucle_bloque .imagenes .video {
	height: auto;
	width: 250px;
	margin-top: 10px;
	margin-right: 10px;
}
.bucle_bloque .texto {
	margin-top: 10px;
}
.bucle_bloque .texto a {
	color: #900;
}
.bucle_bloque .texto a:hover {
	text-decoration: none;
}
.bucle_bloque .sector_descargas {
	clear: both;
	padding-top: 20px;
}
.bucle_bloque .descarga {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFF;
	background-color: #900;
	margin-bottom: 1px;
}
.bucle_bloque .descarga .bt {
	color: #900;
	background-color: #FFF;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	text-decoration: none;
	margin-top: 1px;
}
.bucle_bloque .descarga a.bt:hover {
	background-color: #CCC;
}
.bucle_bloque .titulo_galeria {
	font-size: 14px;
	color: #666;
	text-align: right;
	clear: both;
	margin-top: 10px;
}
.bucle_bloque .galeria {
	background-color: #4D4D4D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.bucle_bloque .galeria img {
	height: 60px;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bucle_bloque .redes {
	clear: both;
	margin-top: 15px;
	height: 25px;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
}
.bucle_bloque .redes .rsociales {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	float: left;
	padding-bottom: 2px;
	background-color:#FFFFFF
}
.bucle_bloque .redes .rsociales img {
	float:none;
	padding:0px;
	margin-right: 4px;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bucle_bloque .redes .titulo_redes {
	float: left;
	line-height: 16px;
	margin-left: 5px;
}.bloque_hemeroteca {
	float: left;
	width: 335px;
	font-size: 17px;
	color: #B70000;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2849BD;
	margin-right: 5px;
	margin-left: 5px;
}
.bloque_hemeroteca .bt {
	font-size: 10px;
	color: #FFF;
	background-color: #585858;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	float: left;
}
.bloque_hemeroteca a.bt:hover {
	color: #CCC;
}
.separador {
	clear: both;
	height: 0px;
}
.bloque_agenda {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2849BD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.bloque_agenda .titulo {
	text-align: center;
	width: 200px;
	float: left;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #559E1B;
	padding: 2px;
}

.bloque_agenda a.titulo:hover {
	color: #333;
}
.bloque_agenda .txt {
	padding-left: 210px;
}
.bloque_agenda .txt a{
	color: #333;
	text-decoration: none;
}
.bloque_agenda .txt a:hover{
	text-decoration: underline;
}
.agenda_categoria {
	font-size: 20px;
	text-transform: uppercase;
	color: #2849BD;
}
.bloque_agenda2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2849BD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.bloque_agenda2 .titulo {
	font-size: 16px;
	font-weight: bold;
	color: #559E1B;
}
.bloque_agenda2 .datos {
	background-color: #CCC;
	width: 675px;
	font-size: 11px;
	color: #333;
}
.bloque_agenda2 .datos .titulo {
	font-size: 10px;
	color: #FFF;
	background-color: #585858;
	font-weight: normal;
	width: 120px;
	border: 1px solid #CCC;
}
.bloque_agenda2 a {
	color: #B80000;
	text-decoration: underline;
}
.bloque_agenda2 a:hover {
	text-decoration: none;
}
.volver {
	font-size: 10px;
	color: #FFF;
	background-color: #559E1B;
	clear: both;
	float: right;
	margin-top: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	margin-bottom: 20px;
}
a.volver:hover {
	color: #333;
}
.anuncio_bt {
	background-color: #559E19;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 22px;
	padding-left: 5px;
}
.anuncio_bt a{
	font-size: 13px;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}
.anuncio_bt a:hover{
	color: #333;
}
.bucle_bloque .imagenes .foto_peque {
	height: auto;
	width: 150px;
	margin-right: 10px;
}
