/*Cambio landingPob*/
* {
    color: inherit;
    border: 0;
    margin: 0;
    padding: 0;
}

a {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

address {
    font-style: normal;
}

b, strong {
    font-weight: 600;
}

body {
    cursor: default;
    background: #e7e7e7;
}

button {
    background: none;
}

button, label {
    cursor: pointer;
}

mark {
    background: none;
}

li {
    list-style: none;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

@charset "UTF-8";
@font-face {
    font-family: "icons";
    src: url("../..fonts/icons.eot");
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'icons' !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tpl-contenidos-unicos {
    padding: 15px 0;
}

.tpl-contenidos-unicos div.contenedor {
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.tpl-contenidos-unicos div.contenedor:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: .7px solid #fff;
    z-index: 1;
}

.tpl-contenidos-unicos div.contenedor div.primero {;
    box-sizing: border-box;
    height: 212px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7px;
    padding-top: 70px \0;
}

_:-ms-input-placeholder, :root .tpl-contenidos-unicos div.contenedor div.primero {
    padding-top: 0;
}

.tpl-contenidos-unicos div.contenedor div.primero div {
    text-transform: uppercase;
    font: 31px 'Open Sans', sans-serif;
    text-align: center;
    color: #fff;
    background: rgba(0, 65, 102, .75);
    padding: 20px 25px;
    width: 200px \0;
    height: 40px \0;
    margin: 0 auto \0;
}

_:-ms-input-placeholder, :root .tpl-contenidos-unicos div.contenedor div.primero div {
    margin: 0;
}

.tpl-contenidos-unicos div.contenedor div.segundo {
    padding: 30px 15px 25px;
}

.tpl-contenidos-unicos div.contenedor div.segundo div.titulo {
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #0068a3;
    margin-bottom: 15px;
}

.tpl-contenidos-unicos div.contenedor div.segundo div.parrafo {
    font: 12px 'Lato', sans-serif;
    color: #000;
}

/* ------------------------- LISTADO DE HOTELES ------------------------ */
.breadcrump .content {
    position: relative;
}

.titleh3 {
    color: #1a62aa;
    text-align: left;
    width: 51%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.other_buttons {
    width: 48%;
    float: right;
}

#mapaBig {
    float: right;
    margin: 0 2% 0 0;
    padding: 0 2% 0 0;
    border-right: 1px solid #797979;
}

.view_map {
    display: inline-block;
    color: #787878;
    font-size: 11px;
    text-transform: uppercase;
    margin: 9px 0 0 5px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}

.view_map:hover {
    color: #787878;
    text-decoration: underline;
}

.hotel-box2 {
    font-size: 13px;
    line-height: 17px;
    display: block;
    float: left;
    width: 93%;
    border-top: 1px solid #9b9b9b;
    padding: 13px 0 13px 15px;
    text-indent: -15px;
}

.hotel-box2 div {
    padding-bottom: 10px;
}

.hotel-box2 a {
    text-decoration: none;
}

.hotelesVendidos {
    background-color: #fff;
    position: relative !important;
}

/* ------------- Hoteles m�s vendidos ------------------- */
#sidebar {
    padding: 7%;
}

.hotelesVendidos {
    background: #fff;
}

.hoteles-mas-vendidos .titulo {
    text-transform: uppercase;
    color: #898989;
    font-size: 15px;
    float: left;
    width: 80%;
    margin: 0 0 0 2%;
    line-height: 18px;
}

.hotel-box {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    border-top: 1px solid #9b9b9b;
    padding: 13px 0;
}

.hotel-box:first-child {
    border: none;
}

.hotel-box .foto {
    width: 40%;
    float: left;
    overflow: hidden;
    height: 90px;
}

.hotel-box .foto a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

.hotel-box .foto img {
    width: 100%;
    height: 100%;
    float: left;
}

.info_hotel {
    width: 55%;
    float: right;
}

.info_hotel .nombre-hotel {
    float: left;
}

.info_hotel .nombre-hotel a {
    font-weight: bold;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    display: inline;
    font-size: 13px;
    text-decoration: none;
}

.info_hotel .nombre-hotel a:hover {
    color: #ff9933;
}

.info_hotel .nombre-hotel .blockstars {
    display: inline;
}

.info_hotel .situacion {
    float: left;
    clear: both;
    color: #898989;
    font-size: 13px;
    text-transform: none;
    padding: 5px 0 0 0;
    font-style: italic;
}

/* ------------- FIN: Hoteles m�s vendidos ------------------- */
.link_cities {
    float: right;
}

#scrollCiudades {
    display: inline-block;
    color: #787878;
    font-size: 11px;
    text-transform: uppercase;
    margin: 9px 0 0 5px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}

#scrollCiudades:hover {
    color: #787878;
    text-decoration: underline;
}

#scrollInteres {
    display: inline-block;
    color: #787878;
    font-size: 11px;
    text-transform: uppercase;
    margin: 9px 0 0 5px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}

#scrollInteres:hover {
    color: #787878;
    text-decoration: underline;
}

.hotel-box {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    border-top: 1px solid #9b9b9b;
    padding: 13px 0;
}

.hotel-box:first-child {
    border: none;
}

.hotel-box .foto {
    width: 40%;
    float: left;
    overflow: hidden;
    height: 90px;
}

.hotel-box .foto a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

.hotel-box .foto img {
    width: 100%;
    height: 100%;
    float: left;
}

.info_hotel {
    width: 55%;
    float: right;
}

.info_hotel .nombre-hotel {
    float: left;
}

.info_hotel .nombre-hotel a {
    font-weight: bold;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    display: inline;
    font-size: 13px;
    text-decoration: none;
}

.info_hotel .nombre-hotel a:hover {
    color: #ff9933;
}

.info_hotel .nombre-hotel .blockstars {
    display: inline;
}

.info_hotel .situacion {
    float: left;
    clear: both;
    color: #898989;
    font-size: 13px;
    text-transform: none;
    padding: 5px 0 0 0;
    font-style: italic;
}

.idhoteles {
    width: 73%;
    #width: 71%;
    float: right;
}

.idhoteles .hoteles-titulo {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.idhoteles .idhotel {
    padding: 0;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 25px;
    min-height: 175px;
}

.idhoteles .idhotel .img_hotel {
    width: 25%;
    height: 175px;
    overflow: hidden;
    float: left;
    position: relative;
}

.idhoteles .idhotel .img_hotel img {
    width: 100%;
    height: 100%;
}

.idhoteles .idhotel .img_hotel .icos_marcas {
    position: absolute;
    bottom: 0;
    left: 0;
}

.idhoteles .idhotel .hotel-info {
    width: 71%;
    float: right;
    padding: 2% 2% 1% 0;
    position: relative;
    #width: 72%;
    #margin: 0 2% 0 0;
}

.idhoteles .idhotel .hotel-info .hotel-cabecera {
    float: left;
    width: 100%;
}

.idhoteles .idhotel .hotel-info .hotel-cabecera div .titulo {
    width: 100%;
    float: left;
}

.idhoteles .idhotel .hotel-info .hotel-cabecera div .titulo span {
}

.idhoteles .idhotel .hotel-info .hotel-cabecera div .titulo span a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.idhoteles .idhotel .hotel-info .hotel-cabecera div .titulo span a:hover {
    color: #ff9933;
}

.hotel-info .hotel-cabecera div .direccion {
    font-size: 13px;
    margin-top: 5px;
    float: left;
    width: 100%;
    clear: both;
}

.hotel-info .hotel-cabecera div .direccion span {
    font-style: italic;
}

.icos_marcas span {
    margin: 0 0 2px 3px;
}

.hotel-info .descripcion {
    width: 100%;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.hotel-info .descripcion p {
    font-size: 13px;
    color: #606060;
    border-bottom: 1px solid #606060;
    padding: 0 0 7px 0;
    margin: 10px 0 4px 0;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    width: 60%;
    float: left;
}

.hotel-info .descripcion_without_op p {
    width: 100%;
}

.hotel-info .boton {
    float: left;
    width: 100%;
}

.hotel-info a.see_photos {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 0 0;
}

.hotel-info a.see_photos span, .hotel-info a.see_map span {
    float: left;
}

.hotel-info a.see_photos span.text, .hotel-info a.see_map span.text {
    margin: 0 0 0 5px;
}

.hotel-info a.see_map {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 0 0;
}

.hotel-info a.see_map span.text {
    margin: 18px 0 0 5px;
}

.hotel-info a.see_photos span {
    margin: -7px 0 0 0;
}

.hotel-info a.see_photos:hover span.text, .hotel-info a.see_map:hover span.text {
    text-decoration: underline;
}

.hotel-info .boton .book {
    background: #ff9933;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
    font: normal 13px 'Lato', sans-serif, Arial, Helvetica, sans-serif;
    width: 190px;
    box-shadow: -3px 3px 0 #1a62aa;
    line-height: 30px;
    margin: 10px auto 0 auto;
    text-align: center;
    position: absolute;
    bottom: 8px;
    #bottom: 8px;
    right: 20px;
}

.hotel-info .boton .book:hover {
    background: #1a62aa;
    box-shadow: -3px 3px 0 #ff9933;
    cursor: pointer;
}

.hotel-info .boton .book span, .hotel-info .boton .book span:hover {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    #float: left;
    #margin: 0;
}

.book .border_arrow_sarch {
    margin: 8px 0 0 0;
    float: right;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #FFFFFF;
    border-top: 8px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 0;
    width: 0;
}

.content_opinion {
    width: 11%;
    text-align: center;
    margin: 0 8%;
    float: left;
}

.content_opinion .nota {
    color: #1a62aa;
    font-size: 25px;
    font-weight: bold;
}

.content_opinion .puntuacion {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    padding: 3px 0 0 0;
    float: left;
    font-weight: bold;
}

.tabla {
    width: 73%;
    float: right;
    margin-bottom: 25px;
    background: #fff;
    #width: 790px;
}

#ciudades-pais {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

.tabla-titulo span.tituloh2 {
    line-height: 20px;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #ff9933;
    float: left;
    width: 94%;
    text-align: center;
    font-weight: bold;
    color: #1a62aa;
    text-transform: uppercase;
    font-size: 15px;
    #width: auto;
    #float: none;
}

#ciudades-pais .comment, #puntos-interes .comment {
    padding: 10px 3%;
    width: 94%;
    float: left;
    font-size: 13px;
    color: #444;
}

#ciudades-pais ul, #puntos-interes ul {
    width: 94%;
    padding: 10px 7%;
    float: left;
}

#ciudades-pais ul li, #puntos-interes ul li {
    width: 32%;
    float: left;
    margin-right: 1%;
}

#puntos-interes ul li {
    width: 48%;
    float: left;
}

#ciudades-pais ul li a, #puntos-interes ul li a {
    float: left;
    font-size: 13px;
    color: #898989;
    text-decoration: none;
    line-height: 23px;
    text-transform: uppercase;
}

#ciudades-pais ul li:hover a, #puntos-interes ul li:hover a {
    text-decoration: underline;
}

.tablaPais a:hover, #puntos-interes ul li:hover a {
    text-decoration: underline;
}

#puntos-interes {
    float: left;
    width: 96%;
    padding: 0 0 10px 0;
    font-size: 13px;
    color: #444;
}

.paginacion {
    clear: both;
    float: right;
    margin: -10px 0 10px 0;
    #float: none;
    #text-align: right;
}

.paginacion a {
    color: #b48d48;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}

.paginacion a:hover {
    text-decoration: underline;
}

@media(min-width: 601px){
    .paginacion .previous{
        position: relative;
        padding-left: 14px;
    }
    .paginacion .next{
        padding-right: 14px;
        position: relative;
    }
    .paginacion .previous:after {
        font: 10px 'Icons';
        position: absolute;
        left: 0px;
        top: 5px;
        content: '\\';
    }

    .paginacion .next:after {
        font: 10px 'Icons';
        position: absolute;
        right: 0;
        top: 5px;
        content: '\e000';

    }
}

/* ------------------------- LISTADO DE HOTELES ------------------------ */

/*REFACTOR*/
.sprite-landings {
    background: url('/desarrolloweb/img/sprites/sprite-landings.png') no-repeat;
}

.ico_ok_opinion {
    background-image: url('/desarrolloweb/img/iconos/ico_ok_opinion.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 18px;
    width: 20px;
    display: inline-block;
}

/* -------------------- Marcas hotel -------------------------- */
.sprite-AQ {
    background-position: -85px -56px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-BA {
    background-position: -172px -102px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-CO {
    background-position: -128px -102px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-DS {
    background-position: -43px -56px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-EE {
    background-position: -128px -56px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-EX {
    background-position: -85px -102px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-LC {
    background-position: 0 -102px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-PE {
    background-position: -43px -102px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-ST {
    background-position: 0 -56px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.sprite-HM {
    background-position: -173px -56px;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.sprite-PR {
    background-position: -217px -56px;
    display: inline-block;
    height: 40px;
    width: 40px;
}

/* -------------------- Fin: Marcas hotel -------------------------- */

/* ----------------------------- Estrellas hotel --------------------------- */
.star1 {
    background-position: 0 0;
    width: 13px;
    height: 11px;
}

.star2 {
    background-position: 0 0;
    width: 26px;
    height: 11px;
}

.star3 {
    background-position: 0 0;
    width: 40px;
    height: 11px;
}

.star4 {
    background-position: 0 0;
    width: 53px;
    height: 11px;
}

.star5 {
    background-position: 0 0;
    width: 66px;
    height: 11px;
}

/* --------------------------- FIN: Estrellas hotel -------------------------- */

/*ICO Fotos && ICO Mapa && ICO City && ICO interes *****VIEJOS*/
/*27/12/2013 NUEVOS*/
.ico_more_cities {
    background-position: -48px -19px;
    display: inline-block;
    height: 29px;
    width: 11px;
    float: left;
}

.ico_more_sold {
    background-position: -148px -16px;
    display: inline-block;
    height: 37px;
    width: 26px;
    float: left;
}

.icon_photo {
    background-position: -86px -28px;
    width: 30px;
    height: 23px;
    display: inline-block;
}

.icon_map {
    background-position: -119px -18px;
    width: 22px;
    height: 35px;
    display: inline-block;
}

.icon_see_map {
    background-position: -29px -25px;
    width: 15px;
    height: 24px;
    display: inline-block;
    float: left;
}

.icon_star {
    background-position: -86px 0;
    display: inline-block;
    height: 23px;
    width: 25px;
}

.ico_ok_book {
    background-position: -19px -67px;
    width: 11px;
    height: 14px;
}

.arrow_book {
    background-position: -42px -70px;
    width: 10px;
    height: 18px;
}

/*hoteles mas vendidos*/
#contenido .box #mapa, .hotelesVendidos {
    background-color: #fff;
}

/* landing mon */
.tablaMon {
    float: left;
}

.tablaMon a {
    background-image: url("/desarrolloweb/img/iconos/ico_row.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    color: #303030;
    display: block;
    font-size: 14px;
    margin: 2px 0;
    padding: 0 0 0 12px;
}

/*landing pais*/
.tablaPais {
    float: left;
}

.tablaPais a {
    display: block;
    font-size: 13px;
    margin: 2px 30px;
    padding: 0 0 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #898989;
    line-height: 23px;
}

.button_phone {
    background: none repeat scroll 0 0 #1A62AA;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 5;
}

@media screen and (max-width: 768px) {
    .hoteles-mundo-titulo h2 .text {
        display: none
    }

    .titleh3 {
        width: 100%;
    }

    .other_buttons {
        width: 100%;
        position: relative;
        float: left;
        top: 0;
    }

    .titleh3 {
        text-align: left;
    }
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 600px) {
    .idhoteles .idhotel {
        height: 200px;
    }

    .idhoteles .idhotel .img_hotel {
        height: 200px;
        width: 27%;
    }

    .idhoteles .idhotel .hotel-info {
        width: 69%;
    }

    .hotel-info .descripcion p {
        height: 75px;
    }

    .hotel-info a.see_photos {
        float: left;
    }

    .hotel-info a.see_map {
        clear: both;
        float: left;
    }

}

@media screen and (max-width: 570px) {
    #tabla-contenido .row_table div a {
        font-size: 1.3em;
        margin: 8px 0;
        display: block;
    }

    .tablaMon a {
        font-size: 1.1em;
        margin: 8px 0;
    }

}

@media screen and (max-width: 500px) {
    .idhoteles .idhotel {
        width: 100%;
        height: auto;
    }

    .idhoteles .idhotel .img_hotel, .idhoteles .idhotel .img_hotel img {
        width: 100%;
    }

    .idhoteles .idhotel .hotel-info {
        width: 96%;
        padding: 2%;
    }

    .hotel-info .descripcion {
        display: none;
    }

    .hotel-info .boton {
        text-align: center;
        margin: 10px 0 0 0;
    }

    .hotel-info .boton .book {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 10px auto;
        padding: 0 2%;
        width: 96%;
    }

    .hotel-info a.see_photos {
        float: none;
    }

    .hotel-info a.see_map {
        float: none;
    }

    .content_opinion {
        display: none;
    }

    .other_buttons {
        top: 10px;
    }

    #id_telefonos {
        width: 50%;
    }

}

@media screen and (max-width: 480px) {
    .tablaPais a {
        margin: 10px 5px 10px 0 !important;
    }

    .breadcrump .content {
        padding: 0 2%;
        width: 96%;
    }

    .titleh3 {
        background: none repeat scroll 0 0 #FFFFFF;
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

    .button_search {
        display: none;
    }

    #tabla-cabecera tr td h2 span.texto {
        float: left;
        line-height: 19px;
    }

    #mapamundi {
        background-attachment: fixed;
    }

    #tabla-contenido {
        padding: 0 0 20px 0;
    }

    #tabla-contenido .row_table div {
        display: inline-block;
        margin: 0 0 25px 0;
        text-align: center;
        width: 100%;
    }

    #ciudades-pais ul li {
        width: 48%;
    }

    #puntos-interes ul li {
        width: 100%;
    }

    .link_cities {
        float: left;
    }

    #mapaBig {
        border-left: 1px solid #797979;
        float: left;
        margin: 0 0 0 2%;
        padding: 0 0 0 2%;
        border-right: none;
    }

    .view_map {
        line-height: 13px;
        margin: 0 0 0 5px;
        width: 50%;
    }

    #scrollCiudades {
        line-height: 14px;
        margin: 0 0 0 5px;
        width: 80%;
    }

    .button_phone {
        display: block;
        cursor: pointer;
    }

}

@media (min-width: 601px) {
    .tpl-contenidos-unicos {
        padding: 10px 0 10px 10px;
    }

    .tpl-contenidos-unicos div.contenedor:before {
        content: none;
    }

    .tpl-contenidos-unicos div.contenedor {
        max-width: 720px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .tpl-contenidos-unicos div.contenedor div.primero {
        width: 55%;
        height: 295px;
        border-left: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
        margin: 0 0 10px 0;
        position: absolute;
        left: -10px;
        padding-top: 100px \0;
    }

    _:-ms-input-placeholder, :root .tpl-contenidos-unicos div.contenedor div.primero {
        padding-top: 0;
    }

    .tpl-contenidos-unicos div.contenedor div.primero div {
        font-size: 35px;
        width: 265px \0;
        height: 55px \0;
    }

    .tpl-contenidos-unicos div.contenedor div.segundo {
        width: 45%;
        padding: 45px 35px 30px 10px;
        margin-left: 55%;
        min-height: 305px;
        box-sizing: border-box;
    }

    .tpl-contenidos-unicos div.contenedor div.segundo div.titulo {
        font-size: 18px;
    }

    .tpl-contenidos-unicos div.contenedor div.segundo div.parrafo {
        font-size: 11px;
    }
}

@media (min-width: 801px) {
    .tpl-contenidos-unicos div.contenedor {
        max-width: 1110px;
        position: relative;
    }

    .tpl-contenidos-unicos div.contenedor div.primero {
        position: absolute;
        top: -2px;
    }

    .tpl-contenidos-unicos div.contenedor div.primero > div {
        font-size: 48px;
    }

    .tpl-contenidos-unicos div.contenedor div.segundo {
        padding: 40px 30px 30px 25px;
        min-height: 303px;
    }

    .tpl-contenidos-unicos div.contenedor div.segundo div.parrafo {
        font-size: 12px;
    }
}

/*CSS PARA IE6, IE7 y IE8*/
/*IE6, IE7*/
@media screen\9 {
    #puntos-interes ul li {
        width: 100%;
        float: none;
    }

    #ciudades-pais ul li .blockleft {
        float: inherit;
    }
}

/*IE6, IE7, IE8*/
@media \0screen\,screen\9 {
    .box #mapa {
        width: 47%;
    }

    #sombra {
        width: 0;
        height: 0;
    }
}


#popup_cookies {
    padding: 20px 35px 16px;
    background: #396aac;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    border-top: 0;
    box-sizing: border-box;
    font: 300 11px 'Lato'
}

#popup_cookies > ul {
    text-align: center;
    max-width: 1110px;
    min-width: auto;
    margin: 0 auto;
    padding: 0;
    width: auto
}

#popup_cookies > ul .div_aceptar_cookies {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    width: auto;
    float: inherit;
    cursor: pointer
}

#popup_cookies > ul .div_aceptar_cookies:after {
    font: 300 26px Arial;
    content: '\2A2F'
}

#popup_cookies > ul .div_aceptar_cookies .aceptar_cookies {
    display: none
}

#popup_cookies > ul .cookies_txt {
    margin: 0
}

.dispo-paginacion .resultados {
    margin-left: 5px
}

@media screen and (max-width: 480px) {
    #header #header_midle #content_header_middle .logo {
        padding: 20px 16px
    }

    #header #header_midle #content_header_middle .logo img {
        height: 69px;
        width: 49px
    }

    #header #header_midle #content_header_middle #cloud {
        width: 76%;
        padding: 20px 0;
        margin: 0
    }

    #header #header_midle #content_header_middle #cloud .entradilla_cadena {
        display: inline;
        font-size: 14px
    }

    #header #header_midle #content_header_middle #cloud .head_home {
        padding-right: 20px
    }

    #total .block_oferta .block_left {
        width: 39%
    }

    #total .block_oferta .block_left .title {
        margin-top: 20px
    }

    #total .block_oferta:last-of-type {
        padding-bottom: 30px;
        margin-top: 0
    }

    #total .block_oferta:last-of-type .block_left .link_pr {
        bottom: 37px
    }

    .cancelGratuita {
        background-color: #70a83b;
        outline: 2px solid #339933;
        margin: 25px 0;
        padding: 15px 1%;
        width: 98%;
        float: left;
    }

    #total .content_form #content #container #contenido .formulario-reserva .important{
        background-color: #70a83b !important;
        color: #ffffff;
        font-size: 16px
    }

    #total .content_form #content #container #contenido .formulario-reserva .resumen-box {
        width: 100%;
        padding: 10px;
        box-sizing: border-box
    }

    #total .content_form #content #container #contenido .formulario-reserva .resumen-box .resumen_form {
        width: 100%;
        box-sizing: border-box
    }

    #total .content_form #content #container #contenido .formulario-reserva .resumen-box .resumen_form .info-reserva .info-pensiones {
        margin-bottom: 10px
    }

    #total .content_form #content #container #contenido .formulario-reserva .resumen-box .resumen_form .info-reserva .info-precio .pago {
        margin-top: 10px;
        color: #396AAB
    }

    #total .content_form #content #container #contenido .formulario-reserva .resumen-box .resumen_form .modificar {
        text-align: center
    }

    #header_midle {
        display: block
    }

    #header_midle #content_header_middle .logo {
        display: block;
        padding: 25px 0 10px 10px
    }

    #header_midle #content_header_middle #cloud {
        margin: 20px 0 10px 10px;
        width: 79%;
        display: block
    }

    #filtros_select {
        width: 49% !important
    }

    #filtros_select div.title {
        font-size: 10px !important
    }

    #filtros_select div.cos_selects {
        position: absolute;
        z-index: 2;
        background-color: #81A6CA;
        margin-top: 3px !important;
        left: 0;
        right: 0
    }

    #filtros_select div.cos_selects .flt_hot {
        font-weight: normal
    }

    #filtros_select div.cos_selects .flt_hot .flthot {
        width: 95%
    }

    #filtros_select div.cos_selects .flt_hot .button_filter_name {
        position: absolute
    }

    #tipovista {
        margin-top: 10px !important;
        box-sizing: border-box !important
    }

    #lista-hoteles #container_bomba {
        margin-top: 10px
    }

    #lista-hoteles #container_bomba .bomba-title {
        display: block;
        top: -20px
    }

    #lista-hoteles #container_bomba .bomba-title > div {
        display: none
    }

    #lista-hoteles .dispo-hotel:not(#container_bomba) .hotel-info {
        position: relative
    }

    #lista-hoteles .dispo-hotel:not(#container_bomba) .hotel-info .top .adr .dist {
        position: absolute;
        top: 60px;
        left: 5px
    }

    #lista-hoteles .dispo-hotel:not(#container_bomba) .hotel-info .top .adr .dist .ver_mapa_oculto {
        color: #888;
        font-weight: bold
    }

    #lista-hoteles .dispo-hotel:not(#container_bomba) .hotel-info .middle .dsd {
        text-align: right
    }

    #lista-hoteles .dispo-hotel:not(#container_bomba) .hotel-info .middle .dsd .preudesde {
        font-size: 15px
    }

    #lista-hoteles .bomba-hotel {
        border: 3px solid #FF9933 !important
    }

    #lista-hoteles .hotel-info .top a {
        display: block
    }

    #lista-hoteles .hotel-info .top .adr {
        margin-top: 5px
    }

    #lista-hoteles .hotel-info .top .adr .dist {
        display: block !important
    }

    #lista-hoteles .hotel-info .middle .dsd {
        color: #1A62AA;
        font-weight: bold;
        font-size: 10px
    }

    #lista-hoteles .hotel-info .middle .dsd .preu-nit {
        display: none
    }

    #lista-hoteles .hotel-info .middle .dsd .preudesde {
        font-size: 26px
    }

    #lista-hoteles .hotel-info .bottom > span {
        display: none
    }

    #lista-hoteles .hotel-info .bottom > div {
        margin-bottom: 10px;
        display: inline-block;
        float: none
    }

    #lista-hoteles .hotel-info .bottom .btn_reservar {
        width: 160px !important;
        padding: 2% !important;
        float: none !important;
        margin: 0 auto !important
    }

    #container_motor .button_phone {
        text-transform: none;
        font-size: 13px;
        padding: 14px 0
    }

    #dispo-contenido div:nth-child(2) #ordenacion {
        position: relative
    }

    #dispo-contenido div:nth-child(2) #ordenacion div .sta-absoluto {
        position: absolute;
        background-color: #1A62AA;
        z-index: 2;
        left: 0;
        top: 35px
    }

    #panel_plus .plus-blue {
        font-size: 12px
    }

    .content {
        width: 100%
    }

    .blockleft:nth-of-type(4) {
        padding-top: 20px !important
    }

    .blockleft .content_home {
        width: 100%
    }

    .blockleft .content_home .block_corporate a img:last-of-type {
        height: 200px;
        width: 100%
    }

    .content_motor #motor .top .content {
        padding: 5px 10px;
        box-sizing: border-box
    }

    .content_motor #motor .top .content .m-destino .form-control {
        padding: 4px 0
    }

    .content_motor #motor .top .content .m-fechas {
        margin-top: 12px;
        width: 100%
    }

    .content_motor #motor .top .content .m-fechas .m-fent {
        margin-right: 15px
    }

    .content_motor #motor .top .content .m-fechas .m-fsal {
        float: right;
        width: 46%;
        margin-right: 0
    }

    .content_motor #motor .top .content .m-fechas input {
        padding-right: 10px
    }

    .content_motor #motor .top .content > table:first-of-type {
        display: none
    }

    .content_motor #motor .top .content > table {
        margin-top: 12px
    }

    .content_motor #motor .top .content > table:nth-of-type(2) {
        padding-top: 0 !important
    }

    .content_motor #motor .m-boton {
        box-shadow: none
    }

    .content_motor #motor .bottom .content {
        padding: 0 !important
    }

    #suscripcion {
        width: 80%
    }
}

@media screen and (max-width: 560px) {
    #total > .blockleft {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff
    }

    #total > .blockleft .segments h3 {
        margin-top: 10px
    }

    #total > .blockleft .content_home .incorporacioneshome {
        display: block
    }

    #total > .blockleft .content_home .incorporacioneshome h5 {
        padding: 0 10px;
        text-align: center;
        margin: 20px 0 8px 0
    }

    #total > .blockleft .content_home .incorporacioneshome #slideshow .control {
        top: 31%
    }

    #total > .blockleft .content_home .incorporacioneshome #slideshow #slidesContainer {
        padding-bottom: 20px
    }

    #total > .blockleft .content_home .incorporacioneshome #slideshow #slidesContainer #slideInner .slide img {
        width: 100%
    }

    #total > .blockleft .content_home .incorporacioneshome #slideshow #slidesContainer #slideInner .slide > div {
        width: 100%;
        margin-top: 20px
    }

    #total > .blockleft .content_home .incorporacioneshome #slideshow #slidesContainer #slideInner .slide > div > span:last-of-type {
        display: none
    }

    #total > .blockleft .content_home .incorporacioneshome #slideshow #slidesContainer #slideInner .slide > div > div:last-of-type {
        display: none
    }

    #total > .blockleft .content_home .incorporacioneshome #slideshow #slidesContainer #slideInner .slide > div > .orange {
        margin-top: 5px
    }
}

@media (max-width: 768px) {
    #filtros_select {
        display: inline-block;
        width: 49%;
        width: calc(50% - 10px);
        vertical-align: middle;
        margin-right: 10px;
        padding: 2px 0
    }

    #container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }

    #tipovista {
        display: inline-block;
        width: 100%;
        margin: 10px
    }

    #tipovista #modoVista_list {
        float: right;
        margin-right: 40px
    }

    #tipovista #modoVista_list:before {
        border-left: 1px solid black;
        content: '';
        padding-left: 40px
    }

    #tipovista #modoVista_map {
        float: left;
        margin-left: 40px
    }
}

.nota_global {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #000;
    padding-bottom: 3px;
    padding-top: 0
}

@media (min-width: 620px) {
    .nota_global {
        padding-top: 40px !important
    }

    .aclaracion_nota {
        margin: 0 !important
    }

    .dispo-hotel:not(#container_bomba) .hotel-info {
        position: relative
    }

    .dispo-hotel:not(#container_bomba) .hotel-info .top .adr .dist .ver_mapa_oculto {
        display: none
    }
}

@media (max-width: 620px) {
    .ficha .ficha-info {
        padding: 0;
        width: auto
    }

    .ficha .ficha-info .marcas {
        display: none
    }

    .ficha .ficha-info .sprite-triangle {
        display: none !important
    }

    .ficha .ficha-info .container1110 {
        padding: 10px
    }

    .ficha .ficha-info .panel-right {
        padding-top: 5px
    }

    .ficha .ficha-info .panel-right .ico {
        width: auto;
        font-size: 12px;
        padding: 0 5px
    }

    .ficha .ficha-info .panel-right .mejor_opinion {
        background: #e8e8e8
    }

    .ficha .ficha-info .panel-right .mejor_opinion .content_left .nota {
        margin: 0;
        padding: 2px 15px 0 10px;
        font-size: 29px
    }

    .ficha .ficha-info .panel-right .mejor_opinion .content_left .aclaracion_nota {
        float: none;
        font-weight: bold
    }

    .ficha .ficha-info .panel-right .masFotos {
        display: none
    }

    .ficha .ficha-info .panel-right .descripcion {
        margin: 0
    }

    .ficha .ficha-info .hot {
        padding: 0
    }

    .ficha .ficha-info .hot .otros {
        margin: 20px 0 !important;
        background: #fff;
        float: left;
        padding: 15px;
        width: 100%;
        box-sizing: border-box
    }

    .ficha .ficha-info .hot .otros .resum-dispo {
        border: none !important
    }

    .ficha #resultado_dispo {
        padding: 10px
    }

    .ficha #resultado_dispo .dispoH-habitaciones {
        margin: 0;
        width: 100%
    }

    .ficha #resultado_dispo .dispoH-habitaciones .dispoH-dsc {
        padding: 15px;
        box-sizing: border-box;
        width: 100% !important;
        background: #fff;
        margin-bottom: 15px
    }

    .ficha #resultado_dispo .dispoH-habitaciones .dispoH-rgms {
        width: 100%
    }

    .ficha #resultado_dispo .dispoH-habitaciones .dispoH-rgms .regimen .tipo {
        width: 30%
    }

    .ficha #resultado_dispo .dispoH-habitaciones .dispoH-rgms .regimen .tarifas {
        width: 70%
    }

    .ficha #resultado_dispo .dispoH-habitaciones .dispoH-rgms .regimen .tarifas .tarifa {
        width: 100%
    }

    .otros_hoteles_poblacion {
        text-align: center;
        display: block
    }

    .ficha #resultado_dispo .dispoH-habitaciones .otros_hoteles {
        text-align: center;
        display: block
    }

    .ficha #resultado_dispo > .dispo-total {
        margin-bottom: 10px
    }

    #resultado_dispo .dispo-total .confirmar {
        font-size: 15px !important;
        background: #0068a3 !important
    }

    #wraper .pest-main {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important
    }
}

@media (max-width: 768px) {
    #filtros_select {
        width: 49% !important
    }

    #filtros_select div.title {
        font-size: 10px !important
    }

    #filtros_select div.cos_selects {
        position: absolute;
        z-index: 2;
        background-color: #81A6CA;
        margin-top: 3px !important;
        left: 0;
        right: 0
    }

    #filtros_select div.cos_selects .flt_hot {
        font-weight: normal
    }

    #filtros_select div.cos_selects .flt_hot .flthot {
        width: 100%
    }

    #filtros_select div.cos_selects .flt_hot .button_filter_name {
        position: absolute;
        width: 45%;
        bottom: 3%;
        left: 51%;
        box-shadow: none;
        padding: 2px
    }

    #filtros_select div.cos_selects .flt_hot .button_filter_name .btn_flthot {
        font-size: 12px;
        width: 100%;
        height: 25px !important;
        color: #fff;
        font-weight: normal
    }

    .ico_search_grey {
        background-position: -120px -145px
    }

    #filtros_select .flt_mrc, #filtros_select .flt_srv {
        padding: 0
    }

    #dispo-contenido div:nth-child(2) #ordenacion {
        position: relative;
        float: right;
        display: block;
        border: none;
        z-index: 9;
        height: 37px
    }

    #dispo-contenido div:nth-child(2) #ordenacion .order_options {
        border: none;
        width: 100%;
        font-size: 14px;
        height: 20px;
        padding: 8px 0;
        margin: 0;
        background: #1a62aa
    }

    #dispo-contenido div:nth-child(2) #ordenacion div .sta-absoluto {
        position: absolute;
        background-color: #1A62AA;
        z-index: 2;
        left: 0;
        top: 35px
    }
}

div.galeria_fotos {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAYAAACeXl35AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUyODI0MUVEQjc2RjExRThBRTZDODZFQjkzMzhGMDU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUyODI0MUVFQjc2RjExRThBRTZDODZFQjkzMzhGMDU2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTI4MjQxRUJCNzZGMTFFOEFFNkM4NkVCOTMzOEYwNTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTI4MjQxRUNCNzZGMTFFOEFFNkM4NkVCOTMzOEYwNTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5EnYepAAADLklEQVR42rxVX0iTURS/3/4oS/fH0EAFHxQVF81IXRpCmShEIOmDoIiN2BL3ogRKSunD8CFUaHvqISWCMRBkviTDZDYx7UGtSQrTHmL+G9iWzg1ta/s652Mfish1qPSDu3N37++ec+75zjmXbG9vE5Zlyfr6Otnc3LzNHiHEy/Ly8hsEMDg4yHFDoVDcA/kWi4XwEAmFQm6ysbFB5ufn76vVauL1eqMMw5BIJBIuKCgQ5+TkdM3MzDQ2NTUhVUwoEAgEhMHDR2BgLQwyyv3Z2tq6lZ6ebo1Go1ddLpdvf3+fhXU5nIkgIRwOk8zMzKSMjIyAWCz+A0voIa+QC0Fsjk6iMyl4EdzjfcCfjo4O3cDAwFvGbrePVlRU1JFLgNvtRsU7gN2EhARRLHJho9GYV1lZSSQSSaEIbpYSj7Ll5WUyNDTkWVpa+u7xeNxyuZzJz8/PamhoUFdVVUmRMzs76x4ZGbkJ09/Hz05PT7eAwTeJiYlqMjk5aWfPwPDwMIbHCCPpFF+u1dbWWpAXCATY/v5+A9y0ERJGv7e31+rz+epgayoYDLJSqVR7psHe3l709imQSV9fXy6EqBuW34M06fX6h/BdOas1NTUvaHr8fj8a1FAN2mw2vJkOFa6srHSdxoFEW0hOTuZSvbOz89WFDLa1tX1BRVqtNovmvdlsHkWeTCZLgjDu0gwKaIkyMTFhQ6nRaJ7TeJDlj0BcB6XBubm5T9Q6pW2Ctz9RHh4e5tJ4EFIBpjxXjNGo/9wGs7OzZSjX1ta+0nhQJuTg4OAvztPS0lLObbC6ulqJ0mQyvaPxxsbGfoH4qFQqSXFx8V1qQdOSZnV11YtOIw9qrRs//En09PTgzVqQ43A4Xl8oSxHj4+NTxxrznebmZofBYPDpdLqd1NTUD7CsinWZ1gvXIQ+n0/mttLQ072R0FAoFqa+vFy4uLr48SwdvUBRPH1WpVIWQ7i5oWQtWq9VcVlbmKikpuQLt6wH0x8exFyQeCAk0Wwv7HwD5gF3riQiK+hk0WGVRUZEKrk2OnrfLAdQogeeKtLe3Y0P4zD+kChj3YEjwzSWXC1FMpxPGj38CDADDJqGM+yP1lwAAAABJRU5ErkJggg==');
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer
}