/* CSS Document */

body {
margin:auto;
margin-top:0px;
background-color:#FFFFFF;
}

a {
color: #4C5B18;
text-decoration:underline;
}

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

#contenedor {
margin:auto;
margin-top:0px;
background-color:#FFFFFF;
width:100%;
}


#header {
margin:auto;
margin-top:0px;
width:100%;
height:199px;
background-color:#FFFFFF;
width:100%;
}

#menu {
margin:auto;
margin-top:0px;
width:100%;
height:51px;
background-image:url(../img/bg_menu.jpg);
background-repeat:repeat-x;
float:left;
}

#contenido {
margin:auto;
margin-top:0px;
width:100%;
background-image:url(../img/bg_txt.jpg);
background-repeat:repeat-x;
float:left;
}

#footer{
background-image:url(../img/bg_footer.jpg);
background-repeat:repeat-x;
width:100%;
height:160px;
clear:both;
float:left;
}


/**** TEXTOS ****/
p{
font-family:Arial;
font-size:14px;
color:#5D701D;
text-align:justify;
}

.noticias{
font-family:Arial;
font-size:12px;
color:#5D701D;
}

.title{
font-family:"Arial Narrow";
font-size:36px;
color:#5D701D;
}

.small{
font-family:Arial;
font-size:11px;
color:#323A09;
}

