.categories-tabs {
    display: table;
    width: 100%;
}

.categories-tabs ul {
    display: table-row;
}

.categories-tabs ul li a {
    display: block;
    color: #666;
    line-height: 18px;
}

.categories-tabs ul li.active a {
    display: block;
    color: white;
}

.categories-tabs ul li a:visited,
.categories-tabs ul li a:hover {
    text-transform: none;
    text-decoration: none;
}

.categories-tabs ul li:not(.active) a:hover {
    color: #444;
}

.categories-tabs ul li {
    display: table-cell;
    height: 49px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #cecece;
    color: #666;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'open_sansregular';
}

.categories-tabs ul li:first-child {
    border-left: 1px solid #e4e4e4;
}

.categories-tabs ul li:hover {
    background-color: #f6f6f6;
    color: #444;
}

.categories-tabs ul li.active {
    background-color: #419cd9;
    color: #fff;
}

.categories-tabs ul li.active::before {
    font-family: fontawesome;
    font-size: 35px;
    color: #419cd9;
    content: "\f0d7";
    left: 50%;
    margin-left: -11px;
    top: 45px;
    position: absolute;
}

@media only screen and (max-width: 640px) {
    .categories-tabs {
        display: block !important;
        padding: 10px !important;
        position: relative;
    }

    .categories-tabs ul li {
        line-height: 28px;
    }

    .categories-tabs .tab-selector {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #888;
        cursor: pointer;
        display: block;
        font-size: 14px;
        text-align: left;
        text-decoration: none;
        padding: 15px 10px;
    }

    .categories-tabs .arrow img {
        background: url(/assets/images/sprites/sprite-generico.png) no-repeat -207px -240px;
    }

    .categories-tabs ul {
        width: auto;
        display: none;
        padding: 5px 0;
        border: solid 1px #ccc;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 10px;
        z-index: 10000;
    }

    .categories-tabs ul li {
        display: block !important;
        padding: 7px 45px 7px 15px;
        font-size: 14px;
        border: none !important;
        height: 40px !important;
        text-align: left !important;
        font-family: 'open_sansregular', sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .categories-tabs ul li:hover {
        color: #419cd9 !important;
        background-color: #d4eeff !important;
        cursor: pointer;
    }

    .categories-tabs ul li:hover.active {
        background-color: transparent !important;
        cursor: inherit;
    }

    .categories-tabs ul li a {
        color: #444;
        line-height: 31px;
        width: 100%;
    }

    .categories-tabs ul li:hover a {
        color: #419cd9 !important;
        background-color: #d4eeff !important;
        cursor: pointer;
    }

    .categories-tabs ul li:hover.active a {
        background-color: transparent !important;
        cursor: inherit;
    }

    .categories-tabs ul li.active a {
        color: #444;
    }

    .categories-tabs ul .active {
        color: #419cd9 !important;
        background-color: #fff !important;
    }

    .categories-tabs ul .active::after {
        font-family: 'atrapaloico';
        content: "\e608";
        width: 20px;
        height: 20px;
        display: block;
        margin: -27px 5px 0 0;
        right: 6px;
        position: absolute;
        font-size: 18px;
    }

    .categories-tabs ul .active::before {
        background: none !important;
    }

    .search-filters {
        max-width: 320px;
    }
}

/* Versión en rojo */

.red-tabs .categories-tabs ul li {
    border-left: none;
    border-right: none;
}

.red-tabs .categories-tabs ul li.active {
    color: #e6002c;
    border-bottom: 3px solid #e6002c;
    background-color: #fff;
}

.red-tabs .categories-tabs ul li.active::before {
    content: none;
}
/* Searches
=========================================================================================================== */
#searches {
    font-family: 'open_sansregular', sans-serif;
    background-color: #e3e1e1;
}

.searchestop {
    margin-top: -15px;
    padding-top: 15px;
}

#searches * { box-sizing: border-box; }

#searches > .row { padding: 30px 0; }

#searches > .row_tab { padding: 15px 0 !important; }

.VMH #searches .row { padding: 10px 0 30px !important; }

#searches img { box-sizing: content-box; }

#searches .prefooter__title {
    margin: 0 0 28px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif;
}

.COC #searches .prefooter__title { line-height: 18px; }

#searches h3,
.footSubhead {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif;
    color: #444;
    line-height: 18px;
}

#searches li { margin-bottom: 12px; }

#searches .column > ul {
    margin-bottom: 30px;
}

.COC #searches li {
    margin-bottom: 12px;
    padding: 0 !important;
    list-style-image: none !important;
}

#searches li.bold { font-weight: normal !important; }

#searches a {
    font-size: 13px;
    color: #444;
}

#searches a:hover { color: #000; }

#searches .tripadvisor {
    float: right;
    padding-right: 20px;
    font-size: 11px;
    margin-top: -15px;
}

#searches .tripadvisor img {
    vertical-align: -5px;
    margin-left: 5px;
}

#searches .nivelEnlaces {
    margin-top: 28px !important;
}

.ia_tab {
    height: 48px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: 0;
    list-style: none;
}

.ia_tab_btn:hover {
    color: #1e97e6;
}

.ia_tab_btn.active {
    cursor: default;
    color: #1e97e6;
    border-bottom: solid 4px #1e97e6;
    font-family: open_sanssemibold, sans-serif;
}

.ia_tab_btn {
    display: inline-block;
    cursor: pointer;
    height: 48px;
    line-height: 36px;
    color: #444;
    font-size: 14px;
    padding: 0 15px !important;
    list-style: none;
    margin: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #searches > .row { padding: 20px 0; }
}

@media (max-width: 1023px) {
    #searches > .row { padding: 20px 0; }

    #searches .prefooter__title {
        line-height: 20px;
        font-size: 17px;
        letter-spacing: -0.5px;
    }

    #searches a { line-height: 18px; }
}
#CybotCookiebotDialog{bottom:0!important;height:fit-content!important;left:50%!important;position:fixed!important;top:auto!important;transform:translateX(-50%) translateY(100%)!important;transition:transform 1s ease-in-out,opacity 1s ease-in-out!important}#CybotCookiebotDialog.CybotCookiebotDialogActive{bottom:0!important;transform:translateX(-50%) translateY(-25%)!important}@media (width >= 768px){#CybotCookiebotDialog{bottom:0!important;opacity:0!important}#CybotCookiebotDialog.CybotCookiebotDialogActive{bottom:0!important;opacity:1!important;transform:translateX(-50%) translateY(0)!important}}button,form,input,select,textarea{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}.wp33{width:33%}.wp100{width:100%}.w47{padding-left:0!important;width:47px!important}.w41{width:41px!important}.w52{width:52px!important}.w60{width:60px!important}.w61{width:61px!important}.w82{width:82px}.w75{width:75px!important}.w100{width:100px!important}*+html .w100{margin-right:25px;width:75px!important}.w130{width:130px!important}.w135{width:135px!important}.w160{width:160px!important}.w165{width:165px!important}.w170{width:170px!important}.w178{width:178px!important}.w200,.w220{width:220px!important}.w230{width:230px!important}.w235{width:235px}.w250{width:250px}.w255{width:255px}.w265{width:265px}.w280{width:280px!important}.w283{width:283px!important}.w285{width:285px!important}.w290{width:290px!important}.w293{width:293px}.w300{width:300px}.w318{width:318px!important}.w350{width:350px!important}.w356{width:356px!important}.w360{width:360px}.w370{width:370px}.w395{width:395px}.w490{width:490px}.w660{width:660px}.input-w45 input[type=text],.select-w45 select{width:45px}.input-w61 input[type=text],.select-w61 .select2-container,.select-w61 select{width:61px!important}.input-w160 input[type=text],.select-w160 select{width:160px}.input-w172 input[type=text],.select-w172 select{width:172px!important}.input-w178 input[type=date],.input-w178 input[type=text],.select-w178 select{width:178px!important}.input-w190 input[type=text],.select-w190 select{width:190px!important}.input-w200 input[type=text],.select-w200 select{width:200px}.input-w230 input[type=text],.select-w230 select{width:230px}.input-w235 input[type=text],.select-w235 select{width:235px}.input-w250 input[type=text],.select-w250 select{width:250px}.input-w253 input[type=text],.select-w253 select{width:253px!important}.input-w280 input[type=text],.select-w280 select{width:280px}.input-w293 input[type=text],.select-w293 select{width:293px}.input-w318 input[type=date],.input-w318 input[type=text],.select-w318 .select2-container,.select-w318 select{width:317px!important}.input-w345 input[type=text],.select-w345 select{width:345px}.input-w370 input[type=email],.input-w370 input[type=text],.select-w370 select{width:370px}.input-w395 input[type=text],.select-w395 select{width:395px}.input-w415 input[type=text],.select-w415 select{width:415px}.input-w420 input[type=text],.select-w420 select{width:420px}.select-w75 select{width:75px}.select-w75 .select2-container{width:75px!important}.select-w130 .select2-container,.select-w130 select{width:129px!important}.select-w490 select{width:490px}.input-w660 input[type=text],.select-w660 select{width:660px!important}.input-wp20,.select-wp20{width:20%}.input-wp43{width:43%}.input-wp20,.input-wp43,.select-wp20{margin-right:1.66%}.input-wp20 input[type=text],.input-wp43 input[type=text],.select-wp20 select{width:100%}.input-wp50 input[type=text],.select-wp50 .select2-container{width:50%!important}.input-wp100 input[type=text],.select-wp100 .select2-container{width:100%!important}.input-collapsed-left .select2-container--default .select2-selection--single,.input-collapsed-left input{border-radius:2px 0 0 2px!important}.input-collapsed-right .select2-container--default .select2-selection--single,.input-collapsed-right input{border-left:0!important;border-radius:0 2px 2px 0!important}@media (min-width:641px) and (max-width:1023px){.medium-reset-input-collapse .select2-container--default .select2-selection--single,.medium-reset-input-collapse input{border:1px solid #afafaf!important;border-radius:2px!important}}@media (min-width:320px) and (max-width:640px){.small-reset-input-collapse .select2-container--default .select2-selection--single,.small-reset-input-collapse input{border:1px solid #afafaf!important;border-radius:2px!important}}form div.wp12{width:12%}.btn.wp12{text-align:center;width:100%}.h31{height:31px}.h33{height:33px}.h36{height:36px}.h38{height:38px}.h41{height:41px!important}.h45{height:45px}.input-h29 input[type=password],.input-h29 input[type=text],.select-h29 .custom-select select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:29px;line-height:26px\9}.select-h29 .custom-select select{line-height:26px}.select-h29 .select2-selection{height:29px!important}.input-h33 input[type=email],.input-h33 input[type=password],.input-h33 input[type=tel],.input-h33 input[type=text],.select-h33 .custom-select select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:33px!important;line-height:30px\9}.select-h33 .custom-select select{line-height:30px}.select-h33 .select2-selection{height:33px!important}.input-h36 input[type=password],.input-h36 input[type=text],.select-h36 .custom-select select,.select-h36 .select2-choice{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:36px!important;line-height:33px\9}.select-h36 .custom-select select,.select-h36 .select2-choice{line-height:33px!important}.select-h36 .select2-selection{height:36px!important}.input-h38 .select2-choice,.input-h38 input[type=date],.input-h38 input[type=email],.input-h38 input[type=password],.input-h38 input[type=tel],.input-h38 input[type=text],.select-h38 .custom-select select,.select-h38 .select2-choice{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:38px!important;line-height:35px\9}.input-h38 .select2-choice,.select-h38 .custom-select select,.select-h38 .select2-choice,.select-h38 .select2-container{line-height:37px!important;width:100%}.select2-dropdown{z-index:9999!important}.select-h38 .select2-container .select2-choice div b{margin-top:15px}.select-h38 .select2-selection{height:38px!important}.input-h42 .select2-choice,.input-h42 input[type=password],.input-h42 input[type=text],.select-h42 .custom-select select,.select-h42 .select2-choice{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:42px!important;line-height:39px\9}.input-h42 .select2-choice,.select-h42 .custom-select select,.select-h42 .select2-choice{line-height:41px!important}.select-h42 .select2-selection{height:42px!important}.input-h45 .select2-choice,.input-h45 input[type=password],.input-h45 input[type=text],.select-h45 .custom-select select,.select-h45 .select2-choice{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:45px!important;line-height:42px\9}.select2-results li{font-size:13px}.select2-results__options{padding-top:6px!important}.select2-results__option{color:#444!important;line-height:13px!important;padding:10px 6px 10px 10px!important}.select2-results__option a{color:#444;line-height:13px}.select2-results__option[role=group]{border-top:1px solid #dcdcdc;margin:6px 0!important;padding:0!important}.select2-results__group{color:#1e97e6;font-family:open_sanssemibold,sans-serif;font-size:11px}.select2-container--default .select2-results__group{padding:6px 10px!important}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#ddf0fb!important}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddf0fb!important;color:#1e97e6!important}.select2-container--default .select2-results__option[aria-selected=true]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' aria-label='checkmark icon' viewBox='0 0 32 32'%3E%3Cpath fill='%231e97e6' d='M26.281 8.305a1 1 0 0 1 1.52 1.295l-.082.095-13.537 14-.079.073c-.955.796-1.679.877-2.674.126l-.152-.119-.08-.073-6.909-7a1 1 0 0 1 1.33-1.488l.094.084 6.869 6.96.106.086.098-.082z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;color:#1e97e6;content:"";display:inline-block;float:right;font-family:initial!important;height:16px;margin-top:-2px;width:16px}.select2-container--default .select2-selection--single{border-radius:2px!important}.input-h38 .select2-container .select2-selection--single,.select-h33 .select2-container .select2-selection--single,.select-h36 .select2-container .select2-selection--single,.select-h38 .select2-container .select2-selection--single,.select-h42 .select2-container .select2-selection--single{border:1px solid #afafaf;color:#999;font-family:open_sansregular,sans-serif;font-size:14px;height:auto;transition:border .2s linear,box-shadow .2s linear;-o-transition:border .2s linear,box-shadow .2s linear;-moz-transition:border .2s linear,box-shadow .2s linear;-webkit-transition:border .2s linear,box-shadow .2s linear}#searchTypeContainer .input-h38 .select2-container .select2-selection--single,#searchTypeContainer .select-h33 .select2-container .select2-selection--single,#searchTypeContainer .select-h36 .select2-container .select2-selection--single,#searchTypeContainer .select-h38 .select2-container .select2-selection--single,#searchTypeContainer .select-h42 .select2-container .select2-selection--single{border:0;border-radius:2px!important}.select-h42 .select2-container .select2-selection--single .select2-selection__rendered{line-height:40px}.select-h42 .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}.input-h38 .select2-container .select2-selection--single .select2-selection__rendered{line-height:36px}.input-h38 .select2-container--default .select2-selection--single .select2-selection__arrow{height:36px}.input-h38 .select2-container--default .select2-selection--single .select2-selection__arrow b{left:inherit;margin-top:-4px;right:10px}.select-h38 .select2-container .select2-selection--single .select2-selection__rendered{line-height:38px}.select-h38 .select2-container--default .select2-selection--single .select2-selection__arrow{height:42px}.select-h38 .select2-container--default .select2-selection--single .select2-selection__arrow b{left:inherit;margin-top:-4px;right:10px}.select-h36 .select2-container .select2-selection--single .select2-selection__rendered{line-height:34px}.select-h36 .select2-container--default .select2-selection--single .select2-selection__arrow{height:34px}.select-h33 .select2-container .select2-selection--single .select2-selection__rendered{line-height:32px}.select-h33 .select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;line-height:34px}.input-h45 .select2-choice,.select-h45 .custom-select select,.select-h45 .select2-choice{line-height:44px!important}.atrapaloRed{color:#e6002c}.input-txt input[type=email],.input-txt input[type=password],.input-txt input[type=search],.input-txt input[type=text],.input-txt textarea.input-attr{background-color:#fff;border:1px solid #ccc;border-radius:2px;font-family:open_sansregular,sans-serif;font-size:14px!important;line-height:21px;padding:0 0 0 10px;transition:border .2s linear,box-shadow .2s linear;-o-transition:border .2s linear,box-shadow .2s linear;-moz-transition:border .2s linear,box-shadow .2s linear;-webkit-transition:border .2s linear,box-shadow .2s linear;width:100%}.input-txt textarea.input-attr{padding:10px;resize:vertical}.error.custom-select select.custom-select:hover,.error.input-txt input[type=date],.error.input-txt input[type=date].forceActive,.error.input-txt input[type=date]:active,.error.input-txt input[type=date]:focus,.error.input-txt input[type=date]:hover,.error.input-txt input[type=email],.error.input-txt input[type=email].forceActive,.error.input-txt input[type=email]:active,.error.input-txt input[type=email]:focus,.error.input-txt input[type=email]:hover,.error.input-txt input[type=text],.error.input-txt input[type=text].forceActive,.error.input-txt input[type=text]:active,.error.input-txt input[type=text]:focus,.error.input-txt input[type=text]:hover{border-color:#f9cf75;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #f9cf75;outline:0}.error .error_message{display:block!important}.error_message{background:#fde9b5;color:#444;display:none;font-size:13px;padding:6px 10px}.input-iconed input[type=search],.input-iconed input[type=text]{color:#333;padding-right:24px}#searcher-VUE .input-iconed input[type=search],#searcher-VUE .input-iconed input[type=text]{overflow:hidden;padding-right:1.4rem;text-overflow:ellipsis;white-space:nowrap}.input-iconed.ubicacion .select2-selection__rendered{padding-left:30px;position:relative}.input-iconed.ubicacion .select2-selection__rendered:before{color:#acacac;content:"\e908";font-family:atrapaloico,sans-serif;font-size:18px;left:12px;position:absolute;top:-1px}.input-iconed.duration .select2-selection__rendered{padding-left:30px;position:relative}.input-iconed.duration .select2-selection__rendered:before{color:#acacac;content:"\e607";font-family:atrapaloico,sans-serif;font-size:19px;left:7px;position:absolute;top:-1px}.input-iconed.calendar .select2-selection__rendered{padding-left:30px;position:relative}.input-iconed.calendar .select2-selection__rendered:before{color:#888;content:"\e641";font-family:atrapaloico,sans-serif;font-size:22px;left:7px;line-height:22px;position:absolute;top:6px}#wid-buscador-home .input-iconed.calendar .select2-selection__rendered:before{content:"";display:none}.custom-select select.custom-select:hover,.input-txt input[type=date].forceActive,.input-txt input[type=date]:active,.input-txt input[type=date]:focus,.input-txt input[type=date]:hover,.input-txt input[type=email].forceActive,.input-txt input[type=email]:active,.input-txt input[type=email]:focus,.input-txt input[type=password].forceActive,.input-txt input[type=password]:active,.input-txt input[type=password]:focus,.input-txt input[type=text].forceActive,.input-txt input[type=text]:active,.input-txt input[type=text]:focus,.input-txt textarea:active,.input-txt textarea:focus{border-color:rgba(30,151,230,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(30,151,230,.5);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(30,151,230,.5);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(30,151,230,.5);outline:0}.input-txt label{font-family:open_sanssemibold,sans-serif;font-size:13px;font-weight:400;text-align:left}.label-top label{display:block;margin-bottom:5px}.label-top-stick label{display:block;margin-bottom:1px}.label-left label{float:left;line-height:20px;margin-left:5px;margin-right:10px;padding-top:5px;text-align:right}.label-less label{display:none}.input-txt.input-append{font-size:0;margin-bottom:5px;white-space:nowrap}.input-txt .icon,.input-txt.input-append input[type=text]{display:inline-block}.input-txt .icon{background-color:#fff;border-bottom:1px solid #afafaf;border-right:1px solid #afafaf;border-top:1px solid #afafaf;box-shadow:inset 0 3px 2px rgba(0,0,0,.075);-webkit-box-shadow:inset 0 3px 2px rgba(0,0,0,.075);-moz-box-shadow:inset 0 3px 2px rgba(0,0,0,.075);cursor:pointer;height:23px;margin-left:-3px;padding:4px 5px;transition:border .2s linear,box-shadow .2s linear;-webkit-transition:border .2s linear,box-shadow .2s linear;-moz-transition:border .2s linear,box-shadow .2s linear;-o-transition:border .2s linear,box-shadow .2s linear;vertical-align:top;width:auto}.input-txt input.active,.input-txt input[type=text]:active+.icon:active,.input-txt input[type=text]:focus+.icon{border-color:#1e97e6;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px #1e97e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px #1e97e6;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px #1e97e6;outline:0}[editSelection] input::selection{background:#b4d5ff;color:#333}[editSelection] input::-moz-selection{background:#b4d5ff;color:#333}[editSelection] input::-webkit-selection{background:#b4d5ff;color:#333}.input-txt .icon:last-child{border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;margin-left:-3px}.input-txt .input-iconed{cursor:pointer;position:relative}.input-txt .calendar:after{color:#888;content:"\e641";display:block;font-family:atrapaloico,sans-serif;font-size:22px;height:22px;margin:0 5px 0 0;pointer-events:none;position:absolute;right:0;top:5px;width:22px}.input-txt.input-h36 .calendar:after{top:8px!important}.input-txt .list:after{background:url(/assets/images/v12/sprite_v12_form.png) no-repeat 0 3px;content:" ";display:block;height:20px;margin:0 5px 0 0;opacity:.8;position:absolute;right:0;top:6px;width:20px}.input-txt.input-h36 .list:after{top:8px!important}.input-txt .find:after{background:url(/assets/images/v12/sprite_v12_form.png) no-repeat -80px -130px;content:" ";display:block;height:20px;left:7px;margin-bottom:5px;opacity:.8;position:absolute;top:16px;width:20px}.input-txt .find input{padding:0 10px 0 34px}.edades-block .child-age-selector{float:left;margin-right:10px}.input-txt .ubicacion:after{color:#acacac;content:"\e908";font-size:18px;left:8px}.input-txt .ubicacion:after,.input-txt .user:before{font-family:atrapaloico,sans-serif;position:absolute;top:0}.input-txt .user:before{color:#888;content:"\e61f";font-size:16px;left:9px;pointer-events:none}.input-txt .dropdown:after{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;content:" ";display:block;height:0;left:auto!important;pointer-events:none;position:absolute;right:10px;top:45%;width:0}.select-iconed-time:before{color:#acacac;content:"\e636";font-family:atrapaloico,sans-serif;font-size:19px;font-weight:700;left:6px;line-height:19px;pointer-events:none;position:absolute;top:10px}.input-txt.input-h36 .dropdown:after{top:8px!important}.input-txt input[type=date],.input-txt input[type=email],.input-txt input[type=password],.input-txt input[type=tel],.input-txt input[type=text]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.input-txt .loader{background:url(/assets/images/v12/sprite_v12_form.png) no-repeat -95px 6px;display:none;height:20px;margin-left:0;margin-top:0;padding-right:0;position:absolute;right:25px;top:5px;width:20px}.select-iconed .select2-selection__rendered{padding-left:30px!important;padding-right:20px}.select-iconed.select-clock .select2-selection--single:before{color:#acacac;content:"\e636";font-family:atrapaloico,sans-serif;font-size:19px;font-weight:700;left:5px;position:absolute;top:9px}.input-double-iconed .dropdown:after{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;content:" ";display:block;height:0;left:auto!important;position:absolute;right:10px;top:30%;width:0}.input-double-iconed .ubicacion:before{color:#acacac;content:"\f041";font-family:FontAwesome,sans-serif;font-size:18px;left:12px;position:absolute;top:-2px}.input-txt input:active+.loader,.input-txt input:focus+.loader{animation:rotateIn .75s linear infinite;-webkit-animation:rotateIn .75s linear infinite;-moz-animation:rotateIn .75s linear infinite;-ms-animation:rotateIn .75s linear infinite;-o-animation:rotateIn .75s linear infinite;display:block}.input-txt input:active+.notFound,.input-txt input:focus+.notFound{display:block}.input-check{float:left;width:100%}.input-check input[type=checkbox]{float:left;margin-right:4px}.input-check label{display:block;overflow:hidden}@-webkit-keyframes rotateIn{0%{opacity:1;-webkit-transform:rotate(359deg);-webkit-transform-origin:10px 11px}to{opacity:1;-webkit-transform:rotate(0deg);-webkit-transform-origin:10px 11px}}@-moz-keyframes rotateIn{0%{opacity:1;-moz-transform:rotate(359deg);-moz-transform-origin:10px 11px}to{opacity:1;-moz-transform:rotate(0deg);-moz-transform-origin:10px 11px}}@-o-keyframes rotateIn{0%{opacity:1;-o-transform:rotate(359deg);-o-transform-origin:10px 11px}to{opacity:1;-o-transform:rotate(0deg);-o-transform-origin:10px 11px}}@keyframes rotateIn{0%{opacity:1;transform:rotate(359deg);transform-origin:10px 11px}to{opacity:1;transform:rotate(0deg);transform-origin:10px 11px}}.sprite-v12form{background:url(/assets/images/v12/sprite_v12_form.png) no-repeat}.v12-form-list{background-position:0 3px}.v12-form-dropdown{background-position:-50px 8px}.v12-form-loader{background-position:-95px 6px}.v12-form-brokenArrow{background-position:-150px 0}.v12-form-redArrow{background-position:-125px 0}.v12-form-calendar{background-position:-25px 3px}.v12-form-noicon{background-position:0 -30px}.v12-icon-blue{background-position:-125px -50px}.s-generico.v12-icon-blue{background-position:-400px -250px}.v12-icon-plegar{background-position:-25px -170px}.v12-link-ext{background-position:-254px -240px}input[type=search][disabled],input[type=search][disabled]+.icon,input[type=search][readonly],input[type=text][disabled],input[type=text][disabled]+.icon,input[type=text][readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{background-color:#fff;cursor:pointer}input::-moz-placeholder,textarea::-moz-placeholder{color:#999;font-family:open_sansregular,sans-serif;font-size:14px;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999!important;font-family:open_sansregular,sans-serif;font-size:14px;opacity:1}.placeholder-ie{color:#999!important;font-size:14px;opacity:1}.placeholder-ie,.placeholder-ie:active{font-family:open_sansregular,sans-serif}.placeholder-ie:active{color:#000;transition:color .2s linear .1s;-o-transition:color .2s linear .1s}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999;font-family:open_sansregular,sans-serif;font-size:14px;opacity:1}.input-buscar input[type=text]{border-radius:2px 0 0 2px;margin-right:-1px;white-space:nowrap}.input-buscar button{background:#676767;background:-moz-linear-gradient(top,#676767 0,#525252 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#676767),color-stop(100%,#525252));background:-webkit-linear-gradient(top,#676767,#525252);background:-o-linear-gradient(top,#676767 0,#525252 100%);background:-ms-linear-gradient(top,#676767 0,#525252 100%);background:linear-gradient(180deg,#676767 0,#525252);border:0;border-radius:0 5px 5px 0;box-shadow:5px 0 0 #fff,0 -5px 0 #fff,0 5px 0 #fff,-1px 0 4px #bebebe;color:#fff;cursor:pointer;display:inline-block;font-size:16px;height:33px;line-height:21px;padding:0 15px;text-shadow:0 1px #4e4e4e;vertical-align:top}.custom-select select,.select-style select{background-color:#fff;border:1px solid #afafaf;border-radius:2px;color:#000;font-family:Verdana,sans-serif;font-size:12px;height:31px;line-height:21px;padding:5px;transition:border .2s linear,box-shadow .2s linear;-webkit-transition:border .2s linear,box-shadow .2s linear;-moz-transition:border .2s linear,box-shadow .2s linear;-o-transition:border .2s linear,box-shadow .2s linear}:first-child+html .COC .custom-select select{height:20px;vertical-align:3px}.custom-select select{width:100%}.custom-select select.active,.custom-select select:focus,.select-style select:focus{border-color:#1e97e6;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #1e97e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #1e97e6;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #1e97e6;outline:0}.custom-select dd,.custom-select dt,.custom-select ul{margin:0;padding:0}.custom-select dd{position:relative;z-index:1}.custom-select a,.custom-select a:visited{color:#000;outline:none;text-decoration:none}.custom-select a:hover{color:#000}.custom-select dt{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;color:#000;font-family:Verdana,sans-serif;font-size:12px;height:31px;line-height:21px;padding:5px;width:auto}.custom-select dt a{background-color:#fff;border:1px solid #afafaf;border-radius:3px;display:block;line-height:21px;padding:5px;transition:border .2s linear,box-shadow .2s linear;-webkit-transition:border .2s linear,box-shadow .2s linear;-moz-transition:border .2s linear,box-shadow .2s linear;-o-transition:border .2s linear,box-shadow .2s linear}.custom-select dt a:active,.custom-select dt a:focus,.custom-select dt a:hover{border-color:#1e97e6;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #1e97e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #1e97e6;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #1e97e6;outline:0}.custom-select dt a:hover{color:#000}.custom-select dt a:after{background:url(/assets/images/v12/sprite_v12_form.png) no-repeat -50px 8px;content:" ";display:block;height:20px;margin:0 5px 0 0;position:absolute;right:0;top:6px;width:20px}.custom-select dt a span{cursor:pointer;display:block}.custom-select dd ul{background:#fff;border:1px solid #ccc;border-radius:0;box-shadow:2px 2px 3px hsla(0,0%,82%,.5);-webkit-box-shadow:2px 2px 3px hsla(0,0%,82%,.5);-moz-box-shadow:2px 2px 3px hsla(0,0%,82%,.5);box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;color:#000;display:none;left:0;list-style:none outside none;margin-left:0;padding:2px 0;position:absolute;top:0;width:100%}.custom-select span.value{display:none}.custom-select dd ul li a{display:block;padding:5px}.custom-select.fonts11px .select2-container .select2-choice{font-size:11px}#target{display:inline-block;position:relative}.notFound{background:#fde9b5;display:block;padding:10px!important;width:auto}.notFound p{font-size:12px;line-height:16px}.notFound p span a{display:inherit!important;padding:0!important}.RES .notFound p a,.RES .ui-menu .ui-menu-item p a:hover{font-weight:700!important;margin:5px 0 0 -5px!important;outline:0 none!important}.selectGroup{background-color:#fff;border:1px solid #b0b0b0;-webkit-border-radius:3px!important;-moz-border-radius:3px!important;border-radius:3px!important;-webkit-box-shadow:0 0 30px rgba(0,0,0,.7)!important;-moz-box-shadow:0 0 30px rgba(0,0,0,.7)!important;box-shadow:0 0 30px rgba(0,0,0,.7)!important;display:block;margin-top:-1px;padding:20px 12px}.groupContent{max-height:512px;overflow-x:hidden;overflow-y:auto;padding-right:15px}.selectGroup .titulo{border-bottom:1px solid #dadada;color:#666;font-family:Arial,sans-serif;font-size:18px;font-weight:700;padding-bottom:18px}.selectGroup .tituloGrupo{color:#333;font-size:11px;padding:6px 0;text-transform:uppercase}.selectGroup .categoriaSelect:hover,.selectGroup .selected{background-color:#eaeaea}.selectGroup .categoriaSelect a{display:block;line-height:15px;margin-right:2px;padding:4px 0 5px 5px;text-decoration:none}.selectGroup .categoriaSelect a span{padding-left:5px}.select2-container{display:inline-block;margin:0;zoom:1;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-o-transition:border .2s linear,box-shadow .2s linear;-moz-transition:border .2s linear,box-shadow .2s linear;vertical-align:middle}.select2-container,.select2-container .select2-choice{position:relative;transition:border .2s linear,box-shadow .2s linear;-webkit-transition:border .2s linear,box-shadow .2s linear}.select2-container .select2-choice{-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#000;display:block;font-size:13px;font-weight:400;height:28px;line-height:27px;overflow:hidden;padding:0 0 0 8px;text-decoration:none;white-space:nowrap;-webkit-touch-callout:none;background-color:#fff;-moz-transition:border .2s linear,box-shadow .2s linear;-o-transition:border .2s linear,box-shadow .2s linear;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-container .select2-choice span{font-size:14px}.select2-container .select2-choice .select2-arrow{display:inline-block;height:100%;position:absolute;right:0;top:0;width:18px}.select2-container .select2-choice .select2-arrow b:before{color:#696969;content:"\f0d7";font-family:FontAwesome,sans-serif;font-size:15px}.form-options .select2-container .select2-choice .select2-arrow b,.searchhome .select2-container .select2-choice .select2-arrow b,.wid-search .select2-container .select2-choice .select2-arrow b{margin-top:16px}.res-express .select2-choice .select2-arrow b{margin-top:18px}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid rgba(30,151,230,.5);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(30,151,230,.5);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(30,151,230,.5);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(30,151,230,.5);outline:0}.searchhome .input-w61 .select2-container-active .select2-choice,.searchhome .select-w75 .select2-container-active .select2-choice{border:1px solid #afafaf}.select2-drop{background:#fff;border:1px solid #b0b0b0;-webkit-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;-moz-box-shadow:1px 2px 3px rgba(0,0,0,.2);-webkit-box-shadow:1px 2px 3px rgba(0,0,0,.2);box-shadow:1px 2px 3px rgba(0,0,0,.2);-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin-top:-2px;outline:0;position:absolute;top:100%;width:100%;z-index:30001}.select2-drop.select2-drop-above{-moz-box-shadow:1px -1px 3px rgba(0,0,0,.4);-webkit-box-shadow:1px -1px 3px rgba(0,0,0,.4);box-shadow:1px -1px 3px rgba(0,0,0,.4);margin-top:2px}.select2-results{color:#444;margin:0!important;max-height:200px;overflow-x:hidden;overflow-y:hidden!important;padding:0!important;position:relative}.select2-results .select2-result{cursor:pointer;margin:0;min-height:1em;padding:5px 7px;-webkit-touch-callout:none;background:#fff!important;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{padding:5px 7px}.select2-results .select2-highlighted,.select2-results .select2-result-sub .select2-highlighted{background:#dbeaec!important;background:-moz-linear-gradient(top,#438ed5 0,#1f6bb1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#438ed5),color-stop(100%,#1f6bb1));background:-webkit-linear-gradient(top,#438ed5,#1f6bb1);background:-o-linear-gradient(top,#438ed5 0,#1f6bb1 100%);background:-ms-linear-gradient(top,#438ed5 0,#1f6bb1 100%);background:linear-gradient(180deg,#438ed5 0,#1f6bb1)}.select2-results .select2-result-sub .select2-highlighted{margin:0 -7px;padding:5px 14px}.select2-results .select2-result-unselectable>.select2-result-label{cursor:auto;font-family:open_sanssemibold,sans-serif;padding:5px 0}.select2-results .select2-result-label{color:#000}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0);border:0;height:1px;left:0;margin:0;outline:0;overflow:hidden;padding:0;position:absolute;width:1px}.select2-display-none{display:none}.select2-drop-mask{background-color:#fff;border:0;filter:alpha(opacity=0);height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:9998}.select2-search{min-height:26px}.select2-container.select2-container--disabled,.select2-container.select2-container-disabled,.select2-container.select2-container-disabled .select2-choice,.select2-container.select2-container-disabled .select2-choice span{cursor:default!important;opacity:.75}.select2-container.error{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #f9cf75;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #f9cf75;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #f9cf75}.select2-container.error .select2-choice{border-color:#f9cf75}.select2-hidden-accessible{display:none}.onoffswitch{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:68px}.onoffswitch-checkbox{display:none}.onoffswitch-label{border:2px solid transparent;border-radius:20px;cursor:pointer;display:block;overflow:hidden}.onoffswitch-inner{display:block;margin-left:-100%;-moz-transition:margin .3s ease-in 0s;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s;width:200%}.onoffswitch-inner:after,.onoffswitch-inner:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;display:block;float:left;font-family:Trebuchet,Arial,sans-serif;font-size:13px;font-weight:700;height:32px;line-height:32px;padding:0;width:50%}.onoffswitch-inner:before{background-color:#319ca5;color:#fff;content:"S" "ÃƒÂ­";padding-left:10px}.onoffswitch-inner:after{background-color:#aeaeae;color:#fff;content:"N" "o";padding-right:10px;text-align:right}.onoffswitch-switch{background:#fff;border:2px solid #979797;border-radius:20px;bottom:0;box-sizing:content-box;display:block;height:34px;margin:2px;position:absolute;top:0;-moz-transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s;width:27px}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}