#fichahotel .cont_info_busqueda{background: #1e3747; color:#bbd0e3; font-size: 14px; line-height: 31px; padding:10px 0}
#fichahotel .cont_info_busqueda .btn-aniade{background-color:transparent; color:#FFF; -webkit-border-radius:0;-moz-border-radius: 0;border-radius: 0;}
#fichahotel .cont_modify_search{background:#e3e5e7; padding:10px 15px;}
#fichahotel .cont_modify_search a{display: block; padding:5px 10px; border:1px solid #d7d7d7; text-decoration:none; font-size:14px;}
#fichahotel .results_table{border:1px solid #d1d3d4; padding:0; margin:0}
#fichahotel .ver_hoteles{margin-top:30px; text-align: right}
#fichahotel .ver_hoteles a{color:#e86b1b; font-size: 14px; text-decoration: none}
#fichahotel .cont-mirando-hotel > div{position: relative;width:220px}
#fichahotel .contPrecio{margin-top:35px; color:#1e3747}
#fichahotel .contPrecio .price{font-family: "bebas_neueregular", Arial, Helvetica, Sans serif; font-size:33px}
#fichahotel .contPrecio span.glyphicon{color:#1e3747; cursor: pointer}
#fichahotel .no-availability{display: block; background:#fcf8e3; color:#a98a54; font-size:14px;padding:10px; text-align: center; font-weight: 700 }
#fichahotel .searching-availability{color:#a98a54; font-size:15px;}
#fichahotel .searching-availability p.message_loading span{color: #555; font-size:14px}

#fichahotel .cont-mirando-hotel{
    position: fixed;
    right: 14px;
    top: 14px;
    z-index: 999999;
}

@keyframes mirando {
    0%   {opacity: 0.2;}
    100% {opacity: 0.8;}
}

#fichahotel .cont-mirando-hotel .alert-warning {
    background-color: #666;
    border-color: #555;
    color: #f9f9f9;
    opacity: 0.8;
    -webkit-box-shadow: 6px 6px 9px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 6px 6px 9px -4px rgba(0,0,0,0.45);
    box-shadow: 6px 6px 9px -4px rgba(0,0,0,0.45);
    animation-name: mirando;
    animation-duration: 1s;
}

@media (max-width: 736px) {
    #fichahotel .cont-mirando-hotel{
        right: 14px;
        left: 14px;
        bottom: 0px;
        top: auto!important;
    }

    #fichahotel .cont-mirando-hotel > div {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .resume_opinions_box .valoracion_TA_owl{margin-left: 0!important;}
    [dir='rtl'] #fichahotel .cont-mirando-hotel{ width:80%; margin-top:82px; margin-right: -108px; }

}

@media (max-width: 767px) {
    #fichahotel h2{display:none}
    #fichahotel .ver_hoteles{text-align: center; margin-top:10px;}
    #fichahotel .cont_modify_search{background:none; padding:10px 15px;border:1px solid #d7d7d7; text-align: center}
    #fichahotel .cont_modify_search a{border:none; float:none!important; font-weight: 700; padding: 0 }

}


@media (max-width: 767px) and (min-width: 521px) {
    .txtTA span {
        text-align: center;
    }

    .txtTA .TAvaloracion {
        margin-top: 0;
    }

    .txtTA .TAbasado_en, .txtTA .TAvaloracion {
        padding-left: 0;
    }
    .valoracion_TA_owl {
        margin-right: -33px;
    }

    [dir='rtl'] .txtTA .TAbasado_en {
        margin-top: 0;
    }

    [dir='rtl'] .txtTA span {
        text-align: center;
    }

    [dir='rtl'] .txtTA .TAbasado_en {
        margin-left: 0;
    }

    [dir='rtl'] .txtTA .TAbasado_en, [dir='rtl'] .txtTA .TAvaloracion {
        padding-right: 0;
    }
}