@import url("content.css");
@import url("navigation.css");
/* CSS Document */
body {
background:url(../images/fondo.jpg) repeat-x;
background-color:#EBDCC9;
font-size:1em;
}

#wrapper {
width:100%;
}

#container {
position:relative;
width:706px;
margin:auto;
}

#header {
position:relative;
/*background:url(../images/bg_header.jpg) repeat-x;*/
/*background-color:#9E6A05;*/
width:100%;
height:181px;
}

#content {
position:relative;
/*background:url(../images/bg_content.jpg) repeat-y;*/
background-color:#EBDCC9;
overflow:auto;
width:705px;
padding:30px 0 20px;
}

#footer {
position:relative;
/*background:url(../images/bg_footer.jpg) no-repeat;*/
background-color:#A6B951;
width:100%;
overflow:auto;
clear:both;
padding:10px 0;
}
#footer .holder{
width:705px;
overflow:auto;
margin:auto;
clear:both;
}
.box{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; border:1px solid #A4761E; width:240px}
.button{cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#A4761E; color:#FFFFFF; border:1px solid  #CCCCCC}
.eti{font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#996500;}

#flash.quienes {text-align:center;}

#comentario tr {float:right;padding-bottom:8px;text-align:left;}
