td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4a4c4b;
}

.contenedor {
	padding-left: 15px;
	padding-top: 23px;
}

.contenido {
	padding-right: 22px;
	vertical-align: top;

}

.titulo {
	background-image: url(../imagenes/tit.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 721px;
	height: 34px;
	font-size: 14px;
	color: #044c27;
	font-weight: bold;
}

.aso_titulo {
	padding-left: 20px;
	padding-bottom: 5px;
	height: 40px;
	font-size: 14px;
	color: #044c27;
	font-weight: bold;
	vertical-align: bottom;
}

.tit_noticias {
	background-image: url(../imagenes/tit_ultimas_noticias.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 383px;
	height: 34px;
	font-size: 14px;
	color: #044c27;
	font-weight: bold;
}

.tit_eventos {
	background-image: url(../imagenes/tit_ultimos_eventos.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 15px;
	width: 290px;
	height: 34px;
}

.listado_home {
	background-color: #f7f9f8;
	margin-top: 4px;
	margin-bottom: 12px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: justify;
}

.listado {
	background-color: #f7f9f8;
	margin-top: 4px;
	margin-bottom: 12px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: justify;
	width: 741px;
}

.categorias {
	background-color: #eceec6;
	border-top: 4px solid #ffffff;
	margin-bottom: 12px;
	padding-left: 20px;
	width: 711px;
	height: 40px;
}

.categoria {
	background-image: url(../imagenes/categoria.jpg);
	background-repeat: no-repeat;
	width: 131px;
	height: 25px;
	color: #8a7e32;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

a img{
    border:none;
}
.categoria_over {
	background-image: url(../imagenes/categoria_over.jpg);
	background-repeat: no-repeat;
	width: 131px;
	height: 25px;
	color: #eceec6;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.tit_verde {
	font-size: 14px;
	color: #044c27;
	font-weight: bold;
}

#cuerpo ul {
	list-style-image: url(../imagenes/punto_verde.jpg);
}

#cuerpo ul.verde {
	padding-top: 10px;
	*padding-top: 5px;
	padding-bottom: 15px;
	*padding-bottom: 0px;
	list-style-image: url(../imagenes/punto_verde.jpg);
}

#mapa_web li {
	padding-top: 5px;
	margin-left: -15px;
}

.marron {
	color: #8a7e32;
}

.rojo{
	color: #f34848;
}

.verde {
	color: #044c27;
}

.verde_claro {
	color: #bdc637;
}

.verde_oscuro {
	color: #326d51;
}

a {
    color: #4a4c4b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.white {
    color: #ffffff;
    text-decoration: none;
}

a.white:hover {
    text-decoration: underline;
}

a.verde {
    color: #044c27;
    text-decoration: none;
}

a.verde:hover {
    text-decoration: underline;
}

a.grisClaro {
    color: #9f9f9f;
    text-decoration: none;
}

a.grisClaro:hover {
    text-decoration: none;
    color: #7e7e7e;
}

#mapa_web a {
    color: #4a4c4b;
    text-decoration: none;
}

#mapa_web a:hover {
    text-decoration: none;
    color: #bdc637;
}

.spacer {
    line-height: 1px;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    border: 0px;
}

textarea {
	width: 207px;
	height: 100px;
	border: 1px solid #e5e9ae;
	background-color: #f7f8e6;
}

#contacto input, #contacto select {
	width: 207px;
	border: 1px solid #e5e9ae;
	background-color: #f7f8e6;
}

#contacto .checkbox {
	width: 15px;
	background-color: #ffffff;
	border: 0px;
}

#buscador{
    height:65px;
   
    background-color: #f1f4d5;
    margin-bottom:10px;

}

#buscador table {
	background-color: #f1f4d5;
	padding-right: 15px;
	padding-left: 35px;
  
  
}

#buscador input {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4a4c4b;
	width: 285px;
}

#buscador select {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4a4c4b;
    width: 285px;
}

#contacto .btn_verde {
	background-image: url(../imagenes/btn_verde.jpg);
	background-repeat: no-repeat;
	color: #326d4f;
	width: 77px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}

.btn_entrar {
    background-image: url(../imagenes/btn_entrar.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 10px;
    width: 61px;
    height: 15px;
    cursor: pointer;
    border: 0px;
}

.small {
	font-size: 10px;
}

.white {
	color: #ffffff;
}

.grisOscuro {
	color: #7e7e7e;
}

.grisClaro {
	color: #9f9f9f;
}

.pie {
	color: #ffffff;
	font-size: 10px;
	background-color: #034b26;
	padding-left: 24px;
	padding-right: 24px;
	height: 40px;
}



/******************************** FOTOS ******************************/
div.cuadro_imagen{
	width: 268px;
	float: left;
	border: 13px solid #ffffff;
	height: 235px;
}

div.capa_foto{
	background-color: #e5e9ae;
	height: 180px;
	width: 268px;
	text-align: left;
}

div.texto_archivo{
	padding-top: 10px;
	font-size: 0.9em;
	text-align: left;
	padding-left: 20px;
	float: left;
}

div.img_descargar{
	margin-top: 8px;
	float: right;
	margin-right: 15px;
}

div.capa_foto_sub{
	background-color: #bdc733;
	height: 35px;
	width: 268px;
	text-align: left;
}

.todas{
   float:right;
   margin-right:20px;
   margin-bottom:10px;
}