body{
    margin: 0;
    padding: 0;
    background-color: #945619;
    background-image: url('fondo.jpg');
}

#contenedor{
    margin: 0 auto;
    width: 800px;
}

#logo{
    float: left;
    width: 120px;
    height: 160px;
}

#submenus{
    height: 35px;
    background-color: white;
}

#banner{
    float: right;
    width: 680px;
    height: 160px;
}

#separador{
    width: 800px;
    height: 5px;
    background-color: white;
}

/*Parte del footer*/
#esquina1{
   float: left;
   height: 28px;
   width: 27px;
}

#footer{
    float: right;
    color: #A2A3A5;
    font-size: small;
    font-family: Garamond;
    width: 746px;
    height: 28px;
    background-color: white;
    
}

#footer p{
    line-height: 28px;
    margin: 0;
    border: 0;
    text-align: center;
}

#esquina2{
    float: right;
    height: 28px;
    width: 27px;
}



#linea{
    width: 800px;
    height: 1px;
    background-image: url("imagenes/linea.jpg");
    background-color: white;
}

.clear{
    clear: both;
}


