/*************************************************************************************************************************/
/*************************************************************************************************************************/
/************************************ ESTILOS GENERALES ******************************************************************/
.clear {
    clear: left;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
    text-align: right;
}

.mt_20 {
    margin-top: 20px;
}



/************************************************************************************************************************/
/***********************************************HOME ********************************************************************/
/************************************************************************************************************************/

/************************************************************************************************************************/
/********************************************* CABECERA *****************************************************************/
/************************************************************************************************************************/
.navbar-wrapper .container .span7 {
    background: #F0F0F0;
}

.navbar-wrapper .container .span5.cabecera_derecha {
    background-color: transparent;
}

.navbar-wrapper .container .span7.cabecera_izquierda {
    background-color: transparent;
}




.navbar-wrapper .header_derecha span.reservar_header {
    font-size: 13px;
}

.navbar-wrapper .header_derecha .textopeque {
    margin-top: 0px;
    margin-bottom: 2px;
    clear: right;
    font-size: 10px;
}


.navbar-wrapper .header_derecha span.telef_header {
    font-family: 'HelveticaNeueETW01-75Bd';
    font-weight: normal;
    font-size: 12px; /*montse:p.37. es correcto:13px pero le bajo un px pq se ve muy grande*/
}


.navbar-wrapper .header_derecha .reservas .icon-phone {
    margin-right: 2px;
}

.navbar-wrapper .header_derecha .row.atencion_int {
    height: auto;
}

    .navbar-wrapper .header_derecha .row.atencion_int .reservas {
        text-align: right;
        padding-right: 4%;
        width: 100%;
    }

.navbar-wrapper .header_derecha .precio_llamada {
    float: right;
    font-size: 11px;
    color: #606060;
    padding-right: 2%;
}

.navbar-wrapper .idiomatico {
    float: right; /*margin-right: -21px;*/
    width: 30%;
}

    .navbar-wrapper .idiomatico .btn-group > .btn + .dropdown-toggle {
        padding-right: 9px;
    }

    .navbar-wrapper .idiomatico .btn-group {
        width: 121px;
    }

        .navbar-wrapper .idiomatico .btn-group .btn {
            background: #E0E0E0;
            color: #808080;
            border: 1px solid #C0C0C0;
            border-radius: 0px;
            height: 32px;
            padding: 5px 8px;
        }


            .navbar-wrapper .idiomatico .btn-group .btn:hover {
                background: #C0C0C0;
            }


            .btn-group.btn-input.clearfix.list_desplegable.open .btn, .navbar-wrapper .idiomatico .btn-group .btn:active {
                background: #F8F8F8;
            }

        .navbar-wrapper .idiomatico .btn-group .dropdown-toggle {
            border: 1px solid #C0C0C0;
            /*background: #E0E0E0;*/
            box-shadow: none;
        }

            .navbar-wrapper .idiomatico .btn-group .dropdown-toggle span {
                /*background: #E0E0E0;*/
            }


/*.navbar-wrapper .idiomatico .btn-group*/ .dropdown-menu {
    margin: 0;
    padding: 4px;
    background: #F8F8F8;
    min-width: 1px; /*por poner algo*/
    border-radius: 0px;
    z-index: 9999;
    box-shadow: 0px 0px 2px #202020;
    border: 1px solid #808080;
}

    /*.navbar-wrapper .idiomatico .btn-group*/ .dropdown-menu li {
        width: 100%;
        list-style: none inside none;
        display: block;
        margin: 0;
    }

        /*.navbar-wrapper .idiomatico .btn-group*/ .dropdown-menu li + li a {
            border-top: 1px solid #C0C0C0;
        }


.navbar-wrapper .span5 .row {
    margin-left: 0;
    margin-right: 0;
}

.navbar-wrapper .header_derecha_abajo {
    /*margin-top: 24px;*/
    float: right;
}

    .navbar-wrapper .header_derecha_abajo .gravatar-user-image {
        max-width: 64px;
        max-height: 64px;
        float: left;
    }

    .navbar-wrapper .header_derecha_abajo .login-name {
        max-height: 64px;
        float: left;
    }

.enlaces_menu_secundario.reservas_head {
    float: right;
    margin-top: 25px;
    margin-right: 0;
}



.enlaces_menu_secundario {
    float: left;
    margin-right: 24px;
    margin-top: 32px; /*8px;*/
}

.boton_menu_secundario {
    float: left;
    margin-top: 24px; /*8px;*/
}

.enlaces_menu_secundario .box_username {
    float: left;
    max-width: 140px;
    line-height: 15px;
    text-align: right;
    margin-top: 3px;
}

    .enlaces_menu_secundario .box_username a {
        margin: 0;
        padding: 0;
        width: 100%;
    }

.enlaces_menu_secundario.paginterior {
    margin-top: 0px;
    margin-right: 0;
}

.login-info {
    width: 215px;
}

    .login-info .user-image {
        min-width: 64px;
        min-height: 64px;
        float: left;
    }

    .login-info .user-name {
        min-width: 64px;
        min-height: 64px;
        float: left;
    }

    .login-info .enlaces_menu_secundario {
        margin-left: 0px;
        margin-top: 0px;
        float: left;
    }



.logo {
    width: 180px;
    height: 100px;
}

a.expohoteles {
    background-image: url("/img/logo_expohoteles.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 64px;
    width: 100%;
}

    a.expohoteles span {
        display: none;
    }

.navbar-wrapper {
    border-top: 6px solid #202020; /*202020*/
    background-color: #f0f0f0 /*#222222*/;
    /*height: 110px;*/
    /*min-height: 68px;*/
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

body.body-general .navbar-wrapper {
    border-bottom: 4px solid #771e66; /*color expo*/
}

body.body-hoteles .navbar-wrapper {
    border-bottom: 4px solid #007FC1; /*color expo*/
}

body.body-resorts .navbar-wrapper {
    border-bottom: 4px solid #E5A62A; /*color expo*/
}


/* menu superior nivel 1 */
.nav.navbar-nav.nivel_1 > li {
    border-top: 6px solid transparent;
    margin-left: 0;
    margin-top: -6px;
    float: left;
}

    .nav.navbar-nav.nivel_1 > li:active {
        outline: none;
    }

    .nav.navbar-nav.nivel_1 > li > a, .navbar-wrapper .nav > li > a:hover {
        text-decoration: none;
    }

    .nav.navbar-nav.nivel_1 > li:hover {
        background-color: #ffffff;
    }

    .nav.navbar-nav.nivel_1 > li.expo:hover {
        background-color: transparent;
    }


body.body-general .nav.navbar-nav.nivel_1 > li.expo {
    border-top: 6px solid #202020;
    background-color: transparent;
}

body.body-hoteles .nav.navbar-nav.nivel_1 > li.urbanos {
    border-top: 6px solid #007FC1;
    background: rgb(233,233,233); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 96%, rgba(230,230,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(233,233,233,1)), color-stop(3%,rgba(255,255,255,1)), color-stop(96%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-8 */
}

body.body-resorts .nav.navbar-nav.nivel_1 > li.resorts {
    border-top: 6px solid #E5A62A;
    background: rgb(233,233,233); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 96%, rgba(230,230,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(233,233,233,1)), color-stop(3%,rgba(255,255,255,1)), color-stop(96%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-8 */
}

body.body-hoteles .nav.navbar-nav.nivel_1 > li.urbanos > a span {
    color: #007FC1;
}

/*este color tmb es el activo*/
body.body-resorts .nav.navbar-nav.nivel_1 > li.resorts > a span {
    color: #E5A62A;
}

/*este color tmb es el activo*/
.nav.navbar-nav.nivel_1 > li.expo:hover, .nav.navbar-nav.nivel_1 > li.expo.open {
    border-top: 6px solid #202020;
}

.nav.navbar-nav.nivel_1 > li.urbanos:hover, .nav.navbar-nav.nivel_1 > li.urbanos.open {
    border-top: 6px solid #007FC1;
    background: rgb(233,233,233); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 96%, rgba(230,230,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(233,233,233,1)), color-stop(3%,rgba(255,255,255,1)), color-stop(96%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-8 */
}

.nav.navbar-nav.nivel_1 > li.resorts:hover, .nav.navbar-nav.nivel_1 > li.resorts.open {
    border-top: 6px solid #E5A62A;
    background: rgb(233,233,233); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 96%, rgba(230,230,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(233,233,233,1)), color-stop(3%,rgba(255,255,255,1)), color-stop(96%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,1) 96%,rgba(230,230,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-8 */
}

.nav.navbar-nav.nivel_1 > li.urbanos.open > a span {
    color: #007FC1;
}
/*este color tmb es el activo*/
.nav.navbar-nav.nivel_1 > li.resorts.open > a span {
    color: #E5A62A;
}
/*este color tmb es el activo*/






.nav.navbar-nav.nivel_1 > li p {
    width: 100%;
}

    .nav.navbar-nav.nivel_1 > li p.ico {
        margin-bottom: 5px;
    }


/*altura 32px*/
.nav.navbar-nav.nivel_1 > li.urbanos:hover > a span {
    color: #007FC1;
}
/*este color tmb es el activo*/
.nav.navbar-nav.nivel_1 > li.resorts:hover > a span {
    color: #E5A62A;
}
/*este color tmb es el activo*/
.nav.navbar-nav.nivel_1 > li > a p {
    color: #404040;
    font-size: 12px;
    /*font-weight: bold;*/
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    /*font-style: normal;*/
    font-family: 'HelveticaNeueETW01-75Bd';
}

    .nav.navbar-nav.nivel_1 > li > a p.texto_peq {
        color: #808080;
        font-size: 12px;
        /*font-style: italic;*/
        text-align: center;
        line-height: 14px;
        text-transform: inherit;
        font-family: 'HelveticaNeueETW01-56It';
    }

.navbar-collapse {
    position: absolute;
    width: 100%;
    z-index: 1; /* 99   9999*/
}

.modal-backdrop.fade.in {
    z-index: 3; /**/
}


.modal.fade.in .modal-dialog {
    z-index: 39; /**/
}

.modal.fade.in .modal-content {
    z-index: 59; /**/
}


/* codigo css de navegacion pasado a styles.css */
/* menu superior nivel 2 */
/*.navbar.nivel_2 .nav.navbar-nav > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .navbar.nivel_2 .nav.navbar-nav > li a {
        color: #f8f8f8;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 -1px rgba(32, 32, 32, 0.3), 0 1px rgba(248, 248, 248, 0.15);
        padding: 13px 20px;
        font-family: 'HelveticaNeueETW01-65Md';
    }

* .navbar.nivel_2 .nav.navbar-nav > .active,
* .navbar.nivel_2 .nav.navbar-nav > .active:hover,
* .navbar.nivel_2 .nav.navbar-nav > .active:focus {
    color: #f8f8f8;
    -moz-box-shadow: 0px 0px 10px #606060 inset;
    -webkit-box-shadow: 0px 0px 10px #606060 inset;
    box-shadow: 0px 0px 10px #606060 inset;
}

    * .navbar.nivel_2 .nav.navbar-nav > .active a,
    * .navbar.nivel_2 .nav.navbar-nav > .active:hover a,
    * .navbar.nivel_2 .nav.navbar-nav > .active:focus a {
        color: #f8f8f8;
        background-color: transparent;
    }

* .navbar.nivel_2 .nav.navbar-nav {
    background-color: #404040;
    border-bottom: 3px solid #202020;
    width: 100%;
    margin-top: -1px;
}*/

/** .navbar.nivel_2 .nav.navbar-nav > li {
        background-color: #404040;

        float: left;
        margin-left: 0;
    }

.navbar.nivel_2 .nav.navbar-nav > li.open ul {
    position: absolute;
}

.body-general .navbar.nivel_2 .nav.navbar-nav > li span.caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

.body-hoteles .navbar.nivel_2 .nav.navbar-nav > li span.caret {
    border-bottom-color: #428BCA;
    border-top-color: #428BCA;
}

.body-resorts .navbar.nivel_2 .nav.navbar-nav > li span.caret {
    border-bottom-color: #E5A62A;
    border-top-color: #E5A62A;
}


* .navbar.nivel_2 .nav.navbar-nav > li > a,
* .navbar.nivel_2 .nav.navbar-nav > li > a:hover,
* .navbar.nivel_2 .nav.navbar-nav > li > a:focus {
    background-color: transparent;
}

* .navbar.nivel_2 .nav.navbar-nav > li:hover {
    background-color: #606060;
}

* .navbar.nivel_2 .nav.navbar-nav > li:active {
    background-color: #202020;
}*/

/*body.body-general .navbar.nivel_2 .nav.navbar-nav > .active,
body.body-general .navbar.nivel_2 .nav.navbar-nav .dropdown-menu li.active {
    background-color: #771E66;
}

body.body-hoteles .navbar.nivel_2 .nav.navbar-nav > .active {
    background-color: #007FC1;
    border-bottom: 3px solid #004D75;
}

body.body-resorts .navbar.nivel_2 .nav.navbar-nav > .active {
    background-color: #E5A62A;
    border-bottom: 3px solid #A97B1F;
}

.navbar-wrapper .nav .nivel_2 li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    min-height: 20px;
    border-bottom: 3px solid #202020;
}*/



/*body.body-general .navbar-wrapper .nav.nivel_2 li.active {
    border-bottom: 3px solid #4E1444;
}

body.body-hoteles .navbar-wrapper .nav.nivel_2 li.active {
    border-bottom: 3px solid #004D75;
}

body.body-resorts .navbar-wrapper .nav.nivel_2 li.active {
    border-bottom: 3px solid #A97B1F;
}

.navbar-wrapper .nav .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-wrapper .nav .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

* .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu {
    background-color: #404040;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 1px;
}

    * .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li {
        background-color: #808080
        height: 40px;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        * .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li:hover {
            background-color: #606060;
        }

        * .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li:active {
            background-color: #202020;
        }

        * .navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li > a {
            display: block;
            padding: 10px 20px;
            font-size: 13px;
            color: #f8f8f8;
            text-transform: none;
            text-align: left;
            font-weight: normal;
            line-height: 15px;
            white-space: nowrap;
        }

.navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li > a,
.navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li > a:hover,
.navbar.nivel_2 .nav.navbar-nav .dropdown .dropdown-menu li > a:focus {
    color: #f8f8f8;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.navbar-wrapper .nav .open > .dropdown-menu {
    display: block;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.navbar-wrapper .nav .open > a {
    outline: 0;
}

.navbar-wrapper .nav .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.navbar-wrapper .nav .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.navbar-wrapper .nav .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

body.body-general .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #771E66;
    border-top-color: #771E66;
}

body.body-hoteles .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #007FC1;
    border-top-color: #007FC1;
}

body.body-resorts .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #E5A62A;
    border-top-color: #E5A62A;
}


.navbar.navbar-default.nivel_2 {
    margin-top: 1px;
}

.navbar-wrapper .nav .dropup .caret,
.navbar-wrapper .nav .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.navbar-wrapper .nav .dropup .dropdown-menu,
.navbar-wrapper .nav .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}



.flecha_menu {
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    position: absolute;
    left: 47%;
    bottom: -1px;
    width: 0;
    z-index: 1000;
    display: none;
}

body.body-hoteles li.urbanos .flecha_menu {
    display: block;
    border-bottom-color: #007FC1;
}

body.body-resorts li.resorts .flecha_menu {
    display: block;
    border-bottom-color: #E5A62A;
}*/

/*version movil*/
.nivel_2 .navbar-toggle {
    display: none;
}

.nivel_2 .collapse {
    display: block;
}

.nivel_2 .dropdown.open ul {
    display: block;
}



/************************************************************************************************************************/
/********************************************* end CABECERA *************************************************************/
/************************************************************************************************************************/



















/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* end SLIDER HOME ***********************************************************/
/************************************************************************************************************************/







/************************************************************************************************************************/
/************************************************************************************************************************/
/*contenidos RESERVAR AHORA  ******************************************************************************************/


.general .reservar_ahora_container .caption.header {
    border-top: 3px solid #771E66;
}

.body-resorts .reservar_ahora_container .caption.header {
    border-top: 3px solid #E5A62A;
}

.body-hoteles .reservar_ahora_container .caption.header {
    border-top: 3px solid #007FC1;
}

.reservar_ahora_container .caption.header .reservar_ahora_title {
    background: rgb(224,224,224); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 84%, rgba(203,203,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(84%,rgba(224,224,224,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(224,224,224,1) 84%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(224,224,224,1) 84%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(224,224,224,1) 84%,rgba(203,203,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(224,224,224,1) 84%,rgba(203,203,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-8 */
}



.reservar_titulo {
    font-size: 12px;
    color: #404040;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    font-family: 'HelveticaNeueETW01-75Bd';
    display: inline-block;
    width: 100%;
}

    .reservar_titulo span {
        color: #771E66;
    }

.general .reservar_ahora_container .reservar_titulo span {
    color: #771E66;
}

.body-resorts .reservar_ahora_container .reservar_titulo span {
    color: #E5A62A;
}

.body-hoteles .reservar_ahora_container .reservar_titulo span {
    color: #007FC1;
}
/*estilos para quitar estilos de version movil*/
.reservar_ahora_container .caption.header .icon-arrow-right {
    display: none;
}
/*
    #dv-home-reservation-form.in,
    #dv-home-reservation-form.collapse,
    #dv-home-reservation-form.collapsing {
        display: inline-block;
        height: 354px !important;
    }
*/
/*end contenidos RESERVAR AHORA  ******************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/






/************************************************************************************************************************/
/********************************************* contenidos HOTELES GENERAL ***********************************************/
/************************************************************************************************************************/
.nuestros_hoteles h5 {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 5px;
    padding-top: 20px;
}

.container.nuestros_hoteles {
    margin-bottom: 21px;
}

.nuestros_hoteles .caja_hoteles {
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
    margin-bottom: 21px;
}

    .nuestros_hoteles .caja_hoteles a:hover {
        text-decoration: none;
    }

    .nuestros_hoteles .caja_hoteles .h_contenido {
        background: #C0C0C0;
        position: relative;
    }

.nuestros_hoteles.resorts.paginicio .caja_hoteles .h_contenido {
    border-top: 3px solid #202020;
}

.nuestros_hoteles .h_titulo {
    background: rgb(48,48,48); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 78%, rgba(43,43,43,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,1)), color-stop(78%,rgba(48,48,48,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(48,48,48,1) 78%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(48,48,48,1) 78%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(48,48,48,1) 78%,rgba(43,43,43,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(48,48,48,1) 0%,rgba(48,48,48,1) 78%,rgba(43,43,43,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-8 */
}

    .nuestros_hoteles .h_titulo h6 {
        /*height: 24px;*/
        color: #FFFFFF;
        /*font-size: 13px;*/
        /*font-weight: bold;*/
        /*line-height: 13px;*/
        /*text-transform: uppercase;*/
        text-align: center;
        padding: 5px;
        margin: 0;
    }


/*.nuestros_hoteles .caja_hoteles.resort .h_titulo h6 {
  padding: 8px;
}*/


.nuestros_hoteles .caja_hoteles .imagen {
    overflow: hidden;
}

.nuestros_hoteles .h_contenido .h_uno {
    position: absolute;
    z-index: 1;
    height: 36px;
    width: 36px;
}







.nuestros_hoteles .caja_hoteles .h_descripcion a .h_estrellas {
    display: inline;
    float: right;
    margin-right: 16px;
    padding: 6px 0 0;
    vertical-align: top;
    width: auto;
}


.nuestros_hoteles .caja_hoteles.resort .h_descripcion a.mlist .h_estrellas {
    margin-right: 0;
}

.caja_hoteles .h_descripcion {
    display: block;
    overflow: hidden;
    width: 100%;
}

body.body-general .nuestros_hoteles .caja_hoteles .h_contenido .imagen,
body.body-general .caja_hoteles.resort .imagen {
    overflow: hidden;
    height: 221px;
    position: relative;
}

    body.body-general .nuestros_hoteles .span3 .caja_hoteles .h_contenido .imagen img,
    body.body-general .caja_hoteles.resort .imagen img {
        /*width: 100%;*/
        /*min-height: 221px;*/
        left: 0;
        top: 0;
        position: absolute;
    }


body.body-hoteles .nuestros_hoteles .caja_hoteles .h_contenido .imagen {
    overflow: hidden;
    height: 221px;
}

    body.body-hoteles .nuestros_hoteles .caja_hoteles .h_contenido .imagen img {
        /* width: 100%;
    min-height: 237px;
    height: auto;*/
    }

body.body-resorts .nuestros_hoteles .caja_hoteles .h_contenido .imagen {
    overflow: hidden;
    height: 221px;
}

body.body-resorts .nuestros_hoteles .span4 .caja_hoteles .h_contenido .imagen img {
    /*width: 100%;
    min-height: 173px;
    height: auto;*/
}
/*298px*/

/* SLIDER IMAGENES EN PROMO RESORT */
.caja_hoteles .slider-imagenes {
    height: 318px;
    overflow: hidden;
}


body.body-resorts .nuestros_hoteles .carrosel_resort .h_contenido .imagen {
    overflow: hidden;
    height: 317px;
}

    body.body-resorts .nuestros_hoteles .carrosel_resort .h_contenido .imagen img {
        width: 100%;
        min-height: 317px;
        height: auto;
    }


#general_home_page .nuestros_hoteles .span6 .caja_hoteles .h_contenido .imagen img {
    /* width: 458px;
    height: 221px;*/
}

#general_urbano_page .nuestros_hoteles .span6 .caja_hoteles .h_contenido .imagen img {
    /* width: 458px;
    height: 237px;*/
}

.nuestros_hoteles .caja_hoteles .h_estrellas {
    margin-top: 8px;
}


.nuestros_hoteles .caja_hoteles a h4 {
    /*color: #404040;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;*/
    margin: 0;
    padding: 15px 0 0 0px;
}

.nuestros_hoteles .caja_hoteles .mlist h4 {
    padding-top: 10px;
}

.nuestros_hoteles .caja_hoteles .mleft h4 {
    padding-left: 20px;
}

.nuestros_hoteles .caja_hoteles .h_faltan {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(204,204,204, 0.9);
    height: 32px;
    background: #303030;
    color: #FFFFFF;
    padding: 0;
    text-align: right;
}

    .nuestros_hoteles .caja_hoteles .h_faltan .icon-late-check-out {
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        right: 10px;
        top: 4px;
    }

    .nuestros_hoteles .caja_hoteles .h_faltan span {
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        line-height: 25px;
        margin-right: 15px;
    }
/************************************************************************************************************************/
/********************************************* end  contenidos HOTELES GENERAL ******************************************/
/************************************************************************************************************************/
























/************************************************************************************************************************/
/*********************************************  contenidos HOTELES RESORTS **********************************************/
/************************************************************************************************************************/
.nuestros_hoteles.resorts .caja_hoteles h3,
.nuestros_hoteles.urbano .caja_hoteles h3 {
    color: #FFF;
    margin-top: 5px;
}

.nuestros_hoteles.resorts .caja_hoteles .h_subtitulo,
.nuestros_hoteles.urbano .caja_hoteles .h_subtitulo {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMC43NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(64,64,64,1) 0%, rgba(64,64,64,1) 81%, rgba(58,58,58,1) 99%, rgba(58,58,58,0.77) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,1)), color-stop(81%,rgba(64,64,64,1)), color-stop(99%,rgba(58,58,58,1)), color-stop(100%,rgba(58,58,58,0.77))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 81%,rgba(58,58,58,1) 99%,rgba(58,58,58,0.77) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 81%,rgba(58,58,58,1) 99%,rgba(58,58,58,0.77) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 81%,rgba(58,58,58,1) 99%,rgba(58,58,58,0.77) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(64,64,64,1) 0%,rgba(64,64,64,1) 81%,rgba(58,58,58,1) 99%,rgba(58,58,58,0.77) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#c43a3a3a',GradientType=0 ); /* IE6-8 */
    min-height: 40px;
    padding: 4px 20px 3px;
}

 .nuestros_hoteles.resorts .caja_hoteles .h_subtitulo .h_estrellas,
 .nuestros_hoteles.urbano .caja_hoteles .h_subtitulo .h_estrellas  {
     display: inline-block;
     float: right;
     padding: 0;
     vertical-align: top;
     width: auto;
     margin-top: 6px;
 }


.nuestros_hoteles.resorts.paginicio .h_descripcion .h_estrellas,
.nuestros_hoteles.urbano.paginicio .h_descripcion .h_estrellas {
    float: left;
    width: 100%;
}

.nuestros_hoteles .caja_hoteles .h_descripcion ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .nuestros_hoteles .caja_hoteles .h_descripcion ul li {
        list-style-type: none;
        border-top: none;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        min-height: 48px;
    }

        .nuestros_hoteles .caja_hoteles .h_descripcion ul li + li {
            border-top: 1px solid #E0E0E0;
        }

        .nuestros_hoteles .caja_hoteles .h_descripcion ul li a {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .nuestros_hoteles .caja_hoteles .h_descripcion ul li a .resort_list {
                display: inline-block;
                float: left;
                /*max-width: 350px;*/
                padding: 5px 5px 5px 0;
            }

            .nuestros_hoteles .caja_hoteles .h_descripcion ul li a .h_estrellas {
                /*/width: 40%;*/
                text-align: right;
                padding-top: 6px;
            }

        .nuestros_hoteles .caja_hoteles .h_descripcion ul li .resort_list h4 {
            float: left;
        }

        .nuestros_hoteles .caja_hoteles .h_descripcion ul li .resort_list span.icon-go {
            float: left;
            color: #C0C0C0;
            font-size: 20px;
            margin-right: 16px;
            margin-top: 8px;
            margin-left: 1px;
        }

.nuestros_hoteles .reservacon {
    bottom: 35px;
    position: absolute;
    right: -6px;
}
/*posicion reserva con */
.nuestros_hoteles .caja_hoteles h4 a:hover {
    color: #007FC1;
    text-decoration: none;
}
/*hoteles colores*/
/**URBANOS**/
.nuestros_hoteles .urbano.caja_hoteles a:hover h4 {
    color: #007FC1;
}

.nuestros_hoteles .caja_hoteles.urbano .h_titulo {
    border-top: 3px solid #007FC1;
}


.nuestros_hoteles .caja_hoteles.urbano .h_contenido .h_uno {
    background: url(/img/iconos/hoteles_urbanos.png) no-repeat top left transparent;
}
/**RESORTS**/

.row.hoteles.resort, .row.hoteles.urbano {
    margin-top: 13px;
}

.contenedor_hoteles > .caja_hoteles {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
}

.nuestros_hoteles .caja_hoteles .h_descripcion ul li a:hover .resort_list span.icon-go,
.nuestros_hoteles .caja_hoteles .h_descripcion ul li a:hover h4 {
    color: #E5A62A;
}

.nuestros_hoteles .caja_hoteles.resort .h_titulo {
    border-top: 3px solid #E5A62A;
}



.nuestros_hoteles .caja_hoteles.resort .h_contenido .h_uno {
    background: url( /img/iconos/resorts.png) no-repeat top left transparent;
}

.nuestros_hoteles .caja_hoteles.resort h4 a:hover {
    color: #E5A62A;
}

.nuestros_hoteles.general .span3 {
    margin-right: 3px;
}

.container.nuestros_hoteles.resorts.paginicio .span4,
.container.nuestros_hoteles.urbano.paginicio .span4 {
    width: 303px;
}

.container.nuestros_hoteles.resorts.paginicio .carrosel_resort .responsive-slider,
.container.nuestros_hoteles.urbano.paginicio .carrosel_resort .responsive-slider {
    height: auto;
}

    .container.nuestros_hoteles.resorts.paginicio .carrosel_resort .responsive-slider .slides ul li {
        width: 100%;
    }

.container.nuestros_hoteles.resorts.paginicio .carrosel_resort .h_descripcion {
    background: #404040;
    height: 64px;
}

    .container.nuestros_hoteles.resorts.paginicio .carrosel_resort .h_descripcion h4 {
        color: #FFF;
        width: 50%;
        float: left;
        padding-top: 25px;
    }

.container.nuestros_hoteles.resorts.paginicio .carrosel_resort .h_estrellas {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
}

.container.nuestros_hoteles.resorts.paginicio .carrosel_resort .slider-control {
    background: transparent;
}

.container.nuestros_hoteles.resorts.paginicio .carrosel_resort .caja_hoteles {
    margin-bottom: 13px;
    border: none;
}

.container.nuestros_hoteles.resorts.paginicio .carrosel_resort .pages.pages_butllets {
    display: none;
}

/************************************************************************************************************************/
/*********************************************  end contenidos HOTELES RESORTS ******************************************/
/************************************************************************************************************************/












/************************************************************************************************************************/
/*contenido DESTACADOS **************************************************************************************************/
/************************************************************************************************************************/
.contenidos_destacados .caja {
    width: 180px;
    height: 188px;
    margin-bottom: 88px;
    margin-top: 48px;
}

    .contenidos_destacados .caja .content {
        height: 62px;
        border-bottom: 3px solid #771E66;
        background: #FFF;
        margin-left: 10px;
        width: 180px;
        box-shadow: -1px -3px 9px #808080;
        -webkit-box-shadow: -1px -3px 9px #808080;
        -moz-box-shadow: -1px -3px 9px #808080;
    }

        .contenidos_destacados .caja .content p {
            text-align: center;
            margin: 0 20px;
            padding-top: 12px;
            height: 60px;
            /*font-weight: bold;*/
            font-family: 'HelveticaNeueETW01-75Bd';
        }

        .contenidos_destacados .caja .content a {
            color: #404040;
            /*font-weight: bold;*/
            font-family: 'HelveticaNeueETW01-75Bd';
            text-decoration: none;
        }

    .contenidos_destacados .caja:hover .content a {
        color: #771E66;
    }

    .contenidos_destacados .caja:hover .content {
        background: #F0F0F0;
    }

    .contenidos_destacados .caja .image {
        height: 136px;
    }

        .contenidos_destacados .caja .image img {
            box-shadow: 0px 0px 10px #606060;
            -webkit-box-shadow: 0px 0px 10px #606060;
            -moz-box-shadow: 0px 0px 10px #606060;
            border: 1px solid #C0C0C0;
            background: #FFF;
            padding: 4px;
            width: 200px;
            height: 136px;
            position: absolute;
        }

    .contenidos_destacados .caja:hover .image a img {
        box-shadow: 0px 0px 8px #202020;
        -webkit-box-shadow: 0px 0px 8px #202020;
        -moz-box-shadow: 0px 0px 8px #202020;
        background: #F0F0F0;
        border: 1px solid #F0F0F0;
    }

    .contenidos_destacados .caja .image img.image_uno {
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    .contenidos_destacados .caja .image img.image_dos {
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

.container.contenidos_destacados .destacadobox .content p.ico_flecha {
    display: none;
}
/*************************************************************************************************************************/
/*end  contenido DESTACADOS *********************************************************************************************/
/*************************************************************************************************************************/









/************************************************************************************************************************/




/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* end HOME  ****************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/























































/***********************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* LISTA DE RESULTADOS ******************************************************/
/************************************************************************************************************************/
#mapa_resultados {
    height: 152px;
    width: 100%;
    overflow: hidden;
    border-bottom: 4px solid #020202;
    position: relative;
}

    #mapa_resultados .header.degradado_2 {
        height: 10px;
        left: 0;
        margin-top: -14px;
        position: relative;
        bottom: 0;
        width: 100%;
        z-index: 10000;
    }

.boton_mostrar_resultados {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .boton_mostrar_resultados .boton {
        border-bottom: none;
        width: 240px;
    }

.container.resumen_busqueda .span12 {
    background: #404040;
    /*border-top: 1px solid #202020;*/
    /*border-bottom: 3px solid #202020;*/
    border-bottom: 3px solid #202020;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 90px; /*80px*/
}

.container.resumen_busqueda #bookingSearchForm {
    font-size: 0;
}

.container.resumen_busqueda #bookingSearchForm > div {
    display: inline-block;
    vertical-align: top;
}

.container.resumen_busqueda .donde {
    /*width: 240px;*/
    padding: 0 20px 0 20px;
    border-right: 1px solid #202020;
    height: 67px; /*60px*/
}

.container.resumen_busqueda .cuando {
    /*width: 140px;*/
    padding: 0 20px 0 20px;
}

.container.resumen_busqueda .cuandodos {
    /*width: 120px;*/
    margin: 0 20px;

}

.container.resumen_busqueda .como {
    /*width: 260px;*/
    padding: 0 40px 0 25px; /*0 20px*/
    border-right: 1px solid #202020;
    border-left: 1px solid #202020;
    height: 67px;
}

.container.resumen_busqueda .buscar {
    /*width: 140px;*/
    padding: 0 19px;
}


    .container.resumen_busqueda .buscar #caja a {
        width: 100%;
    }

.container.resumen_busqueda .row {
    height: 64px;
}

.container.resumen_busqueda .span3,
.container.resumen_busqueda .spancuandodos {
    border-right: 1px solid #202020;
    height: 60px;
}

    .container.resumen_busqueda .span3 .lineaizq {
        height: 60px;
        border-right: 1px solid #202020;
    }

    .container.resumen_busqueda .span3.sinlineaizq {
        border-right: none;
        height: auto;
    }



.cuando .titulobloque {
    margin-bottom: 16px;
    font-size: 12px;
}

.cuando .form-group input.form-control {
    font-size: 13px;
}

.como .como_list {
    margin-left: 0;
}

.como .titulobloque {
    margin-bottom: 0;
}

.como .como_list label {
    clear: left;
    width: 100%;
}

.como .como_list .btn-group {
    width: 35px;
}

.container.resumen_busqueda button.buscar,
.container.resumen_busqueda button.modificar {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #FFF;
    padding: 3px 0px;
    width: 100px;
}

.container.resumen_busqueda button.buscar { /************* color boton**********/
    background: #007FC1;
    border-bottom: 3px solid #004D75; /*#A97B1F es marrón*/
    height: 33px;
}

.container.resumen_busqueda button.modificar { /************* color boton**********/
    background: #771E66;
    border-bottom: 3px solid #4E1444;
    height: 33px;
}

    .container.resumen_busqueda button.buscar:hover,
    .container.resumen_busqueda button.modificar:hover {
        opacity: 0.8;
    }

    .container.resumen_busqueda button.buscar:active,
    .container.resumen_busqueda button.modificar:active {
        opacity: 1;
    }

.container.resumen_busqueda .btn-group.btncomo,
.container.resumen_busqueda .btn-group.btndonde {
    width: 200px;
    background: #303030;
    border: 1px solid #808080; /*no se ve este color  #202020*/
}

.container.resumen_busqueda .btn-group.btncuando {
    width: 120px;
    background: #303030;
    border: 1px solid #808080; /*no se ve este color  #202020*/
}




.container .cuando .form-control,
.container .cuandodos .form-control {
    font-size: 11px;
    margin-bottom: 0;
    /*width: 84px !important;*/
}

.container.resumen_busqueda .cuando .form-horizontal {
    font-size: 0;
}

.container.resumen_busqueda .cuando fieldset {
    float: none;
    display: inline-block;
    margin: 0;
    width: 120px; /*120px*/
}

.container.resumen_busqueda .cuando fieldset + fieldset {
    margin-left: 20px;
}

    .container.resumen_busqueda .cuando fieldset input {
    }

.container.resumen_busqueda .btn-group.btncuando .dropdown-menu,
.container.resumen_busqueda .btn-group.btncomo .dropdown-menu,
.container.resumen_busqueda .btn-group.btndonde .dropdown-menu,
.container.resumen_busqueda .btn-group.btncomo .dropdown-menu a,
.container.resumen_busqueda .btn-group.btndonde .dropdown-menu a {
    width: 100%;
}

.container.resumen_busqueda .btn-group.btncuando span:first-child,
.container.resumen_busqueda .btn-group.btndonde span:first-child,
.container.resumen_busqueda .btn-group.btncomo span:first-child {
    float: left;
}

.container.resumen_busqueda .btn-group.btncuando span:last-child,
.container.resumen_busqueda .btn-group.btndonde span:last-child,
.container.resumen_busqueda .btn-group.btncomo span:last-child {
    float: right;
    margin-top: 4px;
    margin-right: 5%;
}

.container.resumen_busqueda .btn-group.btndonde ul,
.container.resumen_busqueda .btn-group.btncomo ul {
    border: 1px solid #808080;
    border-radius: 0;
    margin-top: 0;
}

.container.resumen_busqueda .btn-group.btndonde li,
.container.resumen_busqueda .btn-group.btncomo li {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-indent: 5px;
}

.container.resumen_busqueda .btn-group.btncuando .dropdown-menu {
    width: 120px;
}

    .container.resumen_busqueda .btn-group.btncuando .dropdown-menu li {
        list-style: none outside none;
        clear: both;
    }

.container.resumen_busqueda .btn-group.btncuando a,
.container.resumen_busqueda .btn-group.btndonde a,
.container.resumen_busqueda .btn-group.btncomo a {
    color: #808080;
    padding: 3px 10px 4px 3px;
    width: 100%;
}

.container .comobox .comotxt {
    background: #303030;
    border: 1px solid #808080;
    width: 210px;
    border-radius: 0;
    margin-top: 0;
    padding-top: 5px;
    height: 26px;
}

    .container .comobox .comotxt a {
        color: #808080;
        padding: 0;
        width: 100%;
        position: relative;
        display: block;
        padding-right: 20px;
        padding-top: 2px;
    }

    .container .comobox .comotxt a span {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 49%;
        line-height: 16px;
    }

    .container .comobox .comotxt a span + span {
        border-left: 1px solid #808080;
        padding-left: 8px;
        margin-left: 2px;
    }

        .container .comobox .comotxt a span.icon-down {
            position: absolute;
            top: 4px;
            right: 0px;
            width: auto;
            border: 0;
            padding: 0;
            margin: 0;
        }

.container .comobox .comodatos {
    background: #FFF;
    box-shadow: 1px 5px 3px #C0C0C0; /*0px 0px 2px #202020;*/
    padding: 0; /*24px 20px*/
}

#como {
    border: 0;
    height: initial;
    width: 100%;
}

.container .comobox .triangulo {
    width: 20px;
    height: 0px;
    border-left: 15px solid transparent; /* left arrow slant */
    border-right: 15px solid transparent; /* right arrow slant */
    border-bottom: 15px solid #FFF; /* bottom, add background color here */
    position: absolute;
    left: 45%;
    top: 0;
}

.container .comobox .comodatos .btncerrar a {
    color: #606060;
    font-size: 8px;
    display: block;
    height: 8px;
}

/*.container .comobox .comodatos .habitacion {
    margin-bottom: 16px;
}*/

    .container .comobox .comodatos .habitacion .habitacionnumero {
        margin-top: 0px;
        color: #404040;
        font-size: 12px;
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        margin-bottom: 14px;
        text-transform: uppercase;
    }

    .reservation-form-how .btncerrar {
        text-align: right;
        border-top: 1px solid #c0c0c0;
        padding-top: 7px;
        height: 18px;
    }

/* COMO DESPLEGABLE */

.comodatos .habitacion .como_list {
    float: none;
    display: inline-block;
    width: 80px;
}

.comodatos .habitacion .como_list + .como_list {
    margin-left: 20px;
    margin-bottom: 0;
}

.comodatos .habitacion .como_list .como_titulo {
    margin-bottom: 4px;
}

.comodatos .habitacion .como_list .btn-group {
    margin: 0;
    width: 100%;
}

.comodatos .habitacion .como_list .btn-group .dropdown-toggle {
    width: 100%;
}


.como .comobox .comodatos .habitacion .como_list .btn-group button.btn-default {
    background-color: #e0e0e0;
    border: 0;
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
}

.como .comobox .comodatos .habitacion .como_list .list_desplegable.open button.btn-default {
    background-color: #f8f8f8;
    color: #808080;
}

.como .comobox .comodatos .habitacion .como_list .list_desplegable.open ul.buscador_ul {
    background-color: #f8f8f8;
}

.como .comobox .comodatos .habitacion .como_list .list_desplegable.open ul.buscador_ul a {
    color: #808080;
}

.como .comobox .comodatos .habitacion .como_list .list_desplegable.open ul.buscador_ul li:hover a {
    background-color: #e0e0e0;
    color: #606060;
}

/* FIN COMO DESPLEGABLE */

.container .comobox .comodatos .anadirhabitacion {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding-top: 7px;
    padding-bottom: 5px;
    margin: 5px 20px

}

    .container .comobox .comodatos .anadirhabitacion a {
        color: #771E66;
        font-size: 12px;
    }

   .container .comobox .comodatos .anadirhabitacion a .icon-add {
  font-size: 14px;
  margin-right: 10px;
}

    .habitacion .habitacion_opciones,  {
        font-size: 0;
    }

.container .comobox .comodatos .habitacion .habitacion_opciones_adultos,
.container .comobox .comodatos .habitacion .habitacion_opciones_ninos {
    width: 80px;
    display: inline-block;
}

.container .comobox .comodatos .habitacion .habitacion_opciones_ninos {
    margin-left: 20px;
}

    .container .comobox .comodatos .habitacion .habitacion_opciones_adultos select,
    .container .comobox .comodatos .habitacion .habitacion_opciones_ninos select {
        width: 100%;
        background: #c0c0c0;
        color: #606060;
    }

        .container .comobox .comodatos .habitacion .habitacion_opciones_adultos select option,
        .container .comobox .comodatos .habitacion .habitacion_opciones_ninos select option {
            color: #606060;
        }

    .container .comobox .comodatos .habitacion .habitacion_opciones_adultos p,
    .container .comobox .comodatos .habitacion .habitacion_opciones_ninos p {
        font-size: 13px;
        color: #606060;
        margin-bottom: 6px;
    }

        .container .comobox .comodatos .habitacion .habitacion_opciones_adultos p a,
        .container .comobox .comodatos .habitacion .habitacion_opciones_ninos p a {
            color: #C0C0C0;
            text-decoration: none;
        }

.container.resumen_busqueda .botoncalendario {
    border: 1px solid #808080;
    border-radius: 0;
    margin-top: 0;
    width: 120px;
    background: #303030;
    height: 30px;
}

    .container.resumen_busqueda .botoncalendario input.form-control {
        padding: 0 0 0 3px;
        background: none;
        border: none;
        color: #808080;
        font-size: 14px;
        height: 30px;
    }

    .container.resumen_busqueda .botoncalendario span {
        float: right;
        padding: 3px 6px 0 0;
        background: none;
        border: none;
        font-size: 14px;
        color: #808080;
    }

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    background-color: #FFF;
    box-shadow: 0px 0px 2px #202020;
}

    .datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu td {
        background: #C0C0C0;
        text-align: center;
        color: #FFF;
        font-size: 13px;
        width: 35px;
    }

    .datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu table {
        border-collapse: separate;
        border-spacing: 1px;
    }

    .datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu td:hover {
        background: #303030;
    }

.container.resumen_busqueda .lugar {
    font-size: 13px;
    color: #C0C0C0;
    line-height: 13px;
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
    width: 200px;
}

    .container.resumen_busqueda .lugar span {
        float: left;
        margin-right: 5px;
    }

    .container.resumen_busqueda .lugar ul.donde_list {
        margin-left: 0;
    }

        .container.resumen_busqueda .lugar ul.donde_list .btn-default {
            /*width:100%;200px*/
            width: 202px;
        }

            .container.resumen_busqueda .lugar ul.donde_list .btn-default .texto_select {
                margin-right: 0;
            }

.container.resumen_busqueda .hotel {
    margin-left: 20px;
    font-size: 12px;
}


/*donde*/
.donde .titulobloque {
    margin-bottom: 16px;
}

.donde .destino {
    text-transform: uppercase;
}

.donde .form-control {
    height: 31px;
}

.container.resumen_busqueda .donde .hotel {
    font-family: 'HelveticaNeueETW01-55Rg';
    margin-left: 16px;
}

.resumen_busqueda .titulobloque {
    margin-bottom: 16px;
}

/*normal*/
.container.resumen_busqueda .cuando .form-group input.form-control,
.container.resumen_busqueda .como .como_list .list_desplegable button.btn-default,
.container.resumen_busqueda .donde ul.donde_list li.list_desplegable button.btn-default {
    background-color: #303030;
    color: #808080;
    border-color: #202020 transparent transparent #202020;
    border-style: solid;
    border-width: 1px;
}

.container.resumen_busqueda .cuando .form-group {

    margin: 0;
    position: relative;
}

    .container.resumen_busqueda .cuando .form-group input.form-control {
        width: 100%;
    }
        /*open*/
        .container.resumen_busqueda .cuando .form-group input.form-control:focus,
        .container.resumen_busqueda .como .como_list .list_desplegable.open button.btn-default,
        .container.resumen_busqueda .donde ul.donde_list li.list_desplegable.open button.btn-default {
            background-color: #303030;
            color: #C0C0C0;
            border: 1px solid #808080;
            box-shadow: 0 0 2px #202020; /*p.29*/
        }

.container.resumen_busqueda .como .como_list .list_desplegable.open ul.buscador_ul,
.container.resumen_busqueda .donde ul.donde_list li.list_desplegable.open ul.buscador_ul {
    background-color: #303030;
    color: #C0C0C0;
    border: 1px solid #808080;
    box-shadow: 0 0 2px #202020; /*p.29*/
    margin-top: -1px; /*montse: para que no se vea tanta linea en el button*/
    min-width: 75px;
}

.container.resumen_busqueda .donde ul.donde_list li.list_desplegable.open ul.buscador_ul {
    width: 255px;
}

    .container.resumen_busqueda .como .como_list .list_desplegable.open ul.buscador_ul li a,
    .container.resumen_busqueda .donde ul.donde_list li.list_desplegable.open ul.buscador_ul li a {
        color: #C0C0C0;
    }
    /*hover*/
    .container.resumen_busqueda .como .como_list .list_desplegable.open ul.buscador_ul li:hover a,
    .container.resumen_busqueda .donde ul.donde_list li.list_desplegable.open ul.buscador_ul li:hover a {
        color: #808080;
        background-color: #404040;
    }





/*hilo_ariadna*/
.hilo_ariadna {
    margin-bottom: 20px;
}

    .hilo_ariadna .span12 {
        margin-top: 10px;
    }

    .hilo_ariadna li,
    .hilo_ariadna a {
        line-height: 16px;
        text-decoration: none;
        padding-right: 5px;
        font-family: 'HelveticaNeueETW01-65Md'; /*montse p.38. no esta bien escrita la tipo pone 55Medium('HelveticaNeueETW01-55Rg' o font-family:'HelveticaNeueETW01-65Md';)*/
    }

    .hilo_ariadna ul {
        margin: 0;
        padding: 0;
    }

    .hilo_ariadna li {
        float: left;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-right: 5px;
    }

        .hilo_ariadna li:after {
            font-family: 'expoicons';
            font-size: 8px;
            content: "\e644";
            color: #C1c1c1;
        }

        .hilo_ariadna li.active:after {
            content: none;
        }

        .hilo_ariadna li.active {
            /*font-weight: bold;*/
            font-family: 'HelveticaNeueETW01-75Bd';
            color: #404040;
        }


        .hilo_ariadna li:first-child a {
            text-decoration: underline;
        }

        .hilo_ariadna li:last-child a {
            /*font-weight: bold;*/
            font-family: 'HelveticaNeueETW01-75Bd';
        }







/****  disponibles****/
.container.disponibles {
    margin-top: 16px;
}

    .container.disponibles .span12 {
        color: #404040;
        font-size: 14px;
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        min-height: 36px;
        height: auto;
        margin-top: 0;
    }
/****ficha_hotel***/
.container.ficha_hotel .span12 {
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 184px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 16px;
    border: 1px solid #E0E0E0;
}

    .container.ficha_hotel .span12.oferta {
        background: none repeat scroll 0 0 #f0f0f0;
        min-height: 40px;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom-width: 0;
        border: none;
    }

/*.container.resumen_busqueda .boton {
    width: 100px;
}*/

.container.resumen_busqueda .buscar .boton_busqueda .boton {
    width: 100px;
}


.container.ficha_hotel .span12.oferta .span6 {
    margin-left: 0;
    margin-top: 6px;
}

    .container.ficha_hotel .span12.oferta .span6 + .span6 {
        margin-left: 5px; /*15px*/
        text-align: right;
        margin-top: 11px;
    }

.container.ficha_hotel .tiempo.parrafo span {
    text-transform: none;
}

.container .columnauno {
    float: left;
    width: 240px;
    padding: 0 20px;
}

.container .columnados {
    float: left;
    width: 530px;
}

.container .columnatres {
    float: right;
    margin-right: 0px; /*6px*/
    position: relative;
}

.h_imagen {
    position: relative;
    width: 200px;
}

    .h_imagen .icono {
        height: 36px;
        position: absolute;
        width: 36px;
        z-index: 2;
        background-repeat: no-repeat;
        background-position: left top;
    }

.search-results .h_imagen .icono {
    z-index: 1;
}

.urbano .h_imagen .icono {
    background-image: url(/img/iconos/hoteles_urbanos.png);
}

.resort .h_imagen .icono {
    background-image: url(/img/iconos/resorts.png);
}


.h_imagen .zoom {
    height: 30px;
    position: absolute;
    width: auto; /*30px*/
    z-index: 0 /*con el valor "2" se mostraba encima del calendario en el proceso de reserva */;
    bottom: 2px;
    right: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    /*opacity: 0.4;*/
}

    .h_imagen .zoom:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .h_imagen .zoom a {
        font-size: 17px;
        border: none;
        color: #202020;
        padding: 6px 7px 0;
        display: block;
        text-decoration: none;
        text-align: center;
    }

    .h_imagen .zoom button {
        border: none;
        padding: 0;
        background-color: transparent;
    }

        .h_imagen .zoom button span {
            font-size: 17px;
            border: none;
            color: #202020;
            padding: 6px 7px 7px;
            display: block;
            text-decoration: none;
            text-align: center;
        }

.h_imagen .h_dos {
    width: 200px;
    border: 2px solid #404040; /* 020202*/
    /*height: 144px;*/
    background: #C0C0C0;
}

    .h_imagen .h_dos .imagen {
    }

        .h_imagen .h_dos .imagen button {
            width: 100%;
            height: 144px; /* 140px*/
            border: none;
            padding: 0;
        }

            .h_imagen .h_dos .imagen button img {
                width: 100%;
                height: 100%;
            }


            .search-results .h_imagen .h_dos .imagen button {
                overflow: hidden;
            }

            .search-results .h_imagen .h_dos .imagen button img {
                width: auto;
                height: 100%;
            }

.urbano .icon-star, .urbano .h_estrellas .icon-star {
    color: #007FC1;
    margin-right: 1px;
}
/*.general .icon-star, .general .h_estrellas .icon-star{color:#771E66}*/
.resort .icon-star, .resort .h_estrellas .icon-star {
    color: #E5A62A;
    margin-right: 1px;
}


.span3 .caja_hoteles .h_descripcion .h_estrellas {
    font-size: 12px;
    float: none;
}

.span6 .caja_hoteles.urbano .h_descripcion .h_estrellas {
    font-size: 12px;
}


h2 .icon-star {
    font-size: 16px;
}

h3 .icon-star {
    font-size: 14px;
}

h4 .icon-star {
    font-size: 12px;
}

.container.ficha_hotel .parrafo_destacado {
    margin-top: 15px /*8px*/;
    margin-bottom: 15px /*8px*/;
}


.search-results .resumen_busqueda{
    font-family:'HelveticaNeueETW01-75Bd';
    font-size: 14px;
    color: #404040;
}

.container.ficha_hotel .h_nombre h5{
    margin-top: 0;
    margin-bottom: 0;
}

.container.ficha_hotel h3 {
    float: left;
    margin-right: 10px;
}

.container.ficha_hotel .h_nombre h3 {
    display: inline-block;
    float: none;
    margin-right: 10px;
}

.container.ficha_hotel .h_nombre .h_estrellas {
  display: inline-block;
}

    .container.ficha_hotel .h_nombre h3 a, .container.ficha_hotel .h_nombre a h3 {
        color: #3A3A3A;
        /*font-family:'HelveticaNeueETW01-75Bd';*/
    }

.container.ficha_hotel h3 .icon-star {
    font-size: 14px;
}

.container.ficha_hotel .parrafo,
.container.ficha_hotel .h_nombre,
.container.ficha_hotel .parrafo_secundario {
    margin-bottom: 6px;
}

.container.ficha_hotel .row.oferta .tiempo {
    text-align: right;
}

    .container.ficha_hotel .row.oferta .tiempo span {
        margin-right: 10px;
        font-size: 16px;
    }

.container .como_titulo div {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
}

.container .question {
    color: #C0C0C0;
    margin-left: 3px;
    font-size: 16px;
}

    .container .question:hover {
        text-decoration: none;
        color: #606060;
    }
/******** GENERAL ****/


.container.ficha_hotel .row.resort.bordertopnone {
    border-top: none;
}

/********RESORT****/
.container.ficha_hotel .row.resort .boton_desde .b_flecha .b_flechauno {
    background: #E5A62A;
}
/********RESORT****/
.container.ficha_hotel .row.resort .boton_desde .b_flecha .b_flechados {
    background: #E5A62A;
}
/********RESORT****/
.container.ficha_hotel .row.resort .h_imagen .h_uno .hotel span {
    color: #E5A62A;
}
/********RESORT****/
.container.ficha_hotel .row.resort.oferta .b_oferta {
    background: #E5A62A;
}

.container.ficha_hotel .row.urbano.oferta .span12,
.container.ficha_hotel .row.resort.oferta .span12 {
    background: none;
    height: auto;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 5px;
}

.container.ficha_hotel .row.resort.oferta .span12 {
    border-top: 2px solid #E5A62A;
}
/********RESORT****/
.container.ficha_hotel .row.urbano.oferta .span12 {
    border-top: 2px solid #007FC1;
}
/******** URBANO****/
/******** URBANO ****/
.container .row.urbano .boton_desde .b_flecha .b_flechauno {
    background: #007FC1;
}
/******** URBANO ****/
.container .row.urbano .boton_desde .b_flecha .b_flechados {
    background: #007FC1;
}
/******** URBANO ****/
.container .row.urbano .h_imagen .h_uno .hotel span {
    color: #007FC1;
}
/******** URBANO****/
.container .row.urbano .span12 {
    border-top: 2px solid #007FC1;
}
/******** URBANO****/



.container.ficha_hotel { /*margin-left: 0;*/
}

.boton_desde .b_hotel_listado_resultados {
    right: 6px; /*-12px*/
}

.boton_desde .parrafo_secundario {
    margin-left: 18px;
}

    .boton_desde .parrafo_secundario a .icon-help {
        color: #C0C0C0;
        text-decoration: none;
    }

    .boton_desde .parrafo_secundario a:hover .icon-help {
        color: #C0C0C0;
        text-decoration: none;
    }
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* end LISTA DE RESULTADOS **************************************************/
/************************************************************************************************************************/
















































.container.ficha_hotel {
    margin-top: 5px;
}


    .container.ficha_hotel .row {
        border-top-style: solid;
        border-top-width: 3px;
        margin: 0;
    }




    .container.ficha_hotel.general .row {
        border-top-color: #771E66;
    }

    .container.ficha_hotel.urbano .row {
        border-top-color: #007FC1;
    }

    .container.ficha_hotel.resort .row {
        border-top-color: #E5A62A;
    }


    .container.ficha_hotel .oferta .icono_oferta {
        left: 0;
        display: inline-block;
        left: -6px;
        top: -2px;
    }

    .container.ficha_hotel .oferta .dto_exclusivo {
        display: inline-block;
        font-weight: normal;
        font-size: 16px;
        color: #404040;
    }

        .container.ficha_hotel .oferta .dto_exclusivo span {
            /*font-weight: bold;*/
            font-family:'HelveticaNeueETW01-75Bd';
            font-size: 18px;
        }


    .container.ficha_hotel .parrafo span {
        text-transform: uppercase;
    }

    .container.ficha_hotel h3 {
        margin: 0;
    }

    .container.ficha_hotel .nombre_hotel {
        background: none repeat scroll 0 0 #303030;
        height: 56px;
    }

        .container.ficha_hotel .nombre_hotel h2 {
            color: #FFFFFF;
            padding-left: 10px;
            padding-top: 16px;
        }

button.botonpequeno {
    background: none repeat scroll 0 0 #771E66;
    border-color: -moz-use-text-color -moz-use-text-color #4E1444;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #FFFFFF;
    height: 33px;
    padding: 6px 0;
    width: 100px;
}


.buscador_ul {
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    /*padding: 0;*/
}
/*home buscador*/
.displaynone {
    display: none;
}

.como_list {
    margin-bottom: 4px;
    float: left;
    margin-left: 20px;
    position: relative;
}

    .reservar_calendario .como_titulo,
    .como_list .como_titulo {
        color: #606060;
        font-size: 13px;
        text-shadow: none;
    }

    .como_list .btn-default {
        height: 32px;
        padding: 0;
        width: 75px;
    }

        .como_list .btn-default span:first-child {
            float: left;
            margin-left: 10px;
        }

        .como_list .btn-default span.icon-down {
            font-size: 12px;
            color: #808080;
            float: right;
            margin-right: 7px;
            margin-top: 4px;
        }







.donde_list {
    margin-left: 20px;
    margin-bottom: 8px;
}

    .donde_list li {
        margin-left: 0;
    }



    .donde_list .btn-default {
        padding: 0 30px 0 5px;
        text-align: left;
        width: 265px;
        height: auto;
        min-height: 34px;
        padding-right: 25px;
    }



        .donde_list .btn-default span.icon-location,
        .donde_list .btn-default span.icon-urbanos {
            margin-right: 2px;
        }

.list_desplegable .icon-location, .list_desplegable .icon-urbanos {
    margin-top: 3px;
    padding-right: 5px;
}

.donde_list .btn-default span.icon-down {
    display: inline-block;
    margin: 8px;
    position: absolute;
    right: 0;
    top: 0;
}



.reservar_calendario input.form-control {
    padding: 0 8px;
}

.reservar_calendario .form-group > .form-control {
    cursor: pointer;
}

.reservar_calendario fieldset {
    float: left;
    margin-left: 20px;
    width: 40%;
    position: relative;
}

    .reservar_calendario fieldset .form-group {
        margin-bottom: 0;
    }

    .reservar_calendario fieldset .input-group {
        width: 100%;
    }

    #dv-home-reservation-form .como_list + .como_list {
        margin-left: 20px;
    }

    .reservar_calendario fieldset .form-group:before {
        pointer-events: none;
        content: "\e624";
        font-family: 'expoicons';
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        position: absolute;
        margin: 0;
        color: #808080;
        display: table-cell;
        font-size: 16px;
        top: 8px;
        right: 11px;
        cursor: pointer;
    }

    #ReservationForm .reservar_calendario fieldset input.form-control {
        width: 100%;
    }

    #ReservationForm .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;

    }


    #ReservationForm  .reservar_calendario fieldset .form-group:before{
        right: 8px;
        top: 26px;
    }


/*resumen de busqueda > COMO */
/*como pophover*/
.container.resumen_busqueda .como .comotxt {
    width: 218px;
    font-size: 13px;
    height: 32px;
    line-height: 20px;
    background-color: #303030;
    border-color: #202020 transparent transparent #202020;
    border-style: solid;
    border-width: 1px;
    color: #808080;
    padding-left: 8px;
    padding-right: 8px;
}

.container.resumen_busqueda .como .comobox .comodatos {
    position: absolute;
    z-index: 3;
    width: 220px;
    top: 15px;

}

.container.resumen_busqueda .como.popoverdesplegable {
    padding: 0 20px;
}

    .container.resumen_busqueda .como.popoverdesplegable .titulobloque {
        margin-bottom: 16px;
    }

.container.resumen_busqueda .como_titulo.ninos {
    margin-top: 3px;
}

    .container.resumen_busqueda .como_titulo.ninos label {
        float: left;
        width: auto;
        margin: 0;
    }

    .container.resumen_busqueda .como_titulo.ninos .question {
        float: left;
        height: 17px;
        color: #808080;
    }

.container.resumen_busqueda .btn-group {
    display: block;
    margin-right: 50px;
}

.reservar_calendario fieldset span.input-group-addon {
    width: 25px;
    padding: 0 3px 0 0;
    height: 32px;
    border-radius: 0;
    background: #F8F8F8;
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    margin-left: -1px;
}

.reservar_calendario fieldset span.glyphicon {
    display: none;
}

.carrosel_body_int #myTab {
    margin-left: 20px;
    text-shadow: none;
}
/*.carrosel_body_int #myTab a{border-color: none ;border: none ;} */
.reservar_ahora_container #myTab {
    margin-bottom: 16px;
    margin-top: 10px;
}

    .reservar_ahora_container #myTab li {
        margin-left: 10px;
    }

        .reservar_ahora_container #myTab li a {
            border: none;
            margin: 0;
            padding: 0;
        }

        .reservar_ahora_container #myTab li label {
            color: #808080;
        }

            .reservar_ahora_container #myTab li label:before {
                color: #C0C0C0;
            }

        .reservar_ahora_container #myTab li.active label {
            color: #404040;
        }

        .reservar_ahora_container #myTab li label span {
            vertical-align: top;
        }

.body-general .reservar_ahora_container #myTab li.active label:before,
.general .reservar_ahora_container #myTab li.active label:before {
    color: #771E66;
    content: "\e60b";
    font-family: 'expoicons';
}

.body-hoteles .reservar_ahora_container #myTab li.active label:before {
    color: #007FC1;
    content: "\e60b";
    font-family: 'expoicons';
}

.body-resorts .reservar_ahora_container #myTab li.active label:before {
    color: #E5A62A;
    content: "\e60b";
    font-family: 'expoicons';
}

#seleccionadestino.active,
#seleccionahotel.active {
    display: block;
}

#seleccionadestino,
#seleccionahotel {
    display: none;
}

#seleccionadestino span.icon-location,
#seleccionahotel span.icon-urbanos {
    position: absolute;
    margin-top: 0px;
    top: 8px;
}

#seleccionadestino p.texto_select,
#seleccionahotel p.texto_select {
    top: 0;
    margin-left: 20px;
    vertical-align: bottom;
    padding: 5px 0;
    white-space: normal;
}

.reservar_ahora_container a.b_en_buscador_home {
    margin-top: 32px;
    width: 100%;
}

.home_page .span4 form {
    box-shadow: none;
}

.propuestasdos.span4 form {
    padding: 0;
}

.btndesplegable {
    width: 50%;
}

    .btndesplegable .btn-input {
        display: block;
    }

        .btndesplegable .btn-input .btn.form-control {
            text-align: left;
        }

            .btndesplegable .btn-input .btn.form-control span:first-child {
                left: 10px;
                overflow: hidden;
                position: absolute;
                right: 25px;
            }

            .btndesplegable .btn-input .btn.form-control .caret {
                margin-top: -1px;
                position: absolute;
                right: 10px;
                top: 50%;
            }

    .btndesplegable .dropdown-menu li {
        float: none;
    }

    .btndesplegable .dropdown-menu {
        display: none;
    }

    .btndesplegable.open .dropdown-menu {
        display: block;
    }

    .btndesplegable .btn-default {
        background: #E0E0E0;
        border-radius: 0;
        color: #808080;
        height: 32px;
        padding: 0 0 0 5px;
    }

        .btndesplegable .btn-default span:first-child {
            float: left;
        }

        .btndesplegable .btn-default span.icon-down {
            float: right;
            margin-right: 7px;
            margin-top: 4px;
        }

    .btndesplegable .dropdown-menu {
        border-radius: 0;
        box-shadow: none;
        clear: left;
        margin: -2px 0 0;
        min-width: 55px;
        padding: 0;
        text-align: center;
        text-shadow: none;
        width: 100%;
    }

        .btndesplegable .dropdown-menu li {
            border-top: 1px solid #C0C0C0;
            list-style: none;
            min-width: 100%;
            text-align: left;
        }

            .btndesplegable .dropdown-menu li a {
                color: #808080;
                display: list-item;
                padding-left: 5px;
                text-decoration: none;
                margin: 0;
                background: #F8F8F8;
            }

                .btndesplegable .dropdown-menu li a:hover {
                    background: #C0C0C0;
                    color: #606060;
                }

.container.nuestras_propuestas .span12.tab-pane {
    margin-left: 0px;
}








































/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* REGISTRO *****************************************************************/
/************************************************************************************************************************/

.container.registro .formulario.columna_izq.span8 ul.radio_list label {
    width: 100%;
    text-align: left;
}

.container.registro {
    margin-top: 20px;
    margin-bottom: 48px;
}

.registro .formulario {
    padding-bottom: 16px;
}

.registro .box_redes_sociales {
    background-color: #fff;
    padding-bottom: 16px;
    border: 1px solid #E0E0E0;
    padding-top: 16px;
}

.registro .span4 {
    background-color: #fff;
    border: 1px solid #E0E0E0;
}

    .registro .span4 img {
        width: 100%;
    }


.formulario h3,
.registro .formulario h3 {
    border-top: 3px solid #771E66;
    border-top: 3px solid #771E66;
    padding: 13px 16px;
    color: #fff;
    background-color: #404040;
    margin-bottom: 16px;
    margin: 0;
}

.registro .formulario .titulo_form {
    background: rgb(240,240,240); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 84%, rgba(203,203,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(84%,rgba(240,240,240,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(240,240,240,1) 84%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(240,240,240,1) 84%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(240,240,224,1) 0%,rgba(240,240,240,1) 84%,rgba(203,203,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(240,240,240,1) 84%,rgba(203,203,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-8 */
    clear: both;
    display: block;
    height: auto;
    min-height: 40px;
    overflow-x: hidden;
    padding: 11px 16px;
    width: 100%;
}

.formulario .titulo_form {
    padding: 15px 0 0 0;
    background-color: #FFF;
    height: 40px;
    box-shadow: none;
}

    .formulario .titulo_form h4,
    .formulario .titulo_form h4 label,
    .registro .formulario .titulo_form h4 {
        margin: 0;
        width: 65%;
        float: left;
    }

        .formulario .titulo_form h4 label {
            width: 100%;
            text-align: left;
            color: #404040;
            font-family: 'HelveticaNeueETW01-75Bd';
            font-size: 16px;
            line-height: 16px;
            font-weight: normal;
        }

    .formulario .titulo_form .parrafo_secundario,
    .registro .formulario .titulo_form .parrafo_secundario {
        width: 35%;
        float: right;
        text-align: right;
    }

.columna_derch.span4 h4,
.registro .columna_derch h4 {
    border-top: 3px solid #771E66;
    border-top: 3px solid #771E66;
    padding: 15px 16px 13px;
    color: #fff;
    background-color: #404040;
    margin: 0;
}

    .columna_derch.span4 h4 form,
    .registro .formulario form {
        background-color: #fff;
        padding: 20px;
    }

    .columna_derch.span4 h4 form,
    .formulario form {
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 1px;
        margin-top: 0;
    }

.registro .formulario form .btndesplegable:before {
    /* z-index: 3;
    content: "\e63b";
    font-family: 'expoicons';
    color: #808080;
    position: absolute;
    right: 3px;
    top: 6px;
    display: block;*/
}

.registro .formulario form select#RegisterCountryId {
    width: 100%;
    z-index: 2;
    display: block;.como
}

.registro .formulario form input#EmailAddress,
.registro .formulario form input#ConfirmEmailAddress {
    width: 50%;
}

.formulario form label.parrafo_secundario,
.registro .formulario form label.parrafo_secundario {
    font-size: 11px;
    line-height: 11px;
    width: 39%;
    padding: 0;
    margin: 0;
}

.formulario form .question,
.registro .formulario form .question {
    float: right;
    width: 39%;
    text-align: left;
    height: 1px; /*tooltip registro altura minima, para reducir espacios*/
}

    .registro .formulario form .question a {
        margin: 0;
        padding: 0;
    }

    .registro .formulario form .question .popover.fade {
        border-radius: 0;
    }

    .registro .formulario form .question .popover .popover-title {
        font-size: 12px;
        border-radius: 0;
        border-top: none;
        padding: 10px;
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        background: #404040;
        border: none;
    }

    .registro .formulario form .question .popover .popover-content,
    .registro .formulario form .question .popover .popover-content li {
        font-size: 11px !important;
        color: #FFF;
    }

        .registro .formulario form .question .popover .popover-content li {
            display: list-item;
            margin-left: 10px;
            list-style: disc !important;
        }

    .registro .formulario form .question .arrow:after {
        border-right-color: #202020 !important;
    }

    .registro .formulario form .question .popover-content {
        background: #202020;
    }

    .registro .formulario form .question .popover.fade {
        background: #202020;
    }

    .registro .formulario form .question .popover.fade {
        visibility: hidden !important;
    }

        .registro .formulario form .question .popover.fade.in {
            visibility: visible !important;
        }

    .registro .formulario form .question span.icon-help {
        color: #808080;
    }

        .registro .formulario form .question span.icon-help:hover {
            color: #606060;
        }

.registro .recibir_propuestas {
    padding: 16px 0px 16px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    /*margin: 24px 16px 16px;*/
    clear: left;
}

    .registro .recibir_propuestas fieldset legend,
    .registro .recibir_propuestas p {
        font-size: 13px;
        margin-bottom: 8px; /*16px en diseño pone esa medida pero es demasiado*/
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        color: #404040;
        border-bottom: medium none;
    }

    .registro .recibir_propuestas fieldset label.fontWeightNormal {
        float: left;
        width: auto;
        margin-right: 5%;
    }

.container.registro ul.button_list.checkbox li,
.container.registro ul.button_list.checkbox li label {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
}


.registro .recibir_propuestas ul {
    list-style: none;
}

.registro .recibir_propuestas li {
    display: inline-block;
    /* IE */
    *display: inline;
    zoom: 1;
    font-size: 13px;
    color: #808080;
}

    .registro .recibir_propuestas li + li {
        margin-left: 16px;
    }


.registro .recibir_propuestas #newsletterTopics label {
    color: #404040;
    display: inline-block;
    font-size: 13px;
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
    line-height: 23px;
    margin: 6px 10px 6px 0;
    text-align: left;
    vertical-align: top;
    width: auto;
}

.condiciones {
    padding: 16px 0 0px;
    margin-bottom: 20px; /*40px, 24px*/
    min-height: 30px;
    font-size: 13px;
    /*font-weight: bold;*/
    font-family: 'HelveticaNeueETW01-75Bd';
    color: #808080;
}

    .condiciones a, .condiciones a:hover {
        color: #771E66;
    }

        .condiciones a:hover {
            text-decoration: underline;
        }

    .condiciones .condiciones_input {
        float: left;
        width: 5%;
    }

.formulario .condiciones label {
    display: inline;
    text-align: left;
    width: 100%;
}

.formulario .condiciones a{
    margin-left: 0;
}

.formulario .condiciones > input{
    display:none;
}

.condiciones .condiciones_text {
    float: left;
    width: 95%;
}

.condiciones .condiciones_input .field-validation-error {
    min-width: 200px;
    margin-top: -30px;
}


.columna_izq.span8 .condiciones .field-validation-error {
    margin-left: 0;
}
/*pagina de contacto*/

.registro .columna_derch .btnsocial {
    display: block;
    margin: 0 auto;
}

    .registro .columna_derch .btnsocial + .btnsocial {
        margin-top: 8px;
    }

.registro .columna_derch {
    /* padding-bottom: 16px;*/ /*montse: al tener imagenes no hace falta el padding inferior*/
}


#loginForm .redordar_contrasena {
    padding: 0px 16px 16px 16px;
    margin: 0;
}

    #loginForm .redordar_contrasena label {
        color: #808080;
        font-size: 13px;
        line-height: 15px;
        display: block;
        margin: 0;
        font-weight: normal;
    }


    #loginForm .redordar_contrasena a {
        color: #771E66;
        font-size: 12px;
        line-height: 13px;
        /*font-weight: normal;*/
        margin-left: 22px;
        font-family: 'HelveticaNeueETW01-55Rg'; /*parrafo con enlaces p.30 y p.12 estilos*/
    }

#loginForm .caja_boton {
    text-align: center;
    margin-bottom: 16px;
}

    #loginForm .caja_boton .b_big {
        width: 261px;
    }

#loginForm .degradado_5 {
    /*height: 8px;*/
}

#dv-registerlogin-login .login_alternativo {
    margin: 8px auto;
    text-align: center;
}

    #dv-registerlogin-login .login_alternativo .b_redes_sociales.acceder {
        width: 221px;
        margin: 4px auto;
    }

.redordar_contrasena {
    margin-top: 10px;
}


#loginForm .input_list li {
    margin-bottom: 0;
}

.redordar_contrasena input {
    float: left;
}

.redordar_contrasena div {
    float: left;
    margin-left: 1%;
    margin-top: 3px;
}

    .redordar_contrasena div p {
        margin-bottom: 0;
    }

    .redordar_contrasena div a {
        color: #771E66;
    }

        .redordar_contrasena div a:hover {
            text-decoration: underline;
        }

.registro .span4 .general a {
    margin-top: 20px;
    width: 100%;
}

.formulario.span8 .box_end {
    padding-bottom: 60px;
    margin-left: -20px;
    margin-right: -20px;
}

    .formulario.span8 .box_end .bkg_registro {
        padding: 6px;
        margin-bottom: 20px;
    }

.height_8 {
    height: 8px;
}

.formulario.span8 .box_end a {
    float: right;
    margin-right: 20px;
    color: #FFFFFF;
}

/**css generales*/
.boton_desde {
    width: 140px;
    margin-left: 15px;
}

    .boton_desde .b_titulo {
        background: #202020;
        color: #FFFFFF;
        font-size: 11px;
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        height: 20px;
        line-height: 13px;
        text-transform: Uppercase;
        text-align: Center;
        color: #FFFFFF;
        font-size: 11px;
        /*font-weight: bold
        height: 20px;
        line-height: 13px;;*/
    }

    .boton_desde .b_precio {
        background: #303030;
        box-shadow: 5px 3px 6px #C0C0C0;
        color: #FFFFFF;
        font-size: 24px;
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        height: 55px;
        line-height: 24px;
        padding-top: 14px;
        text-align: Center;
    }

    .boton_desde .b_flecha .b_flechauno {
        color: #FFFFFF;
        font-size: 12px;
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        height: 45px;
        line-height: 13px;
        width: 80%;
        float: left;
        padding: 9px 30px 0 5px;
    }

    .boton_desde .b_flecha .b_flechados {
        color: #FFFFFF;
        font-size: 28px;
        /*font-weight: bold;*/
        font-family: 'HelveticaNeueETW01-75Bd';
        height: 45px;
        line-height: 13px;
        width: 20%;
        float: left;
        padding-top: 10px;
        box-shadow: 0px 6px 6px #C0C0C0;
    }

    .boton_desde .precio_noche {
        color: #606060;
        font-size: 11px;
        margin-top: 0;
        margin-left: 7px;
        text-decoration: none;
    }

        .boton_desde .precio_noche a,
        .boton_desde .precio_noche a:hover {
            color: #C0C0C0;
            font-size: 14px;
            text-decoration: none;
        }
/* CSS Document */
.dropdown.expo a.expologo {
    margin-top: 25px;
    padding: 0;
}

.formulario.columna_izq .general {
    padding-bottom: 0px;
}

.formulario.columna_izq.span8 form {
    padding-bottom: 60px;
}

.container.registro .b_redes_sociales.registrate {
    width: 30.6% !important;
}

/********************************************* end REGISTRO  ************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/





/**** CONTACTO  ************************************************************************************************************/
.columna_derch .Callus,
.columna_derch .Callhotel {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
}

/*callus*/
.columna_derch .Callus p.textodestacado {
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.columna_derch .Callus p.textopeq {
    font-size: 11px;
    color: #808080;
}




.columna_derch .Callus h5 {
    color: #404040;
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
    padding-top: 5px;
    padding-left: 15px;
}

.columna_derch .Callus .degradado_6 {
    padding-top: 10px;
}

.columna_derch .Callus .box_texto {
    padding: 15px;
}


/*Callhotel*/
.columna_derch .Callhotel p.callhoteltext {
    padding: 10px;
}

.columna_derch .Callhotel #accordion {
}

    .columna_derch .Callhotel #accordion .row {
        margin: 0;
    }

        .columna_derch .Callhotel #accordion .row a h6 {
            background: #F0F0F0;
            padding: 10px;
            margin: 0; /*border-top: 1px solid #E0E0E0;border-bottom: 1px solid #E0E0E0;*/
        }

    .columna_derch .Callhotel #accordion a.flecha_open.collapsed h6:before {
        font-family: 'expoicons';
        content: "\e62a";
        font-size: 17px;
        float: right;
        color: #404040;
    }

    .columna_derch .Callhotel #accordion a.flecha_open h6:before {
        font-family: 'expoicons';
        content: "\e62b";
        font-size: 17px;
        float: right;
        color: #404040;
    }


    /*arrow*/
    .columna_derch .Callhotel #accordion .row a {
        height: 34px;
        display: block;
    }

.flecha_open.collapsed .arrow_box:before {
    border: none;
    background: none;
}

.flecha_open .arrow_box {
    position: relative;
    background: #F0F0F0;
    border-color: #E0E0E0 transparent;
    border-width: 1px 0;
    border-style: solid none;
}

    .flecha_open .arrow_box:after,
    .flecha_open .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        margin-top: 0px;
    }




    /*.Callhotel #accordion .row a.flecha_open .arrow_box{background:#E0E0E0!important; padding-bottom:3px!important;}*/

    .flecha_open .arrow_box:before {
        border-color: rgba(224, 224, 224, 0);
        border-top-color: #F0F0F0;
        border-width: 10px;
        margin-left: -13px;
    }



.columna_derch .Callhotel #accordion ul {
    padding-top: 10px;
}

    .columna_derch .Callhotel #accordion ul li {
        list-style: none;
        padding: 10px 0 10px 0px;
        margin: 0 20px;
        border-bottom: 1px solid #E0E0E0;
    }

        .columna_derch .Callhotel #accordion ul li:last-child {
            border-bottom: none;
        }

.columna_derch .Callhotel #accordion .namehotel span.txt_name {
    font-family: 'HelveticaNeueETW01-75Bd';
    color: #404040;
    float: left;
    margin-right: 5px;
}

.columna_derch .Callhotel #accordion .namehotel .h_estrellas {
    float: left;
    width: auto;
}

    .columna_derch .Callhotel #accordion .namehotel .h_estrellas span {
        color: #606060;
        font-size: 10px;
        margin-right: 1px;
    }

.columna_derch .Callhotel #accordion .descriptionhotel {
    color: #404040;
    font-size: 10px;
    clear: left;
}

.columna_derch .Callhotel #accordion .telefhotel {
    font-family: 'HelveticaNeueETW01-75Bd';
    color: #404040;
    font-size: 12px;
}
/**** end CONTACTO  ********************************************************************************************************/


































/************************************************************************************************************************/
/************************************************************************************************************************/
/*************************************************  PLANTILLAS  *********************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/


/*.bloque_cabecera {
    height: 200px;
    margin-bottom: 20px;
    background: #404040;
}*/


.bloque_cabecera {
    background: none repeat scroll 0 0 #404040;
    margin-bottom: 20px;
    width: 100%;
}

    /*.bloque_cabecera .bloque_sup {
    width: 100%;
    position: absolute;
    height: 200px;
}*/

    .bloque_cabecera .bloque_sup {
        height: auto;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        /*.bloque_cabecera .bloque_sup .bloque_imagen {
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 1024px;
}*/

        .bloque_cabecera .bloque_sup .bloque_imagen {
            display: block;
            margin: 0 auto;
            overflow: hidden;
            width: 1600px;
            min-height: 192px; /*para cuando no hay imagen*/
        }

            .bloque_cabecera .bloque_sup .bloque_imagen img {
                margin: auto;
                display: block;
            }

        .bloque_cabecera .bloque_sup .bloque_negro {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
            border-bottom: 4px solid #202020;
            bottom: 0;
            height: auto;
            padding: 0;
            position: absolute;
            width: 100%;
            z-index: 0;
            min-height: 60px; /*para cuando no hay texto*/
        }


            .bloque_cabecera .bloque_sup .bloque_negro h1 {
                margin: 0 auto;
                max-width: 940px;
                padding: 17px;
            }

.bloque_container .bloque {
    margin-bottom: 16px;
    padding-bottom: 15px;
}

.bloque_container .bloque h2, .bloque_container .bloque h3 {
    border-top: 3px solid;
    margin: 0 0 16px;
    padding: 13px 16px;
}

.bloque_container .bloque h4 {
    font-size: 16px;
    margin-left: 16px;
}

.bloque_container .bloque h5 {
    font-size: 13px;
    margin-left: 16px;
}

.bloque_container .bloque p {
    margin: 0 16px;
}

.bloque_container .bloque ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.bloque_container .bloque li {
    margin: 0 16px;
    color: #404040;
}

.bloque_container .button {
    border-style: solid;
    border-width: 0 0 3px;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-right: 8px;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding: 8px 16px;
    position: relative;
    white-space: nowrap;
    overflow: visible;
}

.bloque_container ul {
    padding: 0;
}

    .bloque_container ul li {
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
        padding-bottom: 0;
        font-size: 13px;
        color: #808080;
        line-height: 16px;
        margin-left: 0;
    }

        .bloque_container ul li:before {
            content: "\e619";
            font-size: 18px;
            font-family: 'expoicons';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1; /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: static;
            padding: 15px;
            top: 0;
            left: -34px;
        }

        .bloque_container ul li + li:before {
            top: 18px;
        }

        .bloque_container ul li p {
            margin-top: -18px;
        }

        .bloque_container ul li + li p {
            margin-top: 0;
        }


/************************************************************************************************************************/
/************************************************************************************************************************/
/********************************************* end  PLANTILLAS  *********************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/



/* DAVID */

.nuestr_dest_inicio .nuestros_hoteles {
    margin: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}

    .nuestr_dest_inicio .nuestros_hoteles .span6 {
        width: 446px;
    }

        .nuestr_dest_inicio .nuestros_hoteles .span6 .h_descripcion {
            padding: 16px;
            height: 66px;
        }

            .nuestr_dest_inicio .nuestros_hoteles .span6 .h_descripcion p {
                padding: 0;
                margin: 0;
            }

    .nuestr_dest_inicio .nuestros_hoteles .caja_hoteles {
        margin-bottom: 0;
    }

.nuestr_dest_inicio .general {
    margin-bottom: 16px;
    margin-right: 16px;
    text-align: right;
}


.nuestros_hoteles .caja_hoteles .h_titulo {
    border-top: 3px solid #771E66;
}

.nuestros_hoteles .caja_hoteles .h_contenido {
    border-bottom: 3px solid #771E66;
}

.landing.bloque_container .bloque .caja_hoteles h3 {
    border: 0;
    padding: 0;
}

.landing .nuestros_hoteles .reservacon {
    right: -22px;
}

.landing.bloque_container ul li:before {
    content: initial;
}

.tags {
    margin-bottom: 16px;
}

.caja_hoteles .tags p {
    margin: 0;
    font-size: 12px;
}

.tags a {
    color: #fff;
    background-color: #9d9c9c;
    padding: 5px;
    display: block;
}

.caja_hoteles .tags ul {
    font-size: 0;
    padding: 0 12px;
    margin: 0;
}

    .caja_hoteles .tags ul li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0;
        margin: 6px 4px;
    }

.landing .span3 {
    width: 214px;
}

    .landing .span3 .reservacon {
        right: -6px;
    }

.landing .caja_hoteles .tags ul li {
    margin: 0;
    margin: 6px 4px;
}

.landing .caja_hoteles .tags ul {
    font-size: 0;
    padding: 0 12px;
    margin: 0;
}


/* FIN DAVID */


/************************************************************************************************************************/
/********************************************* contenidos NUESTROS DESTINOS ***********************************************/
/************************************************************************************************************************/


.nuestros_destinos h5 {
    border-bottom: 1px dotted #606060;
    padding-bottom: 5px;
    padding-top: 20px;
}

.container.nuestros_destinos {
    margin-bottom: 21px;
}

.nuestros_destinos .caja_destinos {
    border-top: none;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    background-color: #ffffff;
    margin-bottom: 21px;
}


    .nuestros_destinos .caja_destinos .h_titulo {
        border-top: 3px solid #771E66;
        background: none repeat scroll 0 0 #303030;
    }


        .nuestros_destinos .caja_destinos .h_titulo h6 {
            color: #FFFFFF;
            /*font-size: 13px;*/
            /*font-weight: bold;*/
            height: 24px;
            /*line-height: 13px;*/
            margin: 0;
            padding: 5px;
            text-align: center;
            /*text-transform: uppercase;*/
        }

    .nuestros_destinos .caja_destinos .h_descripcion {
        margin: 16px;
        min-height: 130px;
    }

    .nuestros_destinos .caja_destinos .h_contenido .imagen img {
        /* width: 100%;
        max-width: 100%;*/
    }

.nuestros_destinos .text-right a {
    background-color: #771E66;
    border-bottom-color: #4E1444;
}

.nuestros_destinos .parrafo {
    min-height: 100px;
}




.nuestros_hoteles .caja_hoteles a:hover {
    text-decoration: none;
}





.nuestros_destinos .caja_hoteles {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    margin-bottom: 21px;
}

    .nuestros_destinos .caja_hoteles .h_contenido {
        background: #C0C0C0;
        position: relative;
        border-top: 3px solid #202020;
    }





/**URBANOS**/
.nuestros_destinos .urbano.caja_hoteles a:hover h4 {
    color: #007FC1;
}

.nuestros_destinos .caja_hoteles.urbano .h_titulo {
    border-top: 3px solid #007FC1;
}




/**RESORTS**/
.nuestros_destinos a:hover .resort_list span.icon-go,
.nuestros_destinos .resort.caja_hoteles a:hover h4 {
    color: #E5A62A;
}

.nuestros_destinos .caja_hoteles.resort .h_titulo {
    border-top: 3px solid #E5A62A;
}


.nuestros_destinos .caja_hoteles.resort .h_contenido .h_uno {
    background: url( /img/iconos/resorts.png) no-repeat top left transparent;
}





.nuestros_destinos .caja_hoteles.resort h4 a:hover {
    color: #E5A62A;
}



.nuestros_destinos .caja_hoteles .h_contenido .imagen img {
    left: 0;
    position: absolute;
    top: 0;
}


.nuestros_destinos .reservacon {
    bottom: 35px;
    position: absolute;
    right: -6px;
}


.nuestros_destinos .caja_hoteles .mleft h4 {
    padding-left: 20px;
}

.nuestros_destinos .caja_hoteles .h_descripcion a .h_estrellas {
    padding-bottom: 8px;
    padding-left: 20px;
}

.nuestros_destinos .h_descripcion .h_estrellas {
    float: none; /* vigilar cambios en otras páginas*/
    width: 100%;
}

/************************************************************************************************************************/
/********************************************* end  contenidos NUESTROS DESTINOS ******************************************/
/************************************************************************************************************************/


/************************************************************************************************************************/
/********************************************* contenidos NUESTROS DESTINOS ***********************************************/
/************************************************************************************************************************/
.nuestros_destinos h5 {
    border-bottom: 1px dotted #606060;
    padding-bottom: 5px;
    padding-top: 20px;
}

.container.nuestros_destinos {
    margin-bottom: 21px;
}

.nuestros_destinos .caja_destinos {
    border-top: none;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    background-color: #ffffff;
    margin-bottom: 21px;
}


.nuestros_destinos .row .span6 {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.nuestros_destinos .caja_destinos .h_titulo {
    border-top: 3px solid #771E66;
    background: none repeat scroll 0 0 #303030;
}

/*.nuestros_destinos .caja_destinos .h_titulo h6 { montse:esta repetido, no se pq
            color: #FFFFFF;
            font-size: 13px;
            font-weight: bold;
            height: 24px;
            line-height: 13px;
            margin: 0;
            padding: 5px;
            text-align: center;
            text-transform: uppercase;
        }*/

.nuestros_destinos .caja_destinos .h_descripcion {
    margin: 16px;
}

.nuestros_destinos .caja_destinos .h_contenido .imagen img {
    /*width: 100%;
        max-width: 100%;*/
}

.nuestros_hoteles .caja_hoteles a:hover {
    text-decoration: none;
}

.nuestros_destinos .caja_hoteles {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    margin-bottom: 21px;
}

    .nuestros_destinos .caja_hoteles .h_contenido {
        background: #C0C0C0;
        position: relative;
        border-top: 3px solid #202020;
    }

.caja_destinos .imagen {
    height: 237px;
}

body .h_contenido .imagen {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
}

    body .h_contenido .imagen img {
        left: 0;
        position: absolute;
        top: 0;
    }



/************************************************************************************************************************/
/********************************************* end  contenidos NUESTROS DESTINOS ******************************************/
/************************************************************************************************************************/


/************************************************************************************************************************/
/*************************************************  TOOLTIP HOME RESERVAR  **********************************************/
/************************************************************************************************************************/

    .como_titulo .tooltip.fade {
        padding: 2px;
        height: 42px !important;
        max-width: 90px;
        width: 90px;
        font-size: 11px;
    }

#dv-home-reservation-form .message .field-validation-error span {
    /*background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'HelveticaNeueETW01-75Bd';
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 5%;
    padding: 5px;
    width: auto;
    margin-top: -26px;
    position: relative;
    text-align: center;*/
}

#dv-home-reservation-form .como_list .como_titulo .tooltip-inner {
    min-width: 200px;
}

#dv-home-reservation-form .message .field-validation-error {
    margin-top: -27px;
    position: absolute;
    margin-left: 5%;
    font-family: 'HelveticaNeueETW01-75Bd';
}

    #dv-home-reservation-form .message .field-validation-error span {
        position: relative;
        background: #000000;
        border: 1px solid #404040;
        color: #FFFFFF;
        font-size: 11px;
        padding: 0 10px;
        border-radius: 5px;
        -moz-border-radius: 5px; /*firefox*/
        -webkit-border-radius: 5px; /*crome*/
        CCborderRadius: 5px; /*explorer*/
    }

        #dv-home-reservation-form .message .field-validation-error span:after,
        #dv-home-reservation-form .message .field-validation-error span:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        #dv-home-reservation-form .message .field-validation-error span:after {
            border-color: rgba(136, 183, 213, 0);
            border-top-color: #000000;
            border-width: 10px;
            margin-left: -10px;
        }

        #dv-home-reservation-form .message .field-validation-error span:before {
            border-color: rgba(194, 225, 245, 0);
            border-top-color: #c2e1f5;
            border-width: 11px;
            margin-left: -11px;
        }


/************************************************************************************************************************/
/********************************************* end  TOOLTIP HOME RESERVAR  **********************************************/
/************************************************************************************************************************/



/**error 404*/

.boxerrorimage {
    height: 655px; /*600px*/
    width: 940px;
    margin: 0 auto 20px;
    overflow: hidden;
    background-image: url("/img/pies.jpg");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

    .boxerrorimage .reservar_ahora_container {
        left: -295px;
        top: 95px;
    }

    .boxerrorimage .boxerrortexto {
        margin-left: 39%;
        margin-top: 145px;
        width: 55%;
    }

