@charset "utf-8";
/**
    ETIQUETAS
*/
html body
{
    /*background-image: url("../img/portada-1.jpg");*/
}
#bodyInterior{}

/* contenedor central */
.pagina{
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
#cabeza, .cabeza{
    min-height:90px;
}
#principal{
    min-height:700px;
}
#pie, .pie{
    position: fixed;
    bottom: 0;
    min-height:200px;
}

/* contenido interno por encima del fondo */
#bodyInterior > *{
    position: relative;
    z-index: 1;
}
