/* CSS Document */
body {
background-color:#DBC092;
margin-top:0;
}

a {
color:#53371B;
text-decoration: none;
}

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

#contenedor {
margin:auto;
margin-top:0;
width:856px;
}

#header {
margin:auto;
margin-top:0;
width:856px;
height:329px;
}

#contenido{
margin:auto;
margin-top:0;
width:856px;
background-image:url(../img/bg.jpg);
float:left;
}


#footer {
margin:auto;
margin-top:0;
width:856px;
height:49px;
background-image:url(../img/footer.jpg);
float:left;
clear:both;
}

/**** TEXTOS ****/

p {
font-family:Verdana;
font-size:12px;
text-align:justify;
color:#53371B;
margin-right:25px;
}

.p {
font-family:Verdana;
font-size:12px;
color:#53371B;
}

.color{
font-family:Verdana;
font-size:12px;
text-align:justify;
color:#008000;
}

.big {
font-family:Arial;
color:#53371B;
font-size:24px;
letter-spacing:-1px;

}

.small {
font-family:Verdana;
font-size:10px;
text-align:center;
color:#53371B;
}
