@charset "utf-8";
/**
    ETIQUETAS
*/
html body
{
    overflow: hidden;
    height: 100vh;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#bodyInterior{
}
.pagina{
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
#cabeza, .cabeza{
    min-height:50px;
    margin-top: 10px;
    z-index: 1000;
    position: absolute;
    top: 0;
    width: 100%;
}
#principal{
    width:100%;
    min-height:700px;
}
#pie, .pie{
    min-height:200px;
}
.contBoton{
    display: inline;
    vertical-align: text-top;
    width: auto;
    text-align: center;
    margin: 1em auto;
    padding: 0 1em;
}
.contBoton.br{
    border-right: 1px solid var(--clr3);
}
.logo{
    max-height: 35px;
}

















