ul{padding:0; margin:0 }
ul li{padding: 0; margin: 0; list-style: none}
hr{
    border-top:1px solid #d7d7d7;
}
.underlined{
    border-bottom: #d3d3d3 1px solid;
    padding-bottom: 8px;
}

@font-face {
    font-family: 'iconos_illusion';
    src:url('/headers/ilusion/fonts/iconos_illusion_v01.eot');
    src:url('/headers/ilusion/fonts/iconos_illusion_v01.eot?#iefix') format('embedded-opentype'),
    url('/headers/ilusion/fonts/iconos_illusion_v01.woff') format('woff'),
    url('/headers/ilusion/fonts/iconos_illusion_v01.ttf') format('truetype'),
    url('/headers/ilusion/fonts/iconos_illusion_v01.svg#iconos_viajes') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{font-family:'Glyphicons Regular';
    src:url('/headers/ilusion/fonts/glyphicons-regular.eot');
    src:url('/headers/ilusion/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),
    url('/headers/ilusion/fonts/glyphicons-regular.woff2') format('woff2'),
    url('/headers/ilusion/fonts/glyphicons-regular.woff') format('woff'),
    url('/headers/ilusion/fonts/glyphicons-regular.ttf') format('truetype'),
    url('/headers/ilusion/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
    font-weight:normal;font-style:normal
}
@font-face {
    font-family: 'Glyphicons Social';
    src: url('/headers/ilusion/fonts/glyphicons-social-regular.eot');
    src: url('/headers/ilusion/fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'),
    url('/headers/ilusion/fonts/glyphicons-social-regular.woff') format('woff'),
    url('/headers/ilusion/fonts/glyphicons-social-regular.ttf') format('truetype'),
    url('/headers/ilusion/fonts/glyphicons-social-regular.svg#glyphiconsregular') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face{font-family:'robotoregular';
    src:url('/headers/ilusion/fonts/roboto/roboto-regular-webfont.eot');
    src:url('/headers/ilusion/fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/headers/ilusion/fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
    url('/headers/ilusion/fonts/roboto/roboto-regular-webfont.woff') format('woff'),
    url('/headers/ilusion/fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
    url('/headers/ilusion/fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight:normal;font-style:normal
}


@font-face {
    font-family: 'bebas_neueregular';
    src: url('/headers/ilusion/fonts/bebas/BebasNeueBold-webfont.eot');
    src: url('/headers/ilusion/fonts/bebas/BebasNeueBold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/headers/ilusion/fonts/bebas/BebasNeueBold-webfont.woff2') format('woff2'),
    url('/headers/ilusion/fonts/bebas/BebasNeueBold-webfont.woff') format('woff'),
    url('/headers/ilusion/fonts/bebas/BebasNeueBold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.bebas{ font-family: Arial, Helvetica, sans-serif; text-transform: uppercase}
.fonts-loaded .bebas { font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif; }
.fonts-loaded h3.bebas { color:#1e3747}
.scaleX {
    transform: scaleX(-1); -moz-transform: scaleX(-1); /* Firefox */
    -webkit-transform: scaleX(-1); /* Chrome - Safari */
    -o-transform: scaleX(-1); /* Opera */
}
.scale90{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.scaleY{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.scale270{
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
.link_style{
    cursor: pointer;
}
.table_zebra tr:nth-child(even) {
    background-color: #efefef;
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
@-ms-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
@-webkit-keyframes move_rtl {
    0% {
        background-position: 50px 50px;
    }
    100% {
        background-position: 0 0;
    }
}
@-moz-keyframes move_rtl {
    0% {
        background-position: 50px 50px;
    }
    100% {
        background-position: 0 0;
    }
}
@-ms-keyframes move_rtl {
    0% {
        background-position: 50px 50px;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes move_rtl {
    0% {
        background-position: 50px 50px;
    }
    100% {
        background-position: 0 0;
    }
}
button.inactive,
a.inactive,
.inactive{
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: wait;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    -moz-animation: move 2s infinite linear;
    -webkit-animation: move 2s infinite linear;
    -o-animation: move 2s infinite linear;
    -ms-animation: move 2s infinite linear;
    animation: move 2s infinite linear;
}
.overflowHidden {overflow: hidden;}
.nopadding {padding: 0 !important;}

/* Scroll */
.scroll {
    width: auto;
    height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* FORMS */
fieldset {margin-bottom: 10px;}
/*legend{
    font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #1e3747;
    border-bottom: 1px solid #dcdcdc;
}*/
form label {font-weight: normal;font-size: 12px;white-space: nowrap;}
form .panel label {white-space: normal;  }
form .form-group {margin-bottom: 10px;}
form .form-control { height: 30px; padding: 5px; font-size: 14px; -webkit-box-shadow: none; box-shadow: none;}
form textarea.form-control {height: auto;}
form .form-control-static {font-size: 12px;color:#555;font-weight: bold;}
input[type=radio], input[type=checkbox] {vertical-align: text-top;margin: 0;}
form input[type="email"].user { background-image: url('/headers/mobile/img/ic_email.png'); background-repeat: no-repeat; background-position: 0 50%; padding-left: 35px; height: 30px;}
form input[type="password"], form input.password {
    background-image: url('/headers/mobile/img/ic_password.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 35px;
    height: 30px;
}

.alert {padding: 8px 35px 12px 14px;}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {margin-top: 2px;}
select, select.form-control {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 6px;
    color: #676767;
}

select[disabled], select[readonly] {
    color: #999;
}

.desktop select, .desktop select.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #ccc;
    background: #ffffff; /* Old browsers */
    background: #ffffff -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6+ */
    background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: #ffffff -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: #ffffff -o-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
    background: #ffffff -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* IE10+ */
    background: #ffffff linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); /* W3C */
}
label.disabled_label {
    color:#a4a4a4;
}
.desktop select[disabled], .desktop select.form-control[disabled], .desktop select[readonly], .desktop select.form-control[readonly] {
    border: 1px solid #ccc;
    background: #eee;
}
.android-browser select.form-control {
    -webkit-appearance: listbox;
    background-image: url(/headers/img/downarrow.gif); /* a simple arrow img */
    background-repeat: no-repeat;
    background-position: 92% center;
    padding-right: 26px;
}
.alert-error {
    color: #c33;
    text-shadow: none;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
}
.includes_error label, .includes_error .has_error p {
    color: #C33!important;
}
.includes_error input, .includes_error select.has_error, .includes_error select, .includes_error textarea.has_error, .includes_error .has_error input, .includes_error  input.has_error, .includes_error .has_error select, .includes_error .has_error textarea {
    border: 2px solid #C33;
}
.error_text {
    color: #C33;
    clear: both;
    display: block;
    font-size: 12px;
}
.info_text {
    font-size: 11px;
    color: #444;
    margin: 5px 0 15px 0;
    padding: 5px 5px 5px 30px;
    background:  #fcf8e3;
    display: block;
    position: relative;
}
.info_text:before {
    content:'';
    background: url('/headers/img/scr/sprite_scr_2014.png') no-repeat 0 -554px;
    position: absolute;
    width: 20px;
    height: 20px;
    top:5px;
    left: 5px;
}
@media (max-width: 767px) {

    body, header, section /*, p, form, input, select, label,  ul, li, span*/ {
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: none;
    }

    body {
        /*font-family: 'Oxygen', 'Arimo', sans-serif;*/
        background-color: #f6f6f6;
    }

    body.sky_bg {
        background: url('/headers/mobile/img/background.jpg') no-repeat #09499a;
    }

    body.sky_bg h1 {
        color: #FFF;
    }

    a{color: #666; text-decoration:none}
    a:hover,
    a:focus {
        color: #999;
        text-decoration: underline;
    }

    section {
        margin: 0 10px;
        clear: both;
    }

    input, select, textarea {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    form .form-control {

    }
    button {
        font-size: 1.3em;
        padding: 5px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFF;
        cursor: pointer;
        display: block;
        margin: 0 auto;
    }

    h1, h2 {
        color: #333;
        font-size: 24px;
        font-weight: lighter;
        /*text-align: center;*/
    }
    h1[itemprop="name"]{font-size:29px}
    .mtop10 {
        margin-top: 10px;
    }
    .modal-body{
        padding:5px;
    }
    .panel-body .radio label{white-space: inherit; padding-left:10px }


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .inline_block {
        display: inline-block;
    }
    h1, h2 {
        color: #666666;
    }

    h2 {
        font-size: 18px;
    }

    a {
        color: #666666;
        text-decoration: underline;
        outline: 0 !important;
    }

    .smallLink {
        font-size: 11px;
    }

    .mediumLink {
        font-size: 13px;
    }

    .underlinedLink {
        text-decoration: underline;
    }

    .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline, .form-horizontal .form-control-static {
        padding-top: 4px;
    }


    input.col-xs-1,
    input.col-sm-1,
    input.col-md-1,
    input.col-lg-1,
    input.col-xs-2,
    input.col-sm-2,
    input.col-md-2,
    input.col-lg-2,
    input.col-xs-3,
    input.col-sm-3,
    input.col-md-3,
    input.col-lg-3,
    input.col-xs-4,
    input.col-sm-4,
    input.col-md-4,
    input.col-lg-4,
    input.col-xs-5,
    input.col-sm-5,
    input.col-md-5,
    input.col-lg-5,
    input.col-xs-6,
    input.col-sm-6,
    input.col-md-6,
    input.col-lg-6,
    input.col-xs-7,
    input.col-sm-7,
    input.col-md-7,
    input.col-lg-7,
    input.col-xs-8,
    input.col-sm-8,
    input.col-md-8,
    input.col-lg-8,
    input.col-xs-9,
    input.col-sm-9,
    input.col-md-9,
    input.col-lg-9,
    input.col-xs-10,
    input.col-sm-10,
    input.col-md-10,
    input.col-lg-10,
    input.col-xs-11,
    input.col-sm-11,
    input.col-md-11,
    input.col-lg-11,
    input.col-xs-12,
    input.col-sm-12,
    input.col-md-12,
    input.col-lg-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn-sm {padding: 5px 25px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
.btn {
    text-decoration: none;
}
.btn:hover, .btn:active, .btn.active, .btn.active:hover {
    text-decoration: none;
}
/* botonera menu panel control */
#main_column .btn-group {
    margin: 20px 0 30px 0;
}
#main_column .btn-group>.btn, #main_column .btn-group-vertical>.btn {
    text-decoration: none;
    font-size: 0.9em;
    padding:3px 15px;
}
/*.btn-group{margin: 20px 0 30px 0;}*/

/*.btn-group{margin: 20px 0 30px 32%;}
[dir='rtl'] .btn-group{margin: 20px 32% 30px 0;}*/

.touch .expand_clickable {
    position:relative;
}

.touch .expand_clickable:after {
    content:'';
    position:absolute;
    top:-10px; bottom:-10px;
    left:-10px; right:-10px;
}
/* Carousel */
.carousel {
    margin-bottom: 40px;
}
.carousel .carousel-indicators {
    margin-bottom: 0;
    bottom:-35px;
}
.carousel .carousel-indicators li {
    border: 1px solid #8b8b8b;
    background: #fff;
    margin:0 3px;
}
@media (max-width: 767px) {
    #carousel-featured-hotels .carousel-inner .item {
        padding: 0 5px;
    }
}

.bg_page_not_found{
    background:url('/headers/ilusion/img/cabeceras/cabecera_404_pro.jpg') no-repeat 50% 0;
    width: 100%;
    left:0;
    margin-left:0;
    z-index:-1;
    height:436px;
    position:absolute;
}

/* paginas sin h1 */
.top_espace {
    padding-top: 40px;
}
.close:hover, .close:focus {
    background: transparent;
}
/* Panels */
.panel {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-body {
    padding: 15px;
}
.panel h2 {
    margin-top: 0;
    font-size: 24px;
    color: #1e3747;
    text-transform: uppercase;
    line-height: 29px;
    padding: 0;
}
.list-group {
    border-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.panel.legales {
    margin-top: 20px;
}
.legales p {
    font-size: 12px;
}
form {
    /*  Eliminado por demasiado generico:  margin-bottom: 20px; */
    margin-bottom: 0;
}
/* MICRO OFICINAS TURISMO */
.main-title {
    font-family: Arial, Helvetica, sans-serif;
    margin:15px 0;
    color: #A98A54;
    font-size: 34px;
    text-transform: uppercase;
}
.fonts-loaded .main-title {font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;}
.panel-grey {
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
}
.panel-grey .panel-body {
    padding: 20px;
}
.herobanner {
    margin-bottom: 15px;
}
.herobanner img {
    max-width: 100%;
    width: 100%;
}
.panel-grey .box-title {
    font-family: Arial, Helvetica, sans-serif;
    margin:0 0 15px 0;
    /*color: #A98A54;*/
    font-size: 29px;
    text-transform: uppercase;
}
.fonts-loaded .panel-grey .box-title {font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;}
.panel-grey .box-title.alternative {
    color: #42789a;
}
.secondary-title {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 25px;
}
.fonts-loaded .secondary-title {font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;}
hr.separador{
    background : url('/headers/img/turism_offices/rayicas.gif') repeat-x transparent;
    height:12px;
    border: 0;
    padding: 0;
    margin : 10px 0;
    clear: both;
}
.panel-information ul li, .panel-information p {
    color:#555;
    font-weight: bold;
    margin-bottom: 10px;
}
.panel-information dl {
    overflow: hidden;
}
.panel-information dt, .panel-information dd {
    float: left;
    display: inline-block;
    text-overflow: clip;
    margin-bottom: 14px;
    min-height: 3em;
}
.panel-information dt {
    width: 30%;
    clear: left;
}
.panel-information dd {
    width: 65%;
    margin-left: 5%;
    clear:right;
}
.modal-header {
    overflow: hidden;
}
.modal-header .close, .modal-header .close:hover {
    background: transparent !important;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {

}
/* INICIO MODAL FALLO PASO SCR HOTELES */
#hotel-message-modal .modal-text {
    padding: 17px 12px;
    background-color: #fcf8e3;
    color:#a98a54;
    border-radius: 4px;
}

#hotel-message-modal .modal-footer {
    border: 0;
}

#continue-searching {
    margin-right: 5px;
}

/* FIN MODAL FALLO PASO SCR HOTELES */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
@media (min-width: 1421px) {
    .herobannerTurismo {
        height: 354px;
        width: 100%;
        left: 0;
        margin-left: 0;
        position: absolute;
        z-index: -1;
        text-align: center;
        overflow: hidden;
    }

    .herobannerTurismoSeparator {
        height: 365px;
        display: block;
    }
}
@media (max-width: 1420px) {
    .herobannerTurismo {
        height: 354px;
        width: 100%;
        left: 0;
        margin-left: 0;
        position: absolute;
        z-index: -1;
        text-align: center;
        overflow: hidden;
    }
    .herobannerTurismoSeparator {
        height: 365px;
        display: block;
    }
    .herobannerTurismo img {
        float: right;
    }
    .herobannerTurismo.herobannerTurismoDaurada img{
        float:none;
    }
}
@media (max-width: 767px) {
    .herobannerTurismo {
        position: relative;
        height: auto;
        margin-bottom: 10px;
    }
    .herobannerTurismoSeparator {
        display:none!important;
    }
    .herobannerTurismo img {
        width: 100%;
    }
}

/* Widget central */
ul.items_category{
    margin-bottom:0.2%;
}
ul.items_category li{
    margin-bottom:0.2%;
}
.cont_info_ficha_390 {

}
/* ESTILOS PARA BUSCADOR MÓVIL ILUSION */

.mobilesearch {
    margin-bottom: 20px;
    background: #1d3746;
}
.mobilesearch .nav {
    background: rgb(31,54,70); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(31,54,70,1) 0%, rgba(28,47,62,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,54,70,1)), color-stop(100%,rgba(28,47,62,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(31,54,70,1) 0%,rgba(28,47,62,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(31,54,70,1) 0%,rgba(28,47,62,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(31,54,70,1) 0%,rgba(28,47,62,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(31,54,70,1) 0%,rgba(28,47,62,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3646', endColorstr='#1c2f3e',GradientType=0 ); /* IE6-9 */
    border-bottom: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mobilesearch .nav-tabs li.first-tab {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.mobilesearch .nav-tabs li.first-tab a {
    margin-left: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.mobilesearch .nav-tabs li, .mobilesearch .nav-tabs li.active {
    background: #192c39;
}
.mobilesearch .nav-tabs a {
    font-size: 1em;
}
.mobilesearch .nav-tabs li a {
    background: rgb(31,54,70); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(31,54,70,1) 0%, rgba(28,47,62,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,54,70,1)), color-stop(100%,rgba(28,47,62,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(31,54,70,1) 0%,rgba(28,47,62,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(31,54,70,1) 0%,rgba(28,47,62,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(31,54,70,1) 0%,rgba(28,47,62,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(31,54,70,1) 0%,rgba(28,47,62,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3646', endColorstr='#1c2f3e',GradientType=0 ); /* IE6-9 */
    margin-right: 0;
    margin-left: 2px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    border:0;
}

.mobilesearch .nav-tabs li a:hover {
    border:0;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color:#fff;
}
.mobilesearch .nav-tabs li.active a {
    background: #1f3646;
    border: 0;
}
.mobilesearch .nav-tabs > li.active > a, .mobilesearch .nav-tabs > li.active > a:hover, .mobilesearch .nav-tabs > li.active > a:focus {
    border:0;
    color:#fff;
}
.mobilesearch .nav-tabs > li.active > a:focus {
    color: #fff;
}
.mobilesearch .tab-content{
    background: #1d3746;
    overflow: hidden;
}
.mobilesearch input, .mobilesearch textarea, .mobilesearch keygen, .mobilesearch select {
    color: #000;
}
.mobilesearch .widgets_search_hotelsearchwidget .destiny input[type='text'] {
    padding: 11px 11px 11px 36px;
}
.mobilesearch .widgets_search_hotelsearchwidget label, .mobilesearch .widgets_search_hotelsearchwidget legend {
    color: #fff!important;
}
.mobilesearch .number_people legend {
    font-family: Arial, Helvetica, sans-serif;
}
.mobilesearch button {
    background-color: #e86b1b;
    border: 1px solid #e86b1b;
}
.mobilesearch .widgets_search_hotelsearchwidget button {
    display: block;
    margin: 0 auto;
    font-weight: normal;
}
.mobilesearch button:hover {
    background: #e5874b;
}
.mobilesearch button.close {
    background: none !important;
    border: 0;
}
@media (min-width: 1200px) {
    .col-lg-4.bloque_destacado{
        width: 32.914893617021278%;
    }
    .col-lg-4.bloque_destacado img.img-responsive{
        width: 100%;
        height: 213px;
    }
    .row .col-lg-4.no_margen_390{
        /* width:34%;*/
    }
    .row .col-lg-4.no_margen_390{
        padding-right: 0;
    }
    .row .col-lg-4.margen_390{
       /* padding-left:0.2%!important;*/
        padding-right: 0;
    }
   /* ul.items_category{
        margin-left:15px;
    }*/
    .container .widgets_packages_packagecardwidget .cont_info_ficha_390 {
        height: 160px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-4.bloque_destacado{
        width: 33.3%;
    }
}
@media (min-width: 768px) and (max-width: 970px) {
    .row .col-lg-4.margen_390{
        margin-left: auto!important
    }
}
@media (min-width: 768px) and (max-width: 991px)  {
    .col-sm-4.bloque_destacado{
        width:  33.3%;
    }
}
@media (max-width: 767px) {
    .row .col-lg-4.margen_390{
        margin-left: auto!important
    }

}
@media (max-width:480px){

}
abbr[title], abbr[data-original-title], abbr{
    border:none
}
.p0{padding:0}
.mLR0{margin-left:0; margin-right: 0}
.pL10{padding-left:10px}
.pT20{padding-top:20px}
.pTB10 {padding: 10px 0}
.p10{padding: 10px}
.mT10, .mtop10{margin-top:10px;}
.mT15, .mtop15{margin-top:15px;}
.mB10 {margin-bottom: 10px;}
.mT20{margin-top:20px;}
.mT50{margin-top:50px;}
.mB20{margin-bottom:20px;}
.mTB10{margin:10px 0}
.mR10{margin-right:10px;}
.mL15{margin-left:15px}
.mB100{margin-bottom: 100px}
.m0{margin:0}


/* Filtros disponibilidad listados transportes, viajes  */
#column_filter .txt_filter:first-child { margin-bottom: 15px;}
.cont_filtro legend {
    text-transform: uppercase;
    border: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.cont_filtro_slider{font-size:12px; color:#1e3747; font-weight:normal;text-align: center; padding:0; margin-bottom: 30px;position: relative}
.cont_filtro_slider span{text-align: left; margin:10px 0 0 0}
.cont_filtro_slider .slidertitle {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.cont_filtro{font-size:14px; color:#1e3747; font-weight: 700; margin-bottom: 10px;}
.cont_filtro a{margin:0; padding:0!important }
.cont_filtro .title_filter {
    margin-bottom: 10px;
}
.cont_filtro .title_collapse {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.fonts-loaded .cont_filtro .title_collapse {font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;}
.arrow_collapse:before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-width: 4px 4px 0 4px;
    margin: 0 4px 0 0;
}
.arrow_collapse.collapsed:before {
    content: ' ';
    border-width: 4px 0 4px 4px;
    margin: 0 4px;
}
.cont_filtro .btn-group{margin:0; padding:0 }
.cont_filtro label{font-size:12px; color:#666;display:block;font-weight: normal; line-height:20px}
.form-horizontal .cont_filtro label:first-child{padding-top:10px}
.cont_filtro input[type="checkbox"]{margin-right:4px}
.cont_filtro .checkbox {
    margin: 0;
}
.cont_filtro .cont_precio {
    font-size: 12px;
    line-height: 20px;
}
.cont_filtro .collapse {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d9d8;
}
.txt_filter{color:#666666;font-family:Arial, Helvetica, sans-serif;font-size:23px;text-align: center; width:100%; margin:0 0 15px 0}
.fonts-loaded .txt_filter {font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;}
.input_filter_busqueda{margin:15px 0 30px 0;border:1px solid #d7d7d7; display:block; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;width: 100%; height:30px;font-size:12px; text-align:center; color:#666}
#column_left .form-horizontal .form-group{
    margin-left:0;
    margin-right:0;
    position: relative;
}
.cont_filtro_slider .ui-state-default, .cont_filtro_slider .ui-widget-content .ui-state-default, .cont_filtro_slider .ui-widget-header .ui-state-default{
    border: none!important;
    display: block;
    width: 10px;
    height: 10px;
    background: #333 none!important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius:100px;
}
.cont_filtro_slider .ui-slider-horizontal{
    height: 0!important;
}
.cont_filtro_slider .ui-slider-horizontal .ui-slider-handle{
    top:-8.5px;
    width: 1.1em;
    height:1.1em;
}

/* Estructura pags disponibilidad */
#column_left, #column_left_inner{
    padding-top: 20px;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 1%, #fbfbfb 10%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(10%,#fbfbfb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 1%,#fbfbfb 10%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 1%,#fbfbfb 10%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 1%,#fbfbfb 10%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 1%,#fbfbfb 10%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:inset -3px 0 5px -1px #cfcecf;
    -moz-box-shadow:inset -3px 0 5px -1px #cfcecf;
    box-shadow:inset -3px 0 5px -1px #cfcecf;
    padding-bottom: 2px;
}
#column_right_3{
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 1%, #fbfbfb 10%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(10%,#fbfbfb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 1%,#fbfbfb 10%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 1%,#fbfbfb 10%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 1%,#fbfbfb 10%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 1%,#fbfbfb 10%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:inset -3px 0 5px -1px #cfcecf;
    -moz-box-shadow:inset -3px 0 5px -1px #cfcecf;
    box-shadow:inset -3px 0 5px -1px #cfcecf;
}
#column_central{ background: #FFF;padding-bottom:30px}
.btn-group-lg>.btn, .btn-group-md>.btn, .btn-group-sm>.btn {
    text-decoration: none;
}
.btn-group-lg>.btn {
    padding:9px 4%;
    font-size: 0.9em;
}
.btn-group-lg .btn-group-lg>.btn {
    padding:9px 15%;
}
.btn-group-lg>.btn-default, .btn-group-md>.btn-default, .btn-group-sm>.btn-default {
    color: #666;
    background-color: #eaeaea;
    border-color: #c8c8c8;
    text-decoration: none;
}
.btn-group-lg>.btn-default:hover, .btn-group-lg>.btn-default:focus, .btn-group-md>.btn-default:hover, .btn-group-md>.btn-default:focus, .btn-group-sm>.btn-default:hover, .btn-group-sm>.btn-default:focus {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #666;
}
.btn-group-lg>.btn-default.active, .btn-group-md>.btn-default.active, .btn-group-sm>.btn-default.active {
    color:#fff;
    border: 1px solid #c8c8c8;
}
.btn-group-lg>.btn-default.active:hover, .btn-group-md>.btn-default.active:hover, .btn-group-sm>.btn-default.active:hover{
    border: 1px solid #ddd;
}
.btn-group-lg.btn-group.open .dropdown-toggle {
    color:#fff;
}
/* tabs como pseudo split buttons */
.nav-tabs.nav-split-bt {
    border-bottom:0;
    margin-bottom: 10px;
}
.nav-tabs.nav-split-bt>li {
    margin-bottom: 0;
}
.nav-tabs.nav-split-bt>li {
    margin-left: -1px;
}
.nav-tabs.nav-split-bt>li:first-child {
    margin-left: 0;
}
.nav-tabs.nav-split-bt>li>a {
    color: #666;
    border: 1px solid #c8c8c8;
    background: #eaeaea;
    border-radius: 6px;
    margin-right: 0;
    padding: 5px 10px !important;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}
.nav-tabs.nav-split-bt>li>a:hover, .nav-tabs.nav-split-bt>li>a:focus {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #666;
}
.nav-tabs.nav-split-bt>li:first-child:not(:last-child)>a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-tabs.nav-split-bt>li:last-child:not(:first-child)>a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.nav-tabs.nav-split-bt>li:not(:first-child):not(:last-child)>a {
    border-radius: 0;
}
.nav-tabs.nav-split-bt>li.active>a {
    color:#fff;
}
.nav-tabs.nav-split-bt>li.active>a, .nav-tabs.nav-split-bt>li.active>a:hover, .nav-tabs.nav-split-bt>li.active>a:focus{
    border: 1px solid #ddd;
}
.titulo_01{color: #1c323f;}
.titulo_02{color: #989898; margin:0}
h1{
    color: #1e3747;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
.fonts-loaded h1 {font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;}
h1.titulo_buscador{
    font-size:45px;
    color:#1E3747;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.fonts-loaded h1.titulo_buscador {font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;}
h2, h2 a, h2 a:link{
     color:#a98a54;
     font-size:29px;
     text-transform:uppercase;
     font-family: Arial, Helvetica, sans-serif;
     line-height: 29px;
     text-decoration: none;
}

.fonts-loaded h2, .fonts-loaded h2 a, .fonts-loaded h2 a:link {font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;}
h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
}
.fonts-loaded h3 {font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;}
.subtitle_promo{
    font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.titulo_seccion {
    color: #a98a54;
    font-size: 40px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 20px 0;
}
.fonts-loaded .titulo_seccion {font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;}
.titulo_producto{color:#a98a54; font-size:29px; text-transform:uppercase;font-family: Arial, Helvetica, sans-serif;line-height: 29px;margin-bottom: 5px;}
.fonts-loaded .titulo_producto {font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;}
.subtitulo_resultados {color:#a98a54;margin-bottom: 2px}
h2.titulo_01, h3.titulo_01{font-size:18px; margin:0 0 5px 0}
h2.titulo_01_bebas, h3.titulo_01_bebas{font-size:21px; margin:0 0 5px 0; font-family: Arial, Helvetica, sans-serif;}
.fonts-loaded h2.titulo_01_bebas, .fonts-loaded h3.titulo_01_bebas {font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;}

.fonts-loaded #coldch h3 {
    color: #1e3747;
}

.element-top-right {
    text-align: right;
    line-height: 32px;
    margin-bottom: 15px;
}
.element-top-right .txt_ordenar {
    color: #1e3747;
    font-size: 12px;
    font-weight: 700;
}
.element-top-right select {
    font-size: 12px;
}
.tipolista{
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
/* HOTEL AVAILABILITY */
.capa_superior_disponibilidad{
    background-color:#4e84ae;


    border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
    border-bottom:0;
    margin-bottom:15px;
    height:30px;
    line-height:30px;
    /* width:770px;*/
    padding-left:4px;
    padding-right:4px;

    /* ie kk */
    padding-top/*\**/:4px\9;
    padding-top:4px\9;
    padding-top:4px\0/;
    padding-bottom/*\**/:4px\9;
    padding-bottom:4px\9;
    padding-bottom:4px\0/;
    line-height/*\**/:normal\9;
    line-height:normal\9;
    line-height:normal\0/;
}

.capa_superior_disponibilidad, .capa_superior_disponibilidad span, .capa_superior_disponibilidad label{
    font-size:12px;
    color:#FFF;
    font-weight:bold;
    margin-top:3px;
}

.capa_superior_disponibilidad .apartments_filter{
    margin-left:30%;
}

.sorting_container select, .sorting_container span{font-size:12px;}
.sorting_container{
    border-bottom:0!important;
    height:auto!important;
    margin-bottom:0!important;
    font-size:12px!important;
}

#sorting{float:left;}

#map_container{
    display:none;
}
#map_container .leyenda_mapa{
    color:#999;
}
#map_container #gmclose{float:right;margin-top: -20px;}

.TA_sello{font-size: 11px;}

.continue_button_container{margin-top:10px;}





ul.amenities_icons{
    min-height: 30px;
}

ul.amenities_icons li a{
    display: inline;
    float: left;
    margin-right: 5px;
}

.info_txt_hotel{
    margin-top: 20px;
}

.miniature_list a{
    text-decoration: none;
}

.miniature_list a img {
    margin-bottom: 3px;
}

/*iconos comunes en la web*/



/*Vuelo*/.icon-1:before{  content: "\51";}
/*Hoteles*/.icon-65:before{  content: "\65";}
/*Autobús*/.icon-2:before{content: "\46";}
/*Tren*/.icon-3:before{content: "\62";}
/*Barco*/.icon-4:after{content: "\44";}
/*Coche de alquiler*/.icon-5:before{ content: "\42";}
/*Alojamiento*/.icon-6:before{  content: "\41"; }
/*Visitas*/.icon-7:before{  content: "\4d";}
/*Traslados*/.icon-8:before{content: "\47";}
/*Desayuno*/.icon-9:before{ content: "\4a";}
/*Comidas*/.icon-10:before{content: "\49";}
/*Guia acompañante*/.icon-11:before{content: "\4b";}
/*pago a plazos*/.icon-12:before{content: "\52";}
/*Circuitos*/.icon-13:before{content: "\4e";}
/*Coche propio*/.icon-14:before{content: "\54";}

/* METER NUEVOS EN COMPONENTS */

/*fin iconos comunes*/

/* opinions */
.comment_info{
    font-weight:bold;
    font-size:12px;
}
.symbol{font-family: Arial, Helvetica, sans-serif}

.button_general, input.button_general {
    padding: 9px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    font-weight:700;
    border:0
}
a.button_general {
    outline: none;
}
.button_general:hover {
    color: #fff;
    text-decoration: none;
}

.volver{font-size:14px; text-decoration: none;}
.volver:hover{ text-decoration: underline;}
.comment_extra_info{
    font-weight:normal;
    font-size:11px;
    display:block;
    margin-top:8px;
}
.comment{
    border:1px solid #e9e9e9;
    padding:10px;
    background-color:#FFF;
    font-size:12px;
    margin-bottom:10px;
    margin-top:4px;
}
.comments_scroll{
    padding:0 10px 0 0;
    height:200px;
    overflow-x:hidden;
    overflow-y:auto;
}
.comments_scroll::-webkit-scrollbar {
    width: 10px;
}
.comments_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(153,153,153,0.3);
    border-radius: 10px;
}
.comments_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 20px rgba(153,153,153,0.5);
}

.change_opinions{
    float:right;
    margin-top:-15px;
}
a.change_opinions{color:#E86B1B;font-size:12px;font-weight:bold;}
.travellers_ta{
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    position: absolute;
    margin-left: -60px;
}
.comment_info{
    margin-top: 20px;
}
/* end opinions */

.ui-datepicker .ui-datepicker-header{
    height:33px!important;
}
.searcher_calendar_img{
    cursor: pointer;
}
.cont_forfait{
    border:1px solid #6d9cc2; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-align:left; padding:3px 2px; margin:6px 0;font-size:12px;color:#4d82ac;
}
.cont_forfait span{
    color:#4d82ac;font-weight:normal; font-size:12px;background:url("/headers/destinia/img/skier.png") no-repeat; padding-left: 15px;
}

.etiqueta_mistery_hotel{
    position:relative; margin-top:-50px; margin-right:0; float: right; margin-left: 15px;
}

.cont_publi_dispo{background:#F0F0F0; padding:10px;margin-bottom:15px;}
/* FIN HOTEL AVAILABILITY */

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

img.lazy-load {
    opacity: 0;
    transition: opacity .3s ease-in;
}

/* Caja informativa promociones: BOC 2015/I/28 */
.alert-info-promo .glyphicons-circle-info { font-size: 50px}
/* Caja informativa promociones: EOC */


/* Carrusel con transicion fade */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

p.txt_introduccion_formulario{color:#1e3747; font-weight:700; font-size:16px}

/* estilos para texto acompañando a h1 en homes*/
a.claimHome {
    font-size: 36px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 45);
    margin-top: 15px;
    text-decoration: none;
    display: block;
}

.claimHome span {
    color: #8fb344;
}
.subtitleClaim strong.mas_info{color:#e86b1b; font-size:15px; text-decoration: underline; text-shadow: none}
.claimHome.subtitleClaim{
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
}
@media (max-width: 767px) {.subtitle_promo{ font-size: 32px; }}



