/*** HEADER *************************/

header#header #lower_header #logo {
    padding-top: 6px !important;
    padding-bottom: 3px !important;
}

header#header #lower_header #logo img {
    max-height: 73px !important;
}

/*** SISTEMA DE RESERVAS *************/

#all header#header {
    z-index: 3 !important; 
}

div.contenedor_sidebar div#contenido {
    z-index: 2 !important;
}

@media (max-width: 768px) {
    div.sidebar_masDatos div#contenido {
        z-index: 2 !important
    }
    
}

div.sidebar_formReserva div#contenido {
    z-index: 2 !important;
}

#contenido {
    z-index: 3 !important;
}