#cabecero
{
    position: fixed;
    z-index: 100;
    height: 3vw;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid white;
    background-color: rgba(0,0,0,0.8);
}

#sidenavArea {
    position: absolute;
    left: 0;
    width: 3.5vw;
    height: 100%;
}

#logoArea
{
    position: absolute;
    left: 3.5vw;
    width: 16.5vw;
    height: 100%;
}

#toogleSidenav, #goHome, #logo
{
    height: 100%;
    width: 100%;
}

#tituloArea
{
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

#titulo
{
    color: white;
    font-size: 2vw;
}

#userArea
{
    position: absolute;
    width: 10vw;
    height: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#iconoUser
{
    width: 2vw;
}

#cabUser
{
    color: white;
    margin-left: 0.5vw;
    font-size: 1.2vw;
}