body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	background-color:#576321;
    	color:#576321;
}

.cuerpo {
	background-image:url(/images/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#menu_top a {
	font-family:Futura;
	font-size:12px;
	color:#264205;
	text-decoration:none;
	padding-top:18px;
	display:block;
}

#menu_top a:hover {
        font-family:Futura;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#contenido {
    color:#576321;
	font-family:"Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	margin-right:20px;
	padding:0;
}

#contenido a {
    color:#86b662;
	text-decoration:none;
}

#contenido h1 {
    color:#576321;
	font-family:Futura, "Trebuchet MS", Verdana;
	font-weight:bold;
	font-size:20px;
}

#contenido h2 {
    color:#86b662;
	font-family:Futura,"Trebuchet MS", Verdana;
	font-weight:bold;
	font-size:15px;
	margin-bottom:2px;
}

#contenido .titulo_noticia {
    font-weight:bold;
	color:#576321;
}

#contenido .fecha_noticia {
    color:#a9d26c;
}

#contenido .texto_noticia {
    color:#000000;
}

#footer, #footer a {
    font-family:"Trebuchet MS", Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2c3602;
	text-decoration:none;
}
.imagen  { 
	border: 1px solid #add36b; margin-right: 7px
}

.noticia a, .feniagro a, .miembros a {
	text-align:center;
}

.noticia {
	background-image:url(/images/noticias.png);
	background-position:top;
	width: 59px;
 	text-align:center;
	background-repeat:no-repeat;
}

.noticia:hover {
	background-image:url(/images/noticias_hover.png);
	width: 59px;
	background-repeat:no-repeat;
}

.feniagro {
        background-image:url(/images/feniagro.png);
        background-position:top;
        width: 78px;
        text-align:center;
	background-repeat:no-repeat;
}

.feniagro:hover {
        background-image:url(/images/feniagro_hover.png);
        width: 78px;
	background-repeat:no-repeat;
}

.inicio {
        background-image:url(/images/inicio.png);
        background-position:top;
        width: 64px;
        text-align:right;
	background-repeat:no-repeat;
	padding-right:6px;
}

.inicio:hover {
        background-image:url(/images/inicio_hover.png);
	background-repeat:no-repeat;
}

.contacto {
        background-image:url(/images/contacto.png);
        background-position:top;
        width: 112px;
        text-align:left;
	background-repeat:no-repeat;
	padding-left:3px;
}   
    
.contacto:hover {
        background-image:url(/images/contacto_hover.png);
	background-repeat:no-repeat;
}
.miembros {
        background-image:url(/images/miembros.png);
        background-position:top;
        width: 70px;
        text-align:left;
	background-repeat:no-repeat;
}

.miembros:hover {
        background-image:url(/images/miembros_hover.png);
        width: 70px;
	background-repeat:no-repeat;
}

