
#user{
    color:white;
    right: 1%;
    position: absolute;
    font-size: 2.2vw;
    /*font-weight: bold;*/
}
#navBar{
    width:100%;
    height:8%;/*Fallback*/
    height:4vw;
    position: fixed;
    top:1.5%;
    left:0%;
    z-index: 1;
}
#sideBarToogle{
    position: absolute;
    width: 6%;
    height: 100%;
    cursor: pointer;
}
#fitness{
    position: absolute;
    width: 28%;
    height: 100%;
    left:6%;
}
#logoTelegim{
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    color:white;
    height: 100%;
    width: 25%;
    text-align: center;
}
#sidelogoTelegim{
    position: absolute;
    width: 28%;
    height: 100%;
    left: 6%;
}
#menuPrincipal{
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    color:white;
    height: 100%;
    width: 25%;
    text-align: center;
}