/* ---------------------------------------------------------------------------INICIO CSS*/

* {
	margin: 0;padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(_imagenes/fondo_del_fondo.gif);
	font : 11px/16px "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	}

ul {
	list-style-type: none;
	padding: 35px 0 0 25px;
	line-height: 20px;
	font-weight: bold;
	}

ul a:hover {
	font-weight: bold;
	color: #fff;
	background-color: #618888;
	text-decoration: none;
	padding: 0 5px 0 5px;
	}

div#contenedor {
	margin: 20px;
	padding: 0;
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    }

/* ---------------------------------------------------------------------------CABECERA INICIO */

div#cabecera {
	width: 751px;
	height: 62px;
	background-image: url(_imagenes/cabecera.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}

div#menu_idiomas {
	width: 710px;
	position: absolute;
	text-align: right;
	padding-top: 14px;
	padding-right: 15px;
	color: #fff;
	}

div#menu_idiomas a {
	color: #fff;
	text-decoration: none;
	}

div#menu_idiomas a:hover {
	color: #ccc;
	text-decoration: none;
	}

p#menu_cabecera {
	padding: 42px 40px 0 0;
	color: #fff;
	text-align: right;
}

p#menu_cabecera a {
	color: #fff;
	text-decoration: none;
	}

p#menu_cabecera a:hover {
	color: #ddd;
	text-decoration: none;
	}

/* ---------------------------------------------------------------------------CABECERA FIN */

/* ---------------------------------------------------------------------------CUERPO INICIO */

div#cuerpo {
	width: 751px;
	padding-top: 15px;
	background-color: #fff;
	}

div#c_izqda {
	float: left;
	background-color: #fff;
	text-align: justify;
	margin: 0;
	padding: 5px 0 15px 15px;
	width: 235px;
	}

/* ---------------------------------------------------------------------------NOTICIAS INICIO */

div.c_izqda_bloque {
	padding: 0;
	margin: 0;
	background-image: url(_imagenes/linea_puntos.gif);
	border-bottom: solid 2px #618888;
	background-repeat: repeat-y;
	background-position: center;
	width: 250px;
	line-height: 13px;
	margin-bottom: 10px;
	}

div.c_izqda_bloque h3 { /*ENCABEZADO H3*/
	background-color: #fff;
	margin: 0;
	font-size: 18px;
	padding: 0;
	color: #fff;
	}

div.c_izqda_bloque h2 { /*TITULO DE LA NOTICIA*/
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 14px;
	padding: 10px 6px 8px 8px;
	color: #618888;
	text-indent: -12px;
	}

div.c_izqda_bloque h2 a {
	margin: 0;
	color: #618888;
	text-decoration: none;
	}

div.c_izqda_bloque h2 a:hover {
	text-decoration: underline;
	}

div.c_izqda_bloque p{ /*CUERPO DE LA NOTICIA*/
	font-size: 10px;
	margin: 0;
	margin-right: 10px;
	color: #757575;
	padding: 0 6px 10px 18px;
	}

div.c_izqda_bloque img{ /*IMAGEN DE LA NOTICIA*/
	float: left;
	margin-right: 10px;
	margin: 8px 10px 0 3px;
	}

div#google {
	text-align: center;
	padding-bottom: 15px;
	}

div#google img{
	margin-left: 63px;
	}

.marcoimg {
	text-align: center;
	border: 2px solid #618888;
	padding: 5px;
	margin: 15px 0;
	}
/* ---------------------------------------------------------------------------NOTICIAS FIN */

/* ---------------------------------------------------------------------------SUBNAVEGACIżN INICIO */

div#subnavegacion {
	width: 480px;
	height: 20px;
	margin-left: 10px;
	padding: 15px 0 5px 9px;
	background-image: url(_imagenes/fondo_subnavegacion.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

/* ---------------------------------------------------------------------------SUBNAVEGACIżN FIN */


/* ---------------------------------------------------------------------------COLUMNA DERECHA INICIO*/

div#c_dcha {
	float: right;
	background-color: #fff;
	text-align: justify;
	padding-bottom: 15px;
	width: 480px;
	}

div.c_dcha_bloque, div.columnita_iz, div.columnita_de {
	background-image: url(_imagenes/linea_puntos2.gif);
	border-bottom: solid 2px #618888;
	background-repeat: repeat-y;
	background-position: center;
	margin: 5px 0 10px 10px;
	padding-bottom: 15px;
	width: 455px;
	}

div.c_dcha_bloque h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 21px;
	padding-bottom: 12px;
	color: #618888;
	}

div.c_dcha_bloque h2 a {
	color: #618888;
	text-decoration: none;
	}

div.c_dcha_bloque h2 a:hover {
	text-decoration: underline;
	}

div.c_dcha_bloque h3 {
	background-color: #618888;
	background-repeat: no-repeat;
	height: 25px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	}

div.c_dcha_bloque p{ /*TEXTO DE PARRAFO*/
	font-size: 11px;
	margin-right: 10px;
	padding: 0 6px 0 18px;
	color: #757575;
	}

div.c_dcha_bloque_img img { /*TEXTO DE PARRAFO IMAGEN*/
	border: solid 2px #618888;
	width: 400px;
	margin: 10px auto;
	}

div.columnita_de p {
	padding-top: 15px;
	}

div.columnita_iz {
	width: 218px;
	margin-right:5px;
	float: left;
	height: 155px;
	text-align: center;
	background-image: url(_imagenes/linea_puntos3.gif);
	}
/* ---------------------------------------------------------------------------COLUMNA DERECHA FIN*/

div#clear_both {
	margin: 0 30px 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	clear: both;
	text-align: center;
	color: #009B9B;
	font-size: 10px;
	border-top: solid 1px #009B9B;
	}

div#clear_both a {
	color: #009B9B;
	text-decoration: none;
	}

div#clear_both a:hover {
	text-decoration: underline;
	}

/* ---------------------------------------------------------------------------CUERPO FIN */

/* ---------------------------------------------------------------------------PIE INICIO */

div#pie {
	width: 751px;
	height: 62px;
	background-image: url(_imagenes/pie.gif);
	background-repeat: no-repeat;
	}

p#menu_pie {
	padding-top: 7px;
	color: #fff;
	text-align: center;
	}

p#menu_pie a {
	color: #fff;
	text-decoration: none;
	}

p#menu_pie a:hover {
	color: #ddd;
	text-decoration: none;
	}

p#leyenda {
	color: #ddd;
	text-align: center;
	font-size: 12px;
	padding: 15px;
	clear: both;
	}

/* ---------------------------------------------------------------------------PIE FIN */

/* ---------------------------------------------------------------------------Generales INICIO*/

p {
	color: #757575;
	font-size: 11px;
	}

a:link { color: #618888; text-decoration: none;} /* sin visitar */
a:visited { color: #618888; text-decoration: none; } /* visitados */
a:hover { color: #618888; text-decoration: underline; } /* hover */
a:active { color: #618888; text-decoration: none;} /* activos */

a img {
	border: none;
	}

table {
	margin-left: 23px;
	text-align: center;
	font : 12px/18px "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	width: 90%;
	border: 3px solid #618888;
	border-collapse: collapse;
	color: #757575;
	}

td {
	border-right: 2px dotted #618888;
	border-bottom: 2px dotted #618888;
	padding: 5px;
	}

#tabla_encabezado {
	background-color: #618888;
	color: #fff;
	font-weight: bold;
	}

.td_impar {
	background-color: #F5F5F5;
	color: #474747;
	}

.f_ayto, .f_paisaje, .f_corp, .f_colect, .f_enlaces, .f_actual {
	height: 650px;
	background-position: top left;
	background-repeat: no-repeat;
	}

.f_ayto {
	background-image: url(_imagenes/fondo_ayto.jpg);
	}

.f_paisaje {
	background-image: url(_imagenes/fondo_paisaje.jpg);
}

.f_corp {
	background-image: url(_imagenes/fondo_corp.jpg);
	}

.f_colect {
	background-image: url(_imagenes/fondo_colect.jpg);
	}

.f_enlaces {
	background-image: url(_imagenes/fondo_enlaces.jpg);
	}

.f_actual {
	background-image: url(_imagenes/fondo_actual.jpg);
	}

.inline {
	display: inline;
	}

table.infraestructuras {
	border: none;
	}

table.infraestructuras tr td {
	border: none;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	}

table.infraestructuras tr td img {
	border: 1px solid #0B7B7B;
	padding: 2px;
	}

table.infraestructuras tr td.titulo {
	font-weight: bold;
	text-decoration: underline;
	}

h5 {
	text-align: center;
	font-size: 12px;
	}

h4 {
	text-align: center;
	border-bottom: 1px solid #618888;
	margin-bottom: 15px;
	width: 90%;
	margin-left: 24px;
	}

h1 {
	text-align: center;
	}

.flashprot {
	display: none;
	}

html>body .flashprot {
	display: inline;
	}
/* ---------------------------------------------------------------------------Generales FIN*/

/* ---------------------------------------------------------------------------FIN CSS*/