/* banner reservas */
#banner_reservas { float: left; width: 100%;}
#banner_reservas div.titulo{display:none}

#banner_reservas ol.carousel-indicators { bottom: 10px; display: none; }
#banner_reservas .carousel-indicators {
    bottom: 10px;
    right: 3%;
    left: inherit;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 15;
}
#banner_reservas ol.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 1px;
    text-indent: -999px;
    width: 18px;
}
#banner_reservas ol.carousel-indicators li.active {background-color: rgba(255, 255, 255, 1); }

#banner_reservas a.carousel-control {z-index: 2; display: none; }

#banner_reservas .bottom_bloque{}


@media (max-width: 1600px) {
    #banner_reservas ol.carousel-indicators { bottom: 0; }
}

@media (max-width: 992px) {    
    #banner_reservas { display: block !important;}
} 

@media (max-width: 768px) {  
    #banner_reservas { display: block !important;}
    #banner_reservas ol.carousel-indicators { display: none; }
    #banner_reservas a.carousel-control {z-index: 2; display: block; }
} 