body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	line-height: 16px;
}

a, img {
	border: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

a {
	color: #cd0058;
	text-decoration: underline;
}

a:hover {
	color: #cd0058;
	text-decoration: underline;
}

#contenedor_general {
	 width: 1110px;
	 float: left;
}

#contenedor_logos {
	padding-top: 110px;
	float: left;
	width: 129px;
	padding-left: 30px;
	padding-right: 65px;
}

h1 {
	height: 22px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cd0058;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#contenedor_logos img {
	padding-bottom: 50px;
}

#contenedor_web {
	float: left;
	width: 880px;
	/*border: 1px solid blue;*/
}

#contenedor_web ul.submenu {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
}

#contenedor_web ul.submenu li {
	float: left;
	border-right: 1px solid #aaa;
	margin-right: 10px;
}

#contenedor_web ul.submenu li.ultimo {
	border-right: 0px;
}

#contenedor_web ul.submenu li img {
	margin-left: 0px;
	padding-right: 10px;
}

#contenedor_web ul.menu {
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

#contenedor_web ul.menu li {
	float: left;
	border-right: 1px solid #aaa;
	margin-right: 7px;
}

#contenedor_web ul.menu li.ultimo {
	border-right: 0px;
}

#contenedor_web ul.menu li img {
	margin-left: 0px;
	padding-right: 7px;
}

div.separador_puntos {
	clear: both;
	height: 50px;
	background-image: url(../imagenes/punto_horizontal.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#columna_contenido {
	float: left;
	width: 400px;
	padding-right: 100px;
	margin-top: 10px;
}

#columna_contenido p {
	width: 420px;
	text-align: left;
}

#columna_contenido ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#columna_contenido img.imagen_cabecera {
	margin-bottom: 20px;
}


#columna_destacados {
	float: left;
	width: 315px;
	margin-top: 10px;
}

.destacado { /* clase para que los destacados salgan horizontales */
	float: left;
	margin-top: 20px;
	padding-top: 7px;
	padding-left: 50px;
	width: 220px;
	background-position: top left;
	background-repeat: no-repeat;
}

.destacado p {
	text-align: left;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.destacado_vertical { /* clase para que los destacados salgan verticales, sobreescribiendo la anterior */
	float: none;
	clear: both;
	margin-bottom: 40px;
}

.destacado_1 {
	background-image: url(../imagenes/1.jpg);
}

.destacado_2 {
	background-image: url(../imagenes/2.jpg);
}

.destacado_3 {
	background-image: url(../imagenes/3.jpg);
}

.contenedor_noticia {
	margin-top: 20px;
	margin-bottom: 20px;
	/*border: 1px solid blue;*/
}

.separador {
	 clear: both;
	 height: 10px;
	 background-image: url(../imagenes/punto_horizontal.gif);
	 background-position: center;
	 background-repeat: repeat-x;
	 margin-left: 0px;
}

#mapa {
	border: 1px solid #ddd;
	width: 420px;
	height: 200px;
}

#footer {
	clear: both;
	padding-top: 10px;
}

#footer p {
	margin-bottom: 0px;
	margin-top: 0px;
}
