.contenedorLeyenda {
    float: left;
}

.cuadradoLeyenda {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.contenedorNombreLeyenda {
    float: left;
}

#menuMovilSuperior {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: #557077;
}

#menuMovil {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 80%;
    background-color: #557077;
}

#contenedorLogoMovil {
    float: left;
    width: 50%;
}

#contenedorSelectorIdiomas {
    float: left;
}

#contenedorUsuario {
    float: left;
}

tr.estadoReserva2 {
    border-left: solid 5px #85CE64;
}

tr.estadoReserva3 {
    border-left: solid 5px #FF9300;
}

tr.estadoReserva4 {
    border-left: solid 5px #CBD4D6;
}

/*
.itemContenedorMenuPCReservar:after {
    content: "";
    display: block;
    background: url("../img/icono-calendario.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}

.itemContenedorMenuPCMiPerfil {
    background: url("../img/icono-calendario.png") no-repeat;
    padding-left: 35px;
}
*/