/* CSS Document */

body {
background: #9a9635;
margin:0 auto;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
}

a:link {
color: #FFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFF;
}
a:hover {
text-decoration: underline;
color: #FFF;
}
a:active {
text-decoration: none;
color: #FFF;
}

#contenedor {
margin:0 auto;
}

#contenido {
width:800px;
margin:0 auto;
}

#pie {
width:500px;
margin:0 auto;
}

img {
border:0;
} 
