html, body {
	line-height: 16px;
	margin: 0px; 
	padding: 0px;
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
}

a, img {
	border: 0px;
}

a {
	color: #9cab08;
}

a.subrayado {
	text-decoration: none;
}

a.subrayado:hover {
	text-decoration: underline;
}

div {
	/*border: 1px solid blue;*/
}

acronym, abbr {
 	border-bottom: 1px dotted #000;
	cursor: help;
}

#contenedor_general {
	/*float: left;*/
	width: 1000px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding-bottom: 40px;
}

#contenedor_general #contenedor_logo {
	float: left;
	width: 90px;
	padding-left: 20px;
	padding-top: 10px;
}

#contenedor_general #contenedor_contenido {
	width: 960px;
	margin-bottom: 50px;
}

div#menu_principal {
	width: 960px;
}

div#menu_principal img {
	margin-left: 5px;
	margin-right: 15px;
}

div#formulario {
	margin-top: 2px;
	margin-left: 660px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #214231;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #214231;
}

h2 a {
	color: #214231;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #214231;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#caja_1_grande p {
	padding-right: 0px;
	margin-top: 15px;
}

#caja_1_grande p.destacado {
	background-color: #eee;
	padding: 10px;
	padding-left: 35px;
	padding-right: 20px;
	line-height: 18px;
	width: 360px;
	background-image: url(../imagenes/comillas_fondo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}

ul li {
	list-style-type: none;
	margin-top: 5px;
	padding-left: 10px;
	background-image: url(../imagenes/vinyeta.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#caja_2 p.noticias_destacadas, #caja_2_grande p.noticias_destacadas, #caja_3 p.noticias_destacadas {
	margin: 0px;
	padding: 0px;
}

#caja_2 p.titulo_verde, #caja_2_grande p.titulo_verde, #caja_3 p.titulo_verde {
	margin-top: 8px;
}

#caja_1_grande img.miniatura {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	width: 90px;
}

#caja_2 p.tipo, #caja_2_grande p.tipo, #caja_1_grande p.tipo, #caja_3 p.tipo {
	font-weight: bold;
}

#caja_1_grande p.tipo, #caja_1_grande h2.titulo, #caja_1_grande p.descripcion {
	margin-bottom: 3px;
	margin-top: 0px;
}

#caja_1_grande a.titulo {
	
}

#caja_2 a.titulo, #caja_2_grande a.titulo, #caja_3 a.titulo {
	font-weight: bold;
	color: #214231; /* color verde claro */
	text-decoration: none;
}

#caja_2 a.titulo:hover, #caja_2_grande a.titulo:hover, #caja_3 a.titulo:hover {
	text-decoration: underline;
}

#caja_2 img, #caja_2_grande img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#caja_1 {
	float: left;
	width: 300px;
	padding-right: 25px;
}

#caja_1 img {
	width: 290px;
}

#caja_1_grande img {
	width: 482px;
}

#caja_1_grande {
	float: left;
	width: 500px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#caja_2 {
	float: left;
	width: 250px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#caja_2_grande {
	float: left;
	width: 435px;
	padding-right: 0px;
	padding-bottom: 25px;
}

#caja_3 {
	float: left;
	width: 200px;
	padding-bottom: 25px;
}

.linea_puntos {
	background-image: url('../imagenes/punto.gif');
	background-repeat: repeat-x;
	height: 1px;
	font-size: 1px;
	clear: both;
	width: 960px;
	margin-top: 1px;
	margin-bottom: 1px;
	/*border: 1px solid blue;*/
}

.linea_puntos_verdes {
	background-image: url('../imagenes/punto_verde.gif');
	background-repeat: repeat-x;
	height: 1px;
	font-size: 1px;
	clear: both;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.separador_negro {
	clear: both;
	height: 3px;
	border: 0px solid #fff;
	background-color: #808080;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.separador_vacio {
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.separador_gris {
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
}

#footer {
	width: 930px;
	/*background-color: #ddd;*/
	background-color: #e1e6b4; /* #cdd583 -> verde pistacho al 50%*/
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #aaa;
	text-decoration: none;
}

#footer #bloque_1 {
	width: 130px;
}

#footer #bloque_2 {
	width: 190px;
}

#footer #bloque_3 {
	width: 160px;
}

#footer #bloque_4 {
	width: 160px;
}

#footer #bloque_5 {
	width: 160px;
}

#footer p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #000;
}

.contacto {
	width: 960px;
	margin-top: 15px;
	text-align: center;
}
.contacto h2 {
	color: #7e7e7e;
	margin-bottom: 5px;
	font-size: 11px;
}
.contacto p {
	margin: 0px;
	color: #7e7e7e;
	font-size: 11px;
}

#caja_1_grande img.miniatura_galeria, img.miniatura_galeria, #caja_1_grande img.miniatura_galeria_flecha, img.miniatura_galeria_flecha {
	width: 80px;
	margin-right: 8px;
	_margin-right: 5px;  /* <-- */
	border: 1px solid #fff;
}

#caja_1_grande img.miniatura_galeria:hover, img.miniatura_galeria:hover {
	border: 1px solid #999;
}

#caja_1_grande img.miniatura_galeria_activa, img.miniatura_galeria_activa {
	border: 1px solid #999;
}

#caja_1_grande img.miniatura_galeria_ultima, img.miniatura_galeria_ultima {
	margin-right: 0px;
}

a.desactivado {
	cursor: default;
}

a.activado {
	cursor: pointer;
}

div.pie_foto {
	font-size: 12px;
	color: #777;
}

table.enlaces {
	width: 900px;
	margin-left: 20px;
	margin-top: 20px;
}

table.enlaces td {
	width: 50%;
	vertical-align: middle;
}

table.enlaces td, #caja_2_grande table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/* TINYMCE */
body.mceContentBody {
   background: #fff;
   background-image: none;
   padding: 10px;
}

body.mceContentBody ul, body.mceContentBody ol, body.mceContentBody ul li ul {
	font-size: 12px;
	color: #555;
	margin-top: 10px;
}

body.mceContentBody ol ol {
	list-style-type: lower-latin;
}

body.mceContentBody ul, body.mceContentBody ul li ul {
	list-style-type: square;
}

body.mceContentBody ul li, body.mceContentBody ol li, body.mceContentBody ol li ol li {
	margin-bottom: 10px;
}