div#cabecera {
	background: url(../images/h1_bgd_interior.jpg) no-repeat;
}
div#submenu_es{
	background: url(../images/bgd_submenu_concejalia.jpg) no-repeat top left;
	height: 121px;
}
div#submenu_en {
	background: url(../images/bgd_submenu_concejalia_en.jpg) no-repeat top left;
	height: 121px;
}

ul, li {
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl {
	border-bottom: 1px solid #efefef;
	margin: 15px 0;
	width: 600px;
	height: 1%;
	background: #fafafa;
}
dt, h4 {
	font-size: 140%;
	border-bottom: 1px solid #efefef;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #1C456C;
}
	dt a, h4 a {
		display: block;
	}
dd.imagen, div.imagen {
	float: left;
	margin: 0 10px 10px 0;
}
	dd.imagen img, div.imagen img {
		border: 2px solid #1C456C;
	}
dd.telefono, dd.fax, dd.localizacion, dd.descarga {
	line-height: 50px;
	padding-left: 60px;
}
dd.telefono {
	height: 50px;
	background: url(../images/ico_phone.gif) top left no-repeat;
	float: left;
	width: 200px;
	clear: left;
}
dd.fax {
	height: 50px; 
	background: url(../images/ico_fax.gif) top left no-repeat;
	float: left;
	width: 200px;
}
dd.localizacion {
	height: 50px;
	background: url(../images/ico_location.gif) no-repeat top left;
	clear: both;
}
dd.descripcion {
	height: 1%;
}
dd.descarga {
	height: 50px;
	background: url(../images/ico_descarga.gif) no-repeat top left;
	clear: both;
}
dd.fecha, div.fecha {
	border-top: 1px solid #efefef;
	font-size: 86%;
}
div.fecha {
	clear: both;
	margin-bottom: 20px;
}

/************** formulario ************/
form#contactForm {
	margin: 15px auto;
	padding: 0;
	width: 400px !important;
	background: #FAFAFA;
	border-bottom: 1px solid #EFEFEF;
}
label  {
	background: #1C456C;
	color: #fff;
	display: block;
	margin: 0;
	padding: 3px;
}
input, textarea {
	border: 1px solid #efefef;
	display: block;
	width: 398px;
	font-family: Trebuchet MS, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 100%;
}
input:hover, textarea:hover {
	background: #ccc;
}
input#contactFormsubmit {
	background: #5D9227;
	color: #fff;
	font-variant: small-caps;
}
div.error {
	margin: 15px auto;
	padding: 0;
	width: 400px !important;
	background: #cc0000;
	color: #fff;
	padding: 10px;
}
div.success {
	margin: 15px auto;
	padding: 0;
	width: 400px !important;
	background: #5D9227;
	color: #fff;
	padding: 10px;
}
div#detalle-noticia {
	/*margin-left: 50px;*/
	width: 600px;
	margin: 0 auto;
}
ul#listado-noticias li {
	clear: both;
}
dl#galeria-imagenes {
	text-align: center;
	margin: 0 auto;
	width: 600px;
	padding: 0;
}
dd.thumb_holder {
	display: inline;
}
dd.thumb_holder a {
	text-align: center;
}
dd.thumb_holder a img {
	border: 2px solid #1C456C;	
}
img#image-holder {
	margin: 0 auto;
	text-align: center;
	display: block;
	border: 2px solid #1C456C;
}
div.wrapper {
	margin: 0 0 0 20px;
}
div#map {
	width: 400px;
	height: 400px; 
	margin: 10px auto;
	border: 1px solid #1C456C;
}