@charset "utf-8";
/* CSS Document */
/***************************ESTILOS GENERICOS*************************************/
@import url("./768.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700italic,700);

body {
    margin:0px;
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    font-size:12px;
    background:#fff;
    background:url(../img/back_barra_superior.gif) repeat-x;
    background-color:#fff;
    color:#666666;
}
a {
    color:#666666;
    text-decoration: none;
}
a:hover {
    /*color:#666666;    */
    text-decoration:none;
}
body label {
    font-weight:bold;
    margin-right: 5px;
    font-size: 11px;
}
th {
    vertical-align: top;
}
#main {
    min-width:420px;
    min-height:380px;
    margin: 0 2%;
    position: relative;
}
.trasparante50 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

select {
    border: 1px solid #4D4A47;
    color: #444444;
    font-weight: normal;
    overflow: hidden;
    height: 21px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    /*border-radius:4px;*/
    font-size: 11px;
    padding:2px;
    background-color: #F6F6F6;
}
select:hover {
    background: repeat-x scroll 50% 50% #FFFFFF;
    border: 1px solid #ffa452;
    font-weight: normal;
}
#selectEstablecimiento {
    background-repeat: no-repeat;
    padding-left: 20px;
}
#selectEstablecimiento option {
    background-repeat: no-repeat;
    height: 13px;
    margin: 3px 0 3px 5px;
    padding-left: 24px;
}
#selectIdioma {
    background-repeat: no-repeat;
    padding-left: 20px;
}
#selectIdioma option {
    background-repeat: no-repeat;
    height: 13px;
    margin: 3px 0 3px 5px;
    padding-left: 24px;
}
#selectIdioma > div {
    float: left;
    margin-right: 5px;
}
#selectIdioma > div > #textLang {
    display: none;
}
img {
    border: none;
}
.optiturOverlay {
    background: url('../../../img/ui-bg_diagonals-thick_20_666666_40x40.png') repeat scroll 50% 50% #666666;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.maintenance {
    margin-top:153px;background: url('../../../img/maintenance.gif') no-repeat scroll 5px 5px transparent;
    width: 615;
    height: 221px;
}
/*******************definicion textosbasicos**********************/
.texto_blanco {
     color:#fff;
}
.texto_oscuro_base {
    font-size:11px;
    color:##ff7a00;
}
.textoBlod {
    font-weight: bold;
}
.valorResaltado {
    background-color: #ffcd4d;
    color:#424242;
    padding: 3px 8px 2px 8px;
}
.textoTachado {
    text-decoration: line-through;
    color: #666666;
}
.textoNaranjaEnlace, .nombreDescripcionExperiencia a {
    color: #eb8b37;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    text-outline: 2px 2px #ff0000;
}
.textoNaranjaEnlaceNormalUnder {
   color: #eb8b37;
    font-weight:normal;
    cursor:pointer;
    font-size:12px;
    text-decoration:underline;
}
.texto_naranja {
    color: #ff7a00;
}
.textoEjemploGris {
    color: #CCCCCC;
    font-size: 10px;
    font-weight: lighter
}
/*****************************************************************/
#main input[type=text] {
    background:#fff;
    border:#fff solid 1px;
}
#main input[type="text"]:disabled {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #D1D1D1;
}
input[type=text], input[type=password], input[type=number] {
    font-size:11px;
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #CCCCCC;
    color: #444444;
    margin: 1px;
    padding: 3px;
}
input[readonly] {
    background-color: #f0f0f0 !important;
}
input[type=text]:focus {
    background-color: #FFFFFF;
    border: 1px solid #ff7a00; !important;
}
.barra_herramientas_top {
    margin-right:60px;
            margin-left:120px;
    }
.barra_herramientas_top ul {
    list-style:none;
}
.barra_herramientas_top li {
    border:#fff solid 1px;
    background-image:url(../../../img/sprite.png);
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 28px;
    width: 43px;
    cursor:pointer;
}
#main_contenido_total {
    margin: 5px auto !important;
    overflow:hidden;
  /*margin:15px auto;*/
    overflow:hidden;
    width:100%;
    padding-bottom: 8px;
}
#main_contenido_total p {
    margin:8px 0px;
}
#contenido_form_login {
    width:305px;
    margin-top:10px;
    margin-left:10px;
    padding:5px
}
#contenido_form_registro {
    width:305px;
    margin-top:15px;
    margin-left:10px;
    padding:5px;
    overflow: hidden;
    border: 1px dashed;
}
#contenido_form_login input {
    height:24px;
    width:90%;
    margin-left:15px;
}
#contenido_presentacion {
    margin-left:370px;
}
/*************especificos inicio listado casas******************/
#conteido_left_inicio {
    width:50%;
    padding:0px 10px;
}
#conteido_right_inicio {
    width:50%;
}
.lista_establecimientos {
    background-color: #FFFFFF;
    border-color: #EBEBEB;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    min-height: 300px;
    width: 100%;
    padding:10px 0 0 0;
}
.barra_establecimiento {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    font-weight: bold;
    margin: 0 -10px;
    min-height: 15px;
    padding: 15px 31px;
    margin-top:8px;
    cursor:pointer;
}
.barra_establecimiento .desplegar_contenido {
    float:right;
    background:url(../../../img/sprite.png) no-repeat -178px -8px;
    display: inline-block;
    height: 13px;
    width: 13px;
    cursor:pointer;
}
.barra_establecimiento .contenido_desplegado {
    float:right;
     background:url(../../../img/sprite.png) no-repeat -199px -8px;
    display: inline-block;
    height: 13px;
    width: 13px;
    cursor:pointer;
}
.deco_barra_establecimiento_left {
    border-left: 10px solid #FFFFFF;
    border-top: 8px solid #EEEEEE;
    float: left;
    height: 0;
    margin-left: -10px;
    width: 0;
}
.deco_barra_establecimiento_right {
    border-right: 10px solid #FFFFFF;
    border-top: 8px solid #EEEEEE;
    float: right;
    height: 0;
    margin-right: -10px;
    width: 0;
}
.contenido_menu_establecimiento {
     padding: 10px 15px;
     min-height: 100px;
     margin-left:auto;
     overflow: hidden;
}
.contenido_menu_establecimiento_select {
    display: block;
}
.contenido_menu_establecimiento_no_select {
    display:none;
}
/***************************************************************/
/***************************especificos para elementos reservables del pms establecimientos*************************************/
.barra_elementos {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 8px -10px 0;
    min-height: 15px;
    padding: 3px 5px 9px;
}
.barra_elementos_selected {
    background-color: #CCCCCC;
}
.elementos_reservables_establecimiento {
    min-height:359px;
}
.lista_elementos_reservables_establecimiento {
    min-height:359px;
    height:359px;
    overflow: auto;
    clear: both;
}
.list_elementos {
    background-color: #FFFFFF;
    border-color: #EBEBEB;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 7px 10px;
    min-height: 335px;
    padding: 4px 0;
    width: 94%;
}
.deco_barra_elemento_right {
    border-right: 10px solid #FFFFFF;
    border-top: 8px solid #EEEEEE;
    float: right;
    height: 0;
    margin-right: -10px;
    width: 0;
}
.deco_barra_elemento_left {
    border-left: 10px solid #FFFFFF;
    border-top: 8px solid #EEEEEE;
    float: left;
    height: 0;
    margin-left: -10px;
    width: 0;
}
.ElementoActivo {
    background-color: #FFE2B9 !important;
}
/***************************************************************************************************************************/
/******************************************estilos genericos*********************************/
/***inicio boton_auto_width***/
.boton_auto_width {
    cursor: pointer;
}
.boton_auto_width:hover .boton_auto_width_center {
    background-color:#c5c4c4;
}
.boton_auto_width:hover .boton_auto_width_right {
    background:url(../../../img/sprite.png) -9px -160px;
}
.boton_auto_width:hover .boton_auto_width_left {
    background:url(../../../img/sprite.png) -2px -160px;
}
.boton_auto_width_left {
    background:url(../../../img/sprite.png) -13px -160px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 21px;
    width: 2px;
    float:left;
}
.boton_auto_width_center {
    border-top:#d8d8d8 solid 1px;
    border-bottom:#d8d8d8 solid 1px;
    background-repeat: repeat-x;
    background-color:#f3f3f3;
    display: inline-block;
    height: 19px;
    float:left;
    padding-right:5px;
    font-size: 11px;
}
.boton_auto_width_right {
    background:url(../../../img/sprite.png) -19px -160px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 21px;
    width: 2px;
  /*float:left;*/
}
/***fin boton_auto_width******/
/***nuevo stilo botones**/
.bigNaranjabutton, button.bigNaranjabutton {
    /*background-clip: padding-box;*/
    background-color: #ff7a00;;
    border: none;
    /*border-radius: 12px 12px 12px 12px;
    box-shadow: 1px 1px 2px #999999;*/
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
    padding:10px;
}

.bigNaranjabutton:hover, button.bigNaranjabutton:hover, button.bigNaranjabutton_hover, .mediumNaranjabutton:hover, button.mediumNaranjabutton:hover, .minNaranjabutton:hover, button.minNaranjabutton:hover {
    -moz-transition: all 0.1s ease-in-out 0s;
    background-color: #ffa452;
    cursor: pointer;
}

.mediumNaranjabutton, button.mediumNaranjabutton, #mbnb .mediumNaranjabutton {
    background-clip: padding-box;
    background-color: #ff7a00;;
    border: 2px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 2px #999999;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 0.4em;
}

.minNaranjabutton, button.minNaranjabutton, #mbnb .minNaranjabutton {
    background-clip: padding-box;
    background-color: #ff7a00;
    border: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #999999;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    padding: 0.1em 0.2em;
}

.bigGrisbutton, button.bigGrisbutton {
    background-clip: padding-box;
    background-color: #efefef;
    border: 4px solid #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 1px 1px 2px #999999;
    color: #000 !important;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.3em 0.9em;
}

.bigGrisbutton:hover, button.bigGrisbutton:hover, button.bigGrisbutton_hover, .mediumGrisbutton:hover, button.mediumGrisbutton:hover , .minGrisbutton:hover, button.minGrisbutton:hover, button.minRedbutton:hover {
    -moz-transition: all 0.1s ease-in-out 0s;
    background-color: #cbcbcb;
    cursor: pointer;
}

.minGrisbutton[disabled]:hover, button.minGrisbutton[disabled]:hover {
	cursor: default;
	background-color: #efefef !important;
}

.mediumGrisbutton, button.mediumGrisbutton, #mbnb .mediumGrisbutton {
    background-clip: padding-box;
    background-color: #efefef;
    border: 2px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 2px #999999;
    color: #4a4a4a;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 0.4em;
}
.minGrisbutton, button.minGrisbutton, #mbnb .minGrisbutton {
    background-clip: padding-box;
    background-color: #efefef;
    border: 2px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #999999;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: normal;
    padding: 0.1em 0.2em;
}

.bigRedbutton:hover, button.bigRedbutton:hover, button.bigRedsbutton_hover, .mediumRedbutton:hover, button.mediumRedbutton:hover , .minRedbutton:hover, button.minRedbutton:hover {
    -moz-transition: all 0.1s ease-in-out 0s;
    background-color: #f81818;
    cursor: pointer;
}

.minRedbutton, button.minRedbutton, #mbnb .minRedbutton {
    background-clip: padding-box;
    background-color: #e40101;
    border: 2px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #999999;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    padding: 0.1em 0.2em;
}
/***************************/

/***inicio boton_auto_width_naranja***/

.boton_auto_width_naranja {
cursor: pointer;
}

.boton_auto_width_naranja:hover .boton_auto_width_center_naranja {
    background-color:#db8407;
}

.boton_auto_width_naranja:hover .boton_auto_width_right_naranja {
    background:url(../../../img/sprite.png) -32px -160px;
}

.boton_auto_width_naranja:hover .boton_auto_width_left_naranja {
    background:url(../../../img/sprite.png) -25px -160px;
}

.boton_auto_width_left_naranja {
    background:url(../../../img/sprite.png) -35px -160px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 21px;
    width: 2px;
    float:left;
}

.boton_auto_width_center_naranja {
    border-top:#d8d8d8 solid 1px;
    border-bottom:#d8d8d8 solid 1px;
    background-repeat: repeat-x;
    background-color:#f49000;
    display: inline-block;
    height: 19px;
    float:left;
    font-size: 11px;
    color:#ffffff;
    font-weight: bold;
    line-height: 150%;
    padding: 0 7px;

}

.boton_auto_width_right_naranja {
    background:url(../../../img/sprite.png) -40px -160px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 21px;
    width: 2px;
   /* float:left;*/
}

/***fin boton_auto_width******/


h1.titulo_naranja {
    color:#f49000;
    font-size:22px;
}

h2.titulo_naranja {
    color:#f49000;
    font-size:14px;
    margin:5px;
}

div.titulo_naranja {
    color:#f49000;
    font-size:12px;
    margin:5px;
    font-weight:bold;
}

div.titulo_negro {
    color:#666666;
    font-size:13px;
    font-weight:bold;
    margin:0px;
}


h4.h4negro {
    color:#666666;
    font-size:13px;
    font-weight:bold;
    margin:0px;

}

.tituloNegroH2 {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.tituloNegroH2 a {
    text-decoration:none;
    color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.columna_izquierda {
    float:left;
}

.columna_derecha {
    float:right;
}



.btn_naranja {
    width:89px;
    height:17px;
    background:url(../../../img/sprite.png) -2px -200px;
    color:#fff !important;
    font-weight:bold;
    font-size:12px;
    cursor:pointer;
    padding:5px;
    margin-top:6px;
    margin-bottom:10px;
    text-align: center;
}
.btn_naranja:hover {
    background:url(../../../img/sprite.png) -114px -200px;
}

.btn_opc_establecimiento_gris {
    margin-bottom: 7px;
    margin-right: 22px;
    padding: 3px 0 3px 25px;
    position: relative;
    width: 167px;
}

.optionDisable {
    background-color: #FFDBC1 !important;
    color:#fff !important;
}

.btn_opc_establecimiento_gris .img {
    left: 3px;
    position: absolute;
    top: 3px;
    vertical-align: middle;
}

.ico_20b15 {
    background-image:url(../../../img/sprite.png);
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 15px;
    width: 20px;
    margin-right:2px;
    cursor:pointer;

}

.ico_15b15 {
    background-image:url(../../../public/img/sprite_portal.png);
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right:0px;
    cursor:pointer;
    padding:0 !important;
}


.ico_25b25 {
    background-image:url(../../../public/img/sprite_portal.png);
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right:2px;
    cursor:pointer;
}

.ico_precio {
    background-position: -1px -119px;
}

.ico_blanco {
    background-position: -780px 0px;
}
.ico_helpMin {
    background-position: -165px -47px;
}
.ico_sis_out {
    background-position: -448px -6px;
}

.ico_descarga {
    background-position: 2px -57px;
}

.ico_estancias {
    background-position: -4px -7px;
}
.ico_localizacion {
    background-position: -33px -7px;
}
.ico_imagenes {
    background-position: -62px -7px;
}
.ico_comportamientos {
    background-position: -89px -7px;
}
.ico_servicios {
    background-position: -117px -7px;
}
.ico_caracteristicas {
    background-position: -211px -7px;
}
.ico_add_aloja {
    background-position: -144px -5px;
}
.ico_duplicar {
    background-position: -230px -5px;
}
.ico_add {
    background-position: -250px -8px;
}
.ico_add:hover {
    background-position: -643px -8px;
}

.ico_delete {
    background-position: -271px -6px;
}
.ico_edit {
    background-position: -296px -6px;
}

.ico_cal {
    background-position: -466px -7px;
}

.ico_puntero {
    background-position: -501px -6px;
}

.ico_refresh {
    background-position: -536px -4px;
}

.ico_calendar {
    background-position: -465px -6px;
}

/**ESTADOS DE LAS RESERVAS**/

.ico_entrada {
    background-position: -336px -7px;
}
.ico_salida {
    background-position: -368px -7px;
}
.ico_anulada {
    background-position: -519px -7px;
}
.ico_overbooking {
    background-position: -392px -7px;
}
.ico_enEspera {
    background-position: -414px -7px;
}
.ico_print {
    background-position: -52px -55px;
}
.ico_entrada_negro {
    background-position: -135px -56px;
}
.ico_reserva_realizada {
    background-position: -392px -7px;
}
.ico_reserva_confirmada {
    background-position: -432px -7px;
}
.ico_bajo_peticion {
    background-position: -313px -7px;
}
.ico_fallo_tpv {
    background-position: -626px -7px;
}

.ico-reserva_realizada            { color: #f50315; }
.ico-reserva_confirmada           { color: #008d00; }
.ico-entrada                      { color: #008d00; }
.ico-salida                       { color: #d18f02; }
.ico-anulada                      { color: #f50315; }
.ico-bajo-peticion                { color: #000000; }
.ico-fallo-tpv                    { color: #ff3901; }
.ico-reserva-cobrada              { color: #008d00; }
.ico-reserva-cobrada-parcialmente { color: #ffb900; }
.ico-reserva-pendiente-cobrar     { color: #f50315; }
.ico-reserva-facturada            { color: #008d00; }
.ico-reserva-pendiente-facturar   { color: #f50315; }
.ico-reserva-parcialmente-facturar{ color: #ffb900; }
.ico-elemento-pendiente-facturar  { color: #f50315; }
.ico-elemento-facturado           { color: #008d00; }
.ico-pendiente-liquidacion        { color: #f50315; }
.ico-liquidado                    { color: #008d00; }
.listadoReservas_processing {
    z-index: 1000;
}


/***HERRAMIENTAS LISTADO***/
.contenedorHerramientas i {
margin-right:5px;
}
 .ico_editar {
    background-position: -38px -56px;
}
.ico_delete_15_15 {
    background-position: -71px -56px;
}
.ico_send {
    background-position: -88px -56px;
}
.ico_configuracion_multiple {
    background-position: -279px -61px;
}

.ico_play {
    background-position: -598px -7px;
}
.ico_pause {
    background-position: -583px -7px;
}
/***************estado_pagos_reserva*****************/
.ico_estado_pagos_pagada {
    background-position: -18px -54px;
}

.ico_estado_pagos_requeriemiento {
    background-position: -4px -54px;
}
/*************** LIQUIDACION COWORKING *****************/
.ico_pendiente_liquidacion {
    background-position: -176px -54px;
}

.ico_liquidado {
    background-position: -204px -54px;
}
/********************* RESERVAS **********************/
.ico_send_confirmacion {
    background-position: -158px -55px;
}

/********************* FACTURACION **********************/
.ico_sin_factura {
    background-position: -224px -56px;
}
.ico_con_factura {
    background-position: -205px -56px;
}

/******************** CLIENTES **********************/
.add_cliente {
    background-position: -258px -56px;
}

.ico_barra_herramientas_top_opc1 {
    background-position: 0px -128px;
}
.ico_barra_herramientas_top_opc2 {
    background-position: -57px -128px;
}
.ico_barra_herramientas_top_opc3 {
    background-position: -113px -128px;
}
.ico_barra_herramientas_top_opc4 {
    background-position: -169px -128px;
}
.ico_barra_herramientas_top_opc5 {
    background-position: -227px -128px;
}
.ico_barra_herramientas_top_opc6 {
    background-position: -279px -128px;
}
.ico_barra_herramientas_top_opc7 {
    background-position: -330px -128px;
}
.ico_barra_herramientas_top_opc8 {
    background-position: -379px -128px;
}

.ico_barra_herramientas_top_opc1:hover {
    background-position: 0px -85px;
}
.ico_barra_herramientas_top_opc2:hover {
    background-position: -57px -85px;
}
.ico_barra_herramientas_top_opc3:hover {
    background-position: -113px -85px;
}
.ico_barra_herramientas_top_opc4:hover {
    background-position: -169px -85px;
}
.ico_barra_herramientas_top_opc5:hover {
    background-position: -227px -85px;
}
.ico_barra_herramientas_top_opc6:hover {
    background-position: -279px -85px;
}
.ico_barra_herramientas_top_opc7:hover {
    background-position: -330px -85px;
}
.ico_barra_herramientas_top_opc8:hover {
    background-position: -379px -85px;
}
.imgEstadoVentaOnlineON {
    background:url(../../../img/sprite.png)  -483px -7px no-repeat transparent;
    margin-right: 2px;
}
.ico_visible {
    background-position: -689px -7px;
}
.ico_visible_no {
    background-position: -706px -7px;
}

/***************************ESTILOS GDS**************************************/
    .comportamiento div {
        background-color: #F5F5F5;
        border: 2px solid #EBEBEB;
        cursor: pointer;
        font-size: 11px;
        margin: 6px;
        padding: 5px;
        width: 90%;
    }

    .ico_VentaCruzada {
    background-color: transparent;
    background-image:url(../../../img/sprite.png);
    background-position: -263px -34px;
    background-repeat: no-repeat;
    cursor: help;
    display: inline-block;
    float: right;
    height: 20px;
    margin-right: 2px;
    width: 20px;
}

  .GDS_ico_barra_herramientas_top_opc1 {
          background-position: 0px -336px;
     }
     .GDS_ico_barra_herramientas_top_opc2 {
          background-position: -57px -336px;
     }
     .GDS_ico_barra_herramientas_top_opc3 {
          background-position: -113px -336px;
     }
     .GDS_ico_barra_herramientas_top_opc4 {
          background-position: -170px -336px;
     }
     .GDS_ico_barra_herramientas_top_opc5 {
          background-position: -227px -336px;
     }
     .GDS_ico_barra_herramientas_top_opc6 {
          background-position: -278px -336px;
     }

     .GDS_ico_barra_herramientas_top_opc1:hover {
        background-position: 0px -296px;
    }
    .GDS_ico_barra_herramientas_top_opc2:hover {
        background-position: -57px -296px;
    }
    .GDS_ico_barra_herramientas_top_opc3:hover {
        background-position: -113px -296px;
    }
    .GDS_ico_barra_herramientas_top_opc4:hover {
        background-position: -170px -296px;
    }
    .GDS_ico_barra_herramientas_top_opc5:hover {
        background-position: -227px -296px;
    }
    .GDS_ico_barra_herramientas_top_opc6:hover {
        background-position: -278px -296px;
    }
/****************************************************************************/

.imgEstadoVentaOnlineOFF {
    background:url(../../../img/sprite.png)  -522px -7px no-repeat transparent;
    width: 14px;
    height: 14px;
    margin-right:2px;
}
/*****************************estilo personales udialog*****************************************/
.ui-widget-header {
    background: #f5f5f5 !important;
    border: none !important;
    color: #666666 !important;
    font-weight: bold;
}
.ui-widget-content {
    background:#fff !important;
    border: 1px solid #DDDDDD;
    color: #666666 !important;
}
.ui-dialog {
padding:0px !important;
}

.ui-dialog .ui-dialog-content {
    padding:5px !important;
}

.ui-widget {
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    font-size:11px !important;
}

.ui-widget-content .blanco a {
  color:#fff !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
    padding-top: 1px !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    font-size: 1em;
}
.ui-selectmenu-status {
    padding-top: 2px !important;
    font-size:10px !important;
    color:#666666 !important;
}

#ui-datepicker-div {
    z-index:1003 !important;
}

.ui-accordion .ui-accordion-content {
    padding: 10px !important;
}
/***********************************************************************************************/
/*************************************Estilos pasos wizard de configuracion***************************/
#divStepsWizard {
display:none;
}
.bar_step_wizard {
    height:30px;
}
.bar_step_wizard ul {
    list-style:none;
    display: inline;
    margin:0px;
    padding: 0;
    letter-spacing: -4px;

}
.bar_step_wizard li {
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline; /* For IE6/IE7 */
    zoom: 1; /* For IE6/IE7 */
    display: inline-block;
    height: 30px;
    /*width: 150px;*/
    background-color:#eab76e;
    color:#fff;
    font-weight:bold;
    font-size:10px;
}
.texto_step_wizard {
    float:left;
     padding: 7px 0 0 5px;
}
.step_wizard_act {
    background-color:#e18604 !important;
}
.flecha_step_wizard {
    float:right;
    background-image:url(../../../img/sprite.png);
    background-repeat: no-repeat;
     background-position: -77px -259px;
    height: 30px;
    width: 35px;
}
.flecha_step_wizard_act {
     background-position: -1px -259px;
}
.pre_flecha_step_wizard_act {
     background-position: -39px -259px;
}
.last_flecha_step_wizard {
     background-image:none;
}

.ui-dialog-titlebar_clear_pading {
    padding: 0 !important;
}

.qq-upload-success_delete {
    width:72px;
    height:16px;
    background:url(../../../img/sprite.png) -227px -204px;
    color:#666666;
    cursor:pointer;
    padding:1px 0px 0 20px;
    margin-bottom:2px;
    margin-right:22px;
    position: relative;
    font-size:11px;
    float:left;
}

.qq-upload-success_delete:hover {
    background:url(../../../img/sprite.png) -339px -204px;
}


/****************************************barra para el cambio de establecimiento*************************************************************/
.divSelectEstablecimiento {
    float: left; margin-left: 12px; width: auto;
}
.ui-selectmenu {
    font-size:11px!important;
}
.registro-input {
    display: block;
    height: 20px;
    margin: 6px auto;
    width: 90%;
    overflow: visible;
    position: relative;
}

.registro-input input {
    width: 100%;
    color:#fdfdfd;
 }

 .registroActivo-input input {
    width: 100%;
 }
 /******************************sistema de ayuda**************************************/
 .contendorSistemaAyudaTop {
    z-index:201;
 }
 .sistemaAyudaClose {
/*    height: 19px;
    float: right;
    padding: 5px;
    width: 21px;
    background-color: #FFFFFF;*/
       background-color: #FFFFFF;
    float: right;
    height: 14px;
    padding: 3px;
    width: 16px;
}
.btnsistemaAyudaClose {
    cursor: pointer;
    height: 16px;
}
/*******************cuadros con radio*********************/
.cuadroConRadio8 {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px
}

.cuadroConRadio8Sup {
   -webkit-border-radius: 8px 8px 0px 0px;
   -moz-border-radius: 8px 8px 0px 0px;
   border-radius: 8px 8px 0px 0px;
}
.cuadroConRadio8Inf {
   -webkit-border-radius: 0px 0px 8px 8px;
   -moz-border-radius: 0px 0px 8px 8px;
   border-radius: 0px 0px 8px 8px;
}

.cuadroConRadio10 {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px
}

.cuadroConRadio5 {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

#ZOTapaSituacion {
    background-color: #555555;
    display: block;
  /*height: 65px;*/
    padding: 34px 30px;
    position: absolute;
  /*width: 393px;*/
    cursor: pointer;
    background-color:rgba(0, 0, 0, 0.5)
}



/**********************barras de progreso**********************************/

        .meter {
            height: 15px;  /* Can be anything */
            position: relative;
            /*margin: 60px 0 20px 0;  Just for demo spacing */
            background: #f5f5f5;
            border:#fff solid 1px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            padding: 4px;
            -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
            -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
            box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
        }
        .meter > span {
            display: block;
            height: 100%;
               -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
                   -moz-border-radius-topright: 8px;
                -moz-border-radius-bottomright: 8px;
                       border-top-right-radius: 8px;
                    border-bottom-right-radius: 8px;
                -webkit-border-top-left-radius: 20px;
             -webkit-border-bottom-left-radius: 20px;
                    -moz-border-radius-topleft: 20px;
                 -moz-border-radius-bottomleft: 20px;
                        border-top-left-radius: 20px;
                     border-bottom-left-radius: 20px;
            background-color: rgb(43,194,83);
            background-image: -webkit-gradient(
              linear,
              left bottom,
              left top,
              color-stop(0, rgb(43,194,83)),
              color-stop(1, rgb(84,240,84))
             );
            background-image: -moz-linear-gradient(
              center bottom,
              rgb(43,194,83) 37%,
              rgb(84,240,84) 69%
             );
            -webkit-box-shadow:
              inset 0 2px 9px  rgba(255,255,255,0.3),
              inset 0 -2px 6px rgba(0,0,0,0.4);
            -moz-box-shadow:
              inset 0 2px 9px  rgba(255,255,255,0.3),
              inset 0 -2px 6px rgba(0,0,0,0.4);
            box-shadow:
              inset 0 2px 9px  rgba(255,255,255,0.3),
              inset 0 -2px 6px rgba(0,0,0,0.4);
            position: relative;
            overflow: hidden;
        }
        .meter > span:after, .animate > span > span {
            content: "";
            position: absolute;
            top: 0; left: 0; bottom: 0; right: 0;
         /*   background-image:
               -webkit-gradient(linear, 0 0, 100% 100%,
                  color-stop(.25, rgba(255, 255, 255, .2)),
                  color-stop(.25, transparent), color-stop(.5, transparent),
                  color-stop(.5, rgba(255, 255, 255, .2)),
                  color-stop(.75, rgba(255, 255, 255, .2)),
                  color-stop(.75, transparent), to(transparent) */
               );   */
            background-image:
                -moz-linear-gradient(
                  -45deg,
                  rgba(255, 255, 255, .2) 25%,
                  transparent 25%,
                  transparent 50%,
                  rgba(255, 255, 255, .2) 50%,
                  rgba(255, 255, 255, .2) 75%,
                  transparent 75%,
                  transparent
               );
            z-index: 1;
            -webkit-background-size: 50px 50px;
            -moz-background-size: 50px 50px;
            background-size: 50px 50px;
            -webkit-animation: move 2s linear infinite;
         /*   -moz-animation: move 2s linear infinite;*/
               -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
                   -moz-border-radius-topright: 8px;
                -moz-border-radius-bottomright: 8px;
                       border-top-right-radius: 8px;
                    border-bottom-right-radius: 8px;
                -webkit-border-top-left-radius: 20px;
             -webkit-border-bottom-left-radius: 20px;
                    -moz-border-radius-topleft: 20px;
                 -moz-border-radius-bottomleft: 20px;
                        border-top-left-radius: 20px;
                     border-bottom-left-radius: 20px;
            overflow: hidden;
        }

        .animate > span:after {
            display: none;
        }

        @-webkit-keyframes move {
            0% {
               background-position: 0 0;
            }
            100% {
               background-position: 50px 50px;
            }
        }

        @-moz-keyframes move {
            0% {
               background-position: 0 0;
            }
            100% {
               background-position: 50px 50px;
            }
        }

        /*
        .orange > span {
            background-color: #f1a165;
            background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
            background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
        }

        .red > span {
            background-color: #f0a3a3;
            background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
            background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
        }

        .nostripes > span > span, .nostripes > span:after {
            -webkit-animation: none;
            -moz-animation: none;
            background-image: none;
        }         */
/*************************************************************************/
/***************tooltip*****************************/
.btnTolltip {
    cursor:help;
}

/*#tooltip {
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    color: #666666;;
    font-size: 12px;
    margin-top: 4px;
    max-width: 300px;
    min-width: 100px;
    padding: 5px;
    width: auto;
}
#tooltip #ttimg.top {
    margin-left: 2px;
    margin-top: -17px;
}
#tooltip #ttimg.bottom {
    bottom: 0;
    margin-bottom: -12px;
    margin-left: 2px;
}
#tooltip.default {
    background: none repeat scroll 0 0 whitesmoke;
    border: 3px solid white;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    margin-top: 2px;
}
#tooltip.default #ttimg.top {
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
}
#tooltip.default #ttimg.bottom {
    bottom: 0;
    margin-bottom: -3px;
    margin-left: -8px;
    position: absolute;
}      */
/*******************************************/

/******* calendario disponibilidad *********/
td.CALENcompleto {
    background: none !important;
    color: #000;
}

table.ui-datepicker-calendar tbody td.CALENcompleto a {
    opacity: 0.50;
}

.CALENcompleto .ui-state-default {
    background: none !important;
    background-color: #ff0000 !important;
    color: #000;
}
/*******************************************/
.listSegmentos ul { padding: 0; margin: 0;}
.listSegmentos div { display: inline-block; vertical-align: top;margin-bottom: 5px; }
.listSegmentos li { width: 170px; }

/***btn desplegable exoirtar listados***/
.btn .caret {
    margin-left: 0;
    margin-top: 8px;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}

/*********************************/
/*
------------------------------
    Impromptu
------------------------------
*/
.hiddebox {
    display:none;
}
.jqifade {
    position: absolute;
    background-color: #777777;
}
div.jqi {
    width: 400px;
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}
div.jqi .jqicontainer {
    font-weight: bold;
}
div.jqi .jqiclose {
    position: absolute;
    right: 4px;
    top: 8px;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #444444;
    background-color: #F4F4F4;
}
div.jqi .jqibuttons {
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eeeeee;
    background-color: #e4e4e4;
}
div.jqi button {
    padding: 3px 10px;
    margin: 0 10px;
    background-clip: padding-box;
    background-color: #EFEFEF;
    border: 2px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #999999;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 12px;
    cursor:pointer;
}
div.jqi button:hover {
    background-color: #728A8C;
}
div.jqi button.jqidefaultbutton {
    background-color: #ff7a00;;
    color:#fff;
}
div.jqi button.jqidefaultbutton:hover {
    background-color: #ffa452;
}

.jqiwarning .jqi .jqibuttons {
    background-color: #BF5E26;
}

.jqi .jqiarrow { position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl { left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc { left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr { right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl { left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc { left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr { right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt { left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm { left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb { left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt { right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm { right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb { right: -20px; bottom: 10px; border-left-color: #ffffff; }

/*
------------------------------
    impromptu
------------------------------
*/
.impromptuwarning .impromptu { background-color: #aaaaaa; }
.impromptufade {
    position: absolute;
    background-color: #ffffff;
}
div.impromptu {
    position: absolute;
    background-color: #cccccc;
    padding: 10px;
    width: 300px;
    text-align: left;
}
div.impromptu .impromptuclose {
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer {
    background-color: #213e80;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}
div.impromptu .impromptumessage {
    background-color: #415ea0;
    padding: 10px;
}
div.impromptu .impromptubuttons {
    text-align: center;
    padding: 5px 0 0 0;
}
div.impromptu button {
    padding: 3px 10px 3px 10px;
    margin: 0 10px;
}

/*
------------------------------
    columns ex
------------------------------
*/
.colsJqifadewarning .colsJqi { background-color: #ff7a00; }
.colsJqifade {
    position: absolute;
    background-color: #ffffff;
}
div.colsJqi {
    position: absolute;
    background-color: #d0dEb6;
    padding: 10px;
    width: 400px;
    text-align: left;
}
div.colsJqi .colsJqiclose {
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer {
    background-color: #e0eEc6;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    height: 160px;
}
div.colsJqi .colsJqimessage {
    background-color: #c0cEa6;
    padding: 10px;
    width: 280px;
    height: 140px;
    float: left;
}
div.colsJqi .jqibuttons {
    text-align: center;
    padding: 5px 0 0 0;
}
div.colsJqi button {
    background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
    border: solid #777777 1px;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    margin: 5px 5px 5px 10px;
    width: 75px;
}
div.colsJqi button:hover {
    border: solid #aaaaaa 1px;
}

/*
------------------------------
    brown theme
------------------------------
*/
.brownJqiwarning .brownJqi { background-color: #cccccc; }
.brownJqifade {
    position: absolute;
    background-color: #ffffff;
}
div.brownJqi {
    position: absolute;
    background-color: transparent;
    padding: 10px;
    width: 300px;
    text-align: left;
}
div.brownJqi .brownJqiclose {
    float: right;
    margin: -20px 0 0 0;
    cursor: pointer;
    color: #777777;
    font-size: 11px;
}
div.brownJqi .brownJqicontainer {
    position: relative;
    background-color: transparent;
    border: solid 1px #5F5D5A;
    color: #ffffff;
    font-weight: bold;
}
div.brownJqi .brownJqimessage {
    position: relative;
    background-color: #F7F6F2;
    border-top: solid 1px #C6B8AE;
    border-bottom: solid 1px #C6B8AE;
}
div.brownJqi .brownJqimessage h3 {
    background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
    margin: 0;
    padding: 7px 0 7px 15px;
    color: #4D4A47;
}
div.brownJqi .brownJqimessage p {
    padding: 10px;
    color: #777777;
}
div.brownJqi .brownJqimessage img.helpImg {
    position: absolute;
    bottom: -25px;
    left: 10px;
}
div.brownJqi .brownJqibuttons {
    text-align: right;
}
div.brownJqi button {
    background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
    border: solid #777777 1px;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    margin: 5px 5px 5px 10px;
}
div.brownJqi button:hover {
    border: solid #aaaaaa 1px;
}

/**/

/****containerError  -  errores del formulario***/
.cmpO {
     color:#ff7a00;
     font-size:11px;
     margin:0 2px;
}
#containerError {
    overflow:hidden;
    margin-bottom:8px
}
#containerError ul {
    margin: 3px;
    padding: 0 17px;
}
#containerError li {
    font-weight:normal;
}

.FormValiderror {
    color:#d31616;
    font-size:10px;
    margin:2px 1px;
    display: flex;
}

.tituloApartadoError {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 2px 0 2px 5px;
    margin-top: 7px;
}

/*****************************************/
/**flechas indicacion**/
.flecha_indicacion_naranja {
    height:60px;
    position:absolute !important;
    right:-91px;
    top:4px;
    width:98px;
    z-index:15
}
/*sombras*/

.boxShadow1 {
    box-shadow: 1px 1px 1px #CCCCCC;
}
.boxShadow3 {
    box-shadow: 3px 3px 3px #CCCCCC;
}
.boxShadow5 {
    box-shadow: 5px 5px 5px #CCCCCC;
}

/*************estilos pantalla canales y coworking******************/
    .menuCanales {
        background-color:#4D4A47;
        color: #fff;
        height: 19px;
        font-size: 11px;
    }
    .menuCanales ul {
        margin: 0;
        list-style: none;
        padding-top: 2px;
    }
    .menuCanales li {
        display: inline;
        margin-right: 15px;
        cursor: pointer;

    }
    .menuCanales li:hover {
        background-color: #ccc;
        color: #000;
    }


        .lineaCoworking {
        border-bottom: #ccc dashed 1px;
        padding: 5px 5px;
        clear: both;
        margin-bottom: 5px;
        overflow: hidden;
    }
/*******************************************************************/
/******************COWORKING****************************/
.menuOrden {
        background-color: #EBEBEB;
        color: #000000;
        height: 30px;
        font-size: 11px;

    }
    .menuOrden ul {
        margin: 0;
        list-style: none;
        padding: 10px;
    }
    .menuOrden li {
        display: inline;
        cursor: pointer;
        border-left: #666666 solid 1px;
        padding:5px 8px ;
        margin-left:-3px;
    }
    .menuOrden li:hover {
        background-color: #f5f5f5;
        color: #000;
    }

    .menuOrdenSlect {
    background-color: #ff7a00;
        color: #fff;
    }

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

    .cuadroBotonVacio {
        border: #fff solid 1px;
        width: 130px;
        height: 91px;
        background-color: #fff;
        text-align: center;;
    }

    .cuadroBoton {
        border: #e6e6e6 solid 1px;
        width: 130px;
        height: 91px;
        background-color: #f4f4f4;
        text-align: center;;
    }

    .cuadroBoton:hover {
        border: #ff7a00 solid 1px;
        background-color: #ffa452;
    }
    .cuadroBoton:hover .titulo_naranja {
        color:#fff;
    }
    /*******************************/

    .datepick-month-header, .datepick-month-header select, .datepick-month-header input {
        background-color: #ff7a00 !important;
    }
/**********comportamientos  resultado disponibilidad***********/
 .resultadoDisponibilidadcomportamiento {
    overflow: hidden;
    border-bottom: 1px dashed #000000;
    padding: 5px 11px;
 }

.resultadoDisponibilidadcomportamiento:hover {
    cursor:pointer;
/*    background-color: #f5f5f5;*/
}

 .resultadoDisponibilidadcomportamientoLast {
   /* height:25px;*/
    overflow: hidden;
    padding: 5px 11px;
    border-bottom: none;
 }

 .resultadoDisponibilidadFilaPersonas {
    height: 21px;
    padding-top: 8px;

 }
 .resultadoDisponibilidadFilaPersonas {
    height: 21px;
    padding-top: 8px;

 }

.imgComportamientoResultadoDisponibilidad {
    float:left;
    cursor: pointer;
    height: 56px;
    width: 85px;
     margin-bottom: 6px;
}

.ComportamientoPersonas {
    margin:auto;
    background:url(../../../public/img/sprite_portal.png) -64px -48px;
    background-repeat: no-repeat;
    background-color:transparent;
    height:14px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    width: 0px;
}

.ComportamientoPersonas1 {
    width: 8px;
}
.ComportamientoPersonas2 {
    width: 16px;
}
.ComportamientoPersonas3 {
    width: 24px;
}
.ComportamientoPersonas4 {
    width: 32px;
}
.ComportamientoPersonasMas4 {
    padding-left: 33px;
    padding-top: 1px;
    width: 49px;
}

.ComportamientoPersonasNinos {
    margin:auto;
    background:url(../../../public/img/sprite_portal.png) -179px -48px;
    background-repeat: no-repeat;
    background-color:transparent;
    height:14px;
    color: #FFFFFF;
    font-size: 3px;
    font-weight: bold;
    width: 0px;
}

.ComportamientoPersonasNinos1 {
    width: 7px;
}
.ComportamientoPersonasNinos2 {
    width: 13px;
}
.ComportamientoPersonasNinos3 {
    width: 19px;
}
.ComportamientoPersonasNinos4 {
    width: 25px;
}
.ComportamientoPersonasNinosMas4 {
    padding-right: 3px;
    padding-left: 27px;
    width: 12px;
}


.ComportamientoPersonasSeniors {
    margin:auto;
    background:url(../../../public/img/sprite_portal.png) -222px -48px;
    background-repeat: no-repeat;
    background-color:transparent;
    height:14px;
    color: #FFFFFF;
    font-size: 3px;
    font-weight: bold;
    width: 0px;
}

.ComportamientoPersonasSeniors1 {
    width: 10px;
}
.ComportamientoPersonasSeniors2 {
    width: 23px;
}
.ComportamientoPersonasSeniors3 {
    width: 36px;
}
.ComportamientoPersonasSeniors4 {
    width: 48px;
}
.ComportamientoPersonasSeniorsMas4 {
    padding-left: 47px;
    padding-top: 1px;
    width: 17px;
}


.resultadoDisponibilidadExperiencia {
    min-height:169px;
  /*background:url("../../../public/img/marcaExperienciaResultado.png") no-repeat scroll left bottom #fff;*/
    border-bottom: 1px dashed #ff7a00;
    overflow: hidden;
    padding: 5px 11px;
}

.resultadoDisponibilidadExperiencia:hover {
  /*background-color: #f5f5f5;*/
}

.resultadoDisponibilidadPaquete {
  /*background:url("../../../public/img/marcaPaqueteResultado.png") no-repeat scroll left bottom #fff;*/
}

.resultadoDisponibilidadPaquete:hover {
  /*background-color: #f5f5f5;*/
}

.resultadoDisponibilidadExperiencia .nombreDescripcionExperiencia {
/*    margin-bottom:73px*/
}

.resultadoDisponibilidadPaquete .nombreDescripcionExperiencia {
/*    margin-bottom:73px*/
}

.cartelMarca {
    color: #FFFFFF;
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    left: -11px;
    position: absolute;
    margin-top: 14px;
}

.cartelMarca > a {
    color:#fff !important;
}

.cartelMarcaTriangulo {
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-top: 0 solid rgba(0, 0, 0, 0);
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.cartelMarcaContenido {
    padding: 2px 15px 2px 7px;
    box-shadow: 4px 3px 3px #777777;
}


.cartelMarcaBordeExperiencia {
    border-right: 10px solid #ffc000;
}

.cartelMarcaExperiencia {
    background: none repeat scroll 0 0 #ffc000;
}

.cartelMarcaBordePaquete {
    border-right: 10px solid #ff7a00;
}

.cartelMarcaPaquete {
    background: none repeat scroll 0 0 #ff7a00;
}

.cartelMarcaDesdeFicha {
    color: #FFFFFF;
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    left: -11px;
    position: absolute;
    margin-top: 87px;
    z-index:20;
}

.cartelMarcaDesdeFicha > a {
    color:#fff !important;
}

.cartelMarcaTrianguloDesdeFicha {
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-top: 0 solid rgba(0, 0, 0, 0);
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.cartelMarcaContenidoDesdeFicha {
    padding: 2px 15px 2px 7px;
    box-shadow: 4px 3px 3px #777777;
}

.cartelMarcaBordeDesdeFicha {
    border-right: 10px solid #ff7a00;
}

.cartelMarcaDesdeFicha {
    background: none repeat scroll 0 0 #ff7a00;
}


.pac-container {
    width:300px !important;
}

/***************************FIN ESTILOS GENERICOS*********************/
/***************************ESTILOS PORTAL***************************/

#main_top_menu {
    height: 71px;
    background: url("https://www.optitur.org/public/img/logo_barra_superior.gif") no-repeat scroll left 0px transparent;
    background-size: auto 60px;
    margin-top: 4px;
    min-height: 60px;
}
#main {
    margin:auto;/*modificar para ipad*/
    min-width:420px;
    min-height:380px;
    max-width:95%;
    max-height:95%;
}

body label
 {
    font-weight:bold;
    margin-right: 5px;
    /*font-size: 1em;*/
}

body h4
 {
    margin: 4px 0;
}

.buscadorFicha h4 {
    margin: 8 3px 3px 3px;
}

.pieportal {
    padding:5px;
    margin-top:15px;
    border -top:#fff solid 1px;
    text-align: center;
}

.texto_oscuro_base {
    font-size:11px;
    color:#666666;
}

.texto_blanco {
    color:#fff;
}


.textoBlod {
    font-weight:blod;
}


#main input[type=text], input[type=password] {
    background:#fff;
    border:#fff solid 1px;
}


input:focus {
    background-color: #FFFFFF;
    border: 1px solid #FF7A00 !important;

}

input[readonly] {
    background-color: #f0f0f0 !important;
}

#main_barra_superior {

    height: 0px;
    padding-top: 0px;
}

#main_contenido_total {
    margin:2px auto;
    overflow:hidden;
}

#main_contenido_total p {
    margin:5px 0px;
}

.boxShadow1 {
    box-shadow: 1px 1px 1px #CCCCCC;
}
.boxShadow3 {
    box-shadow: 3px 3px 3px #CCCCCC;
}
.boxShadow5 {
    box-shadow: 5px 5px 5px #CCCCCC;
}

.cuadro_fondo_gris {
    background:#f5f5f5;
}

.cuadro_fondo_naranja {
    background:#ff7a00;
}

.cuadro_fondo_blanco {
    background:#fff;
}

.borde_gris_oscuro {
        border:#fff solid 1px;
}
.borde_naranja_oscuro {
    border:#f49000 solid 1px;
}

.borde_gris_claro {
        border:#fff solid 1px;
}

.borde_blanco {
        border:#fff solid 1px;
}

.fondo_blanco_transparente {
  background-color: #fff !important;
  opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
}

/*****titulos y textos*****/
h1.titulo_naranja {
    color:#f49000;
    font-size:30px;
}

h1 a {
    text-decoration: none;
    color:#666666;
}

.tituloNaranjaH1 {
    color:#f49000;
    font-size:24px;
    font-weight:bold;
    margin:0px;
}

.tituloNaranjaH2 {
    color:#f49000;
    font-size:16px;
    font-weight:bold;
    margin:0px;
}

.tituloNaranjaH3 {
    color:#f49000;
    font-size:13px;
    font-weight:bold;
    margin:0px;
}

h2.titulo_naranja {
    color:#f49000;
    font-size:14px;
    margin:5px;
}

div.titulo_naranja {
    color:#f49000;
    font-size:12px;
    margin:5px;
    font-weight:bold;
}

div.titulo_negro {
    color:#666666;
    font-size:13px;
    font-weight:bold;
    margin:0px;
}

.tituloNegroH1 {
    color:#666666;
    font-size:24px;
    font-weight:normal;
    margin:0px;
}

.tituloNegroH1 a {
    text-decoration:none;
    color:#666666;
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
}

.tituloNegroH2 {
    color:#666666;
    font-size:16px;
    font-weight:bold;
    margin:0px;
}

.tituloNegroH3 {
    color:#666666;
    font-size:13px;
    font-weight:bold;
    margin:0px;
}

.tituloNegroH2Normal {
    color:#666666;
    font-size:13px;
    font-weight:blod;
    margin:0px;
}

.tituloNegroGrande {
    color:#666666;
    font-size:24px;
    font-weight:bold;
    margin:0px;
}

.tituloNegroMedio {
    color:#666666;
    font-size:12px;
    font-weight:bold;
    margin:0px;
}

.tituloNaranjaMedio {
    color:#eb8b37;
    font-size:16px;
    font-weight:bold;
    margin:0px;
}

.textoNaranjaEnlace {
    color:#eb8b37;
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
    text-decoration:none;
    text-outline: 2px 2px #ff0000;
}

.textoNaranjaEnlaceNormalUnder {
   color:#eb8b37;
    font-weight:normal;
    cursor:pointer;
    font-size:12px;
    text-decoration:underline;
}
.textoNaranja {
    color:#eb8b37;
    font-weight:bold;

    font-size:12px;
    text-decoration:none
}
.columna_izquierda {
    float:left;
}

.columna_derecha {
    float:right;
}

/***inicio boton_auto_width***/

.titulosColumnasRasultadosDipo {
    float: left;
    text-align: center;
}

#miniBuscador {
     overflow: hidden;
     padding: 3px 0;
}

.boton_auto_width {
cursor: pointer;
}

.boton_auto_width:hover .boton_auto_width_center {
    background-color:#c5c4c4;
}

.boton_auto_width:hover .boton_auto_width_right {
    background:url(../../../public/img/sprite_portal.png) -179px -14px;
}

.boton_auto_width:hover .boton_auto_width_left {
    background:url(../../../public/img/sprite_portal.png) -172px -14px;
}

.boton_auto_width_left {
    background:url(../../../public/img/sprite_portal.png) -182px -14px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 21px;
    width: 2px;
    float:left;
}

.boton_auto_width_center {
    border-top:#d8d8d8 solid 1px;
    border-bottom:#d8d8d8 solid 1px;
    background-repeat: repeat-x;
    background-color:#f3f3f3;
    display: inline-block;
    height: 19px;
    float:left;
    padding-right:5px;
    font-size: 11px;

}

.boton_auto_width_right {
    background:url(../../../public/img/sprite_portal.png) -189px -14px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 21px;
    width: 2px;
   /* float:left;*/
}

.texto_boton_autoWidth {
     float: right;
    height: 19px;
    line-height: 19px;
}
/***fin boton_auto_width******/

.ico_miOptitur {
    background-position: -6px -46px;
}

.ico_20b15 {
    background-color: transparent;
    background-image: url("../../../public/img/sprite_portal.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    margin-right: 4px;
    width: 18px;
}

.ico_miOptitur {
    background-position: -6px -46px;
}
.ico_senalador {
    background-position: -44px -44px;
}
.ico_camaraFotos {
    background-position: -26px -44px;
}
/**fin iconos botones**/

/*****************************estilo personales udialog*****************************************/
.ui-widget-header {
    background: #f5f5f5 !important;
    border: none !important;
    color: #666666 !important;
    font-weight: bold;
}
.ui-widget-content {
    background:#fff !important;
    border: 1px solid #DDDDDD;
    color: #666666 !important;
}
.ui-dialog {
padding:0px !important;
}

.ui-dialog .ui-dialog-content {
    padding:5px !important;
}

.ui-widget {
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    font-size:11px !important;
}

.ui-widget-content .blanco a {
  color:#fff !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
    padding-top: 1px !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    font-size: 1em;
}
.ui-selectmenu {
    font-size:11px!important;
}

/*.ui-state-default, .ui-widget-content .ui-state-default {
    background: transparent !important;
    border: 1px solid #D3D3D3 !important;
    color: #555555 !important;
    font-weight: normal !important;
    outline: medium none !important;
} */
.ui-selectmenu-status {
    padding-top: 2px !important;
    font-size:10px !important;
    color:#666666 !important;
}

.ui-accordion .ui-accordion-content {
 padding: 8px 6px !important;
}
/***********************************************************************************************/


/************************estilos especificos ficha****************************/
#contenidoInfoTotal, #pieportal {

    max-width:1000px;
    padding-left:9px;
    margin: auto;
    overflow: hidden;
    clear:both;
}

body h4 {
    margin: 4px 0;
}

#contenidoInfoTotal, #address {

    max-width:1000px;
    padding-left:9px;
    margin: auto;
    overflow: hidden;
    clear:both;
}

.addressContent {
    margin-top: 15px;
    padding: 5px;
    text-align: center;
}

.cabeceraFicha {
    margin-bottom:6px;
    overflow: hidden;
  /*  height:190px;    */
}
.datosFicha {
    float:left;
    margin-left:7px;
}

/*fotos*/
.contenedorFotoPortada {
    /*width:240px;
    height:170px;*/
    width:21%;
    float:left;
    padding:5px;
    text-align: center;
    margin-right: 6px;
}

.contenedorFotoExperiencia, .contenedorFotoPaquete, .contenedorFotoProducto, .contenedorFotoEstancia {
     margin-bottom: 14px;
    padding: 5px;
    width: 90%;
}

.FotoPortada {
/*    width:262px;
    height:172px;*/
}
.FotoPortada img {
        width:100%
}

.contenedorMiniatura {
    width:64px;
    height:46px;
    float:left;
    padding:2px;
        text-align: center;
}
.FotoMiniaturaCabecera {
    text-aling:center;
}

.tiraImagenesCabecera {
    margin-top:9px;
    height:55px;
}
.tiraImagenesCabecera ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

.tiraImagenesCabecera li {
    display: inline;
    cursor:pointer;
    margin-left:8px
}

.contenedorMiniaturaPestana {
    height: 132px;
    margin: 4px;
    padding: 5px;
    width: 223px;
}
.tiraImagenesPestana {
    margin-top:9px;
}
.tiraImagenesPestana ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.tiraImagenesPestana li {
    display: inline-block;
    cursor:pointer;
}

.FotoMiniaturaPestana {
    text-align: center;
}


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

/*********************estilos del buscador*********************/

.buscadorFicha {
   min-height:85px;
   padding:6px 5px;
   background-color:#fff;
}

.buscadorFichaExperiencia {
   float: left;
   margin-right:10px;
   padding:6px 5px;
}

#dateIn {

    width:auto;
    padding-right:15px
}
#dateOut {

    width:auto;
    padding-right:15px
}

#contenidoFicha h4 {
    margin:5px 0px !important;
}

#contenidoFicha input[type='text'] {
    width:86px;
    height:11px;
    float:left;
    font-size:11px;
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #CCCCCC;
    color: #444444;
    margin: 1px;
    padding: 3px;
}

#conteido_right_ficha > form h2 {
    color: #ff7a00;
}
.buscadorFichaHorizontal {
    background-color: #fff;
    margin-top: 5px;
    overflow: hidden;
    padding: 20px 22px 12px 10px;
}

.buttonFichaHorizontal {
     clear: none !important;
     margin:0px !important;
     float:right !important;
}

.buscadorFichaHorizontal input {
    margin-left: 44px;
    text-align: center;
}

.ui-datepicker-trigger {
    cursor:pointer;
    position: relative !important;
    margin-left:3px
}


.contenidoBuscador.horizontal form > * {
    border: 0 none;
    border-radius: 2px;

    display: inline-block;
    float: left;
    height: 37px;
    padding: 0 5px;
    vertical-align: baseline;
}

.contenidoBuscadorHorizontal {
    z-index:200;
}

.campoBuscadorHorizontal {
  margin-left: 30px;
  margin-top: -18px;
}

.campoBuscadorHorizontal input {
    border: 0 none;
    border-radius: 2px;
    display: inline-block;
    float: left;
    height: 37px;
    padding: 0 5px;
    vertical-align: baseline;
}

.inputv2 {
    border: 0 none;
    border-radius: 2px;


    height: 37px;
    padding: 0 5px;
    vertical-align: baseline;
}

.campoBuscadorHorizontal input {
    margin:0px ;
}

.contendorPestTituloBuscador {
    margin-top:15px;
}

.pestTituloBuscador {
    font-size:16px;
     padding: 5px 8px;
    background-color:#ff7a00;
    color:#fff;
}


.is-sticky .contenidoBuscadorHorizontal {
    background-color:#fff;
     box-shadow: 0px 4px 2px 0px #ccc;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

/*******************estilos rating************************/

.cuadroRating {
    min-height:91px;
    width: 20%;
    float: left;
    padding:3px 3px;
    text-align: center;
    cursos:pointer;
}

.tabsInfoEstablecimiento {
    border:#fff solid 1px;
    margin-top: 10px;
    padding: 0px;
    border-radius: 0;
}

.tabsInfoEstablecimiento > .ui-tabs-panel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-width: 0;
    display: block;
    padding: 5px;
}

#tabsInfoEstablecimiento > ul >  .ui-widget-header {
    background-color: #fff !important;
}
.tituloSeccionFicha {
 /*   clear: left;
    width: 100%;
    padding-bottom:2px;
    margin-bottom:5px;
    font-size:1.1em;
    font-weight:bold;
    border-bottom:#fff solid 1px;
    z-index:1;*/
}
.contenidoSeccionFicha {
    padding:6px;
    margin-bottom:15px;
    line-height:110%
}

#resultadoDisponibilidadFicha {
/*    margin-top:10px;
    clear:both;*/
    padding-top: 10px;
    overflow: hidden;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius:0px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-right-radius:0px
}

.ui-corner-top {
    font-size: 15px;
    height: 41px;
}


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

/***********valoracion del establecimiento*******************/
.ratingBar {
    overflow: hidden;
    position: relative !important;
    text-align: left;
}
.ratingBarBigStars {
    height: 23px;
    width: 117px;
}

.maskRatingBar {
    background: url("../../../public/img/sprite_portal.png") no-repeat scroll -8px -65px transparent;
    height: 23px;
    position: relative !important;
    width: 117px;
    z-index: 3;
}
.Rating {
    background: url("../img/ratingFill.gif") no-repeat scroll 0 0 transparent;
    height: 23px;
    position: absolute !important;
    top: 0;
    z-index: 2;
}
/*************************/

/***nuevo estilo botones**/

/***************************/
***inicio botonNaranjaBig***/



.botonNaranjaBig:hover .botonNaranjaBigCenter {
    background:url(../img/fonfoBtnNaranjaBigHover.gif);
}

.botonNaranjaBig:hover .botonNaranjaBigRight {
    background:url(../../../public/img/sprite_portal.png) -38px -8px;
}

.botonNaranjaBig:hover .botonNaranjaBigLeft {
    background:url(../../../public/img/sprite_portal.png) -28px -8px;
}

.botonNaranjaBigLeft {
    background:url(../../../public/img/sprite_portal.png) -9px -8px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 32px;
    width: 7px;
    float:left;
}

.botonNaranjaBigCenter {
    border-top:#e4e4e4 solid 1px;
    border-bottom:#e4e4e4 solid 1px;
    background-repeat: repeat-x;
     background:url(../img/fonfoBtnNaranjaBig.gif);
    background-repeat: repeat-x;
    background-color:transparent;
    display: inline-block;
    height: 32px;
    float:left;

}

.botonNaranjaBigRight {
    background:url(../../../public/img/sprite_portal.png) -19px -8px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 32px;
    width: 7px;
   /* float:left;*/
}

.texto_boton_botonNaranjaBig {

     height: 22px;
     margin: 5px;
}

#btnVerPrecios {
    cursor: pointer;
    float: right;
    margin-right: 16px;
    margin-top: 21px;
    font-size:16px;
    color:#fff;
    font-weight: bold;

}
/***fin botonNaranjaBig******/

***inicio botonNaranjaSmall******/
.botonNaranjaSmall {
    cursor:pointer;
}

.botonNaranjaSmall:hover .botonNaranjaSmallCenter {
    background:url(../img/fonfoBtnNaranjaSmallHover.gif);
}

.botonNaranjaSmall:hover .botonNaranjaSmallRight {
    background:url(../../../public/img/sprite_portal.png) -117px -12px;
}

.botonNaranjaSmall:hover .botonNaranjaSmallLeft {
    background:url(../../../public/img/sprite_portal.png) -107px -12px;
}

.botonNaranjaSmallLeft {
    background:url(../../../public/img/sprite_portal.png) -88px -12px;
    background-repeat: no-repeat;
    background-color:transparent;

    height: 25px;
    width: 7px;
    float:left;

}

.botonNaranjaSmallCenter {
    border-top:#e4e4e4 solid 1px;
    border-bottom:#e4e4e4 solid 1px;
    background-repeat: repeat-x;
     background:url(../img/fonfoBtnNaranjaSmall.gif);
    background-repeat: repeat-x;
    background-color:transparent;
    display: inline-block;
    height: 23px;
    float:left;

}

.botonNaranjaSmallRight {
    background:url(../../../public/img/sprite_portal.png) -98px -12px;
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 25px;
    width: 7px;
   /* float:left;*/
}

.texto_boton_botonNaranjaSmall {
    height: 18px;
    margin: 5px;
    font-size:13px;
    color:#fff;
    font-weight: bold;
}



/***fin botonNaranjaSmall******/



/***********image tolltip*************/
#preview, #bigpreview {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #fff;
    display: none;
    /*border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 3px 3px #CCCCCC;*/
    position: absolute;
    z-index: 25;
    padding:2px;
    color:#666666 ;
    font-weight:bold;
}
#preview, #bigpreview img {
    margin-bottom: 5px;
}
/************************/

/*****************PANTALLA LOGIN*********************/

.logindiv {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #003580;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px #999999;
    display: none;
    height: 0;
    margin-top: 22px;
    position: absolute;
    z-index: 9999;
}

.logindiv_wrap {
    float: left;
    margin: 5px 5px 0;
    overflow-y: scroll;
}

#multiple_login {
    float: left;
    width: 270px !important;
}

#multiple_login .login_tabs {
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    display: block;
    float: left;
    margin-top: 0.5em;
    width: 100%;
}

#multiple_login .login_tabs span#existing_user {
    margin-left: 1em;
}

#multiple_login .login_tabs span.active {
    background-color: white;
    border-bottom-color: white;

}

#multiple_login .login_tabs span {
    background-color: #EDEDED;
    border: 1px solid #DDDDDD;

    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: -1px;
    margin-right: -1px;
    padding: 0.6em 2em;
}
#existing_user_login label, #new_user_login label {
    display: block;
    margin-top: 10px;
    padding: 0 0 3px;
}

#page_login_error, #foldout_login #log_error {
    margin: 0 0 10px;
}

#page_login_error, #log_error {
    background: none repeat scroll 0 0 #FBE3E4;
    border: 1px solid #990000;
    border-radius: 4px 4px 4px 4px;
    color: #990000;
    display: none;
    margin: 10px 0 0 10px;
    padding: 10px;
    width: 160px;
}

a.bigNaranjabutton, button.bigNaranjabutton {
    /*border-radius: 8px 8px 8px 8px;
    border-width: 3px;
    box-shadow: 0 1px 1px #888888;*/
    clear: both;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
/*******************cuadros con radio*********************/
.cuadroConRadio8 {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px
}

.cuadroConRadio8Sup {
   -webkit-border-radius: 8px 8px 0px 0px;
   -moz-border-radius: 8px 8px 0px 0px;
   border-radius: 8px 8px 0px 0px;
}
.cuadroConRadio8Inf {
   -webkit-border-radius: 0px 0px 8px 8px;
   -moz-border-radius: 0px 0px 8px 8px;
   border-radius: 0px 0px 8px 8px;
}


.cuadroConRadio10 {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px
}

.cuadroConRadio5 {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
/*********************step paso help******************************/
.stepPasoHelp_left {
    background-image:url(../img/step_left.png);
    background-repeat: no-repeat;
    background-color:transparent;
    height: 55px;
    width: 195px;
    position:absolute;
    top:0px;
    left:0px;
    padding-left: 70px;
}
.textoStepPasoHelp_left {
    width: 115px;
}

.stepPasoHelp_right {
    background-image:url(../img/step_right.png);
    background-repeat: no-repeat;
    background-color:transparent;
    height: 55px;
    width: 195px;
    position:absolute;
    top:0px;
    left:0px;

    margin-left: 8px;
}
.textoStepPasoHelp_right {
    width: 124px;
}


/********************iconos servicios*******************************/
.ico_servicio16b16 {
    background-image:url(../../../public/img/sprite_portal.png);
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right:2px;

}

.ico_wifi {
    background-position: -2px -96px;
}
.ico_accesible {
    background-position: -19px -96px;
}
.ico_marcota {
    background-position: -36px -96px;
}
.ico_no_marcota {
    background-position: -54px -96px;
}
.ico_playa {
    background-position: -72px -96px;
}
.ico_montana {
    background-position: -123px -96px;
}
.ico_cold {
    background-position: -89px -96px;
}
.ico_parking {
    background-position: -106px -96px;
}

.ico_20b20 {
    background-image:url(../../../public/img/sprite_portal.png);
    background-repeat: no-repeat;
    background-color:transparent;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:2px;
}





.ico_ofertaResultadoDisponibilidad {
    background-position: -193px -14px;
}

.ico_onRequest {
    background-position: -328px -14px;
}

.ico_mapaResultadoDisponibilidad {
    background-position: -237px -14px;;
}

.ico_listadoResultadoDisponibilidad {
    background-position: -258px -16px;;
}
/*************************estilor portal portada*********************************/
.mainLeft {
    width: 50%;
    float: left;
}

.contenidoLeft {
       overflow: hidden;
}
.mainRight {
    width: 50%;
    float: left;
    /*background-color: #ffcc00;*/
}
.contenidoRight {
    margin-left: 20px;
    /*background-color: #000;*/
}
#mainTotalPortal {
    max-width:1000px;
    padding:10px 5px;
    margin: auto;
    overflow: hidden;
     min-height: 450px;
     position:relative;
}
.buscadorPortada {
    overflow: hidden;
    min-height: 85px;
    padding: 6px 5px;
}

.bloqueExperienciaPortada {
  margin-bottom: 5px;
  cursor:pointer;
    padding: 0 5px;
    border-bottom: #bebebe dashed 1px;
    min-height: 124px;
    background-position: right;
    background-image:url(../img/arrow_big_right.gif);
    background-repeat: no-repeat;
    background-color:transparent;
}

.bloqueDestinoPortada {
  cursor:pointer;
}
.bloqueExperienciaPortada img {
    border:#f49000 solid 1px;
}

/**botones redes sociales**/
.logoBlancoFacebook {
    background:url(../img/icoBlancoFacebook.png) no-repeat center left
}
.logoBlancoTwitter {
    background:url(../img/icoBlancoTwitter.png) no-repeat center left
}
.logoBlancoGoogle {
    background:url(../img/icoBlancoGoogle.png) no-repeat center left
}


/********pasa ofertass*********/

#SliderOfertas #SliderOfertas_container {
    background-color: #fa9c4a;
    border-radius: 0.7em 0.7em 0.7em 0.7em;
    height: 20.666em;
}

#SliderOfertas #SliderOfertas_paginador_div {
    float: right;
    overflow: hidden;
    width: 52%;
}


#SliderOfertas ul.paginador {
    float: right;
    padding: 5px 0.833em 0.583em;
    margin: 3px;
}

ol, ul {
    margin:0px;
}

#SliderOfertas ul.paginador li {
    float: left;
    height: 1.5em;
}

#SliderOfertas ul.paginador li a {
    color: #FFFFFF;
    font-weight: 700;
    padding: 0.25em;
}

#SliderOfertas ul.paginador li a.active {
    background-color: #ff7a00;
    border:#fff solid 1px;
    padding:3px;
}


#SliderOfertas ul.paginador li a.nav {
    display: block;
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    font-size: 2em;
    line-height: 1em;
    margin-top: -0.3em;
    padding: 0 0 0 0.25em;
}

#SliderOfertas .SliderOfertas {
    height: 18em;
    overflow: visible;
    position: relative;
}

#SliderOfertas .SliderOfertas a.fotoOferta {
    border-top-left-radius: 0.7em;
    border-top-right-radius: 0.7em;
    display: block;
    height: 18em;
}

#SliderOfertas .trasparencia {
    background-color: #FFFFFF;
    bottom: 0;
    height: 7.166em;
    top: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}

#SliderOfertas .posicion {
    top: 0;
    color: #333333 !important;
    display: block;
   /* height: 5.5em;*/
    left: 0;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    width: 99%;
}


#SliderOfertas .posicion p.datosOferta {
    float: left;
  /*  height: 5.5em;*/
    overflow: hidden;
    width: 73%;
}

#SliderOfertas .posicion p.datosOferta span {
    display: block;
    float: left;
    width: 100%;
}
#SliderOfertas .posicion span.producto {
    font-size: 1.2em;
    font-weight: 700;
}

#SliderOfertas .posicion span.infoPrecio {
    font-size: 1.0em;
    font-weight: normal;
}

#SliderOfertas .posicion div.descuentoOferta {
    float: left;
    /*height: 5.5em;*/
    overflow: hidden;
    padding-left: 7px;
    width: 25%;
}

#SliderOfertas .posicion p.datosOferta span.destino_elemento {
    display: block;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

#SliderOfertas .posicion div.descuentoOferta span {
    display: inline;
    float: none;
}
.boxPromoHome4 .decuento, .decuento, .tiempo {
    font-size: 1.583em;
    font-weight: 700;
}

#SliderOfertas .posicion .precio {
    color: #333333 !important;
    line-height: 1em;
    text-decoration: none;
}

#SliderOfertas .posicion span del {
    font-size: 1.05em;
   font-weight: normal;
}

.tit_oferta a {
    border: medium none;
    color: #000;
    outline: 0 none;
    text-decoration: none;
}

.precio, .valoracion, .valoracionUsuario {
    color: #444444;
    font-size: 1.2em;
    font-weight: bold;
    textdeconration:none;
    white-space: nowrap;
}

.marginbot20 {
    margin-bottom: 20px !important;
}

.marginbot10 {
    margin-bottom: 10px !important;
}

#SliderOfertas h2 {
    float: left;
    text-transform: uppercase;
    width: 48%;
}
.white, .blanco {
    color: #FFFFFF;
}

#SliderOfertas h2 {
    color: #333333;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 1em;
    margin:0px;
}

#SliderOfertas h2 a {
    color: #FFFFFF;
    display: block;
    height: 1.2em;
    margin: 0.42em 0 0.42em 0.7em;
    overflow: hidden;
}

.bloqueOfertaDestacada {
  border-top: 2px solid #666666;
}
/******************/

/********* subcripcionBox ************/
#subcripcionBox {
    padding:5px;
    margin-bottom:15px;
    overflow: hidden;
}
/***********************/

.recomendacionPortada {
    border-bottom: 1px dashed #c5c4c4;
}

#recomendacionPortada_container {
    padding-top: 10px;
}
.recomendacionImg {
    padding:10px 0px;
    display: block;
    width: 468px;
    height: 143px;
    margin: auto;
}

.recomendacionPortada  a.fotoRecomendada {

    display: block;
    height: 143px;
}

.recomendacionPortada .trasparencia {
   background-color: #999999;
    bottom: 0;
    height: 7.166em;
    opacity: 0.6;
    position: absolute;
    right: 15px;
    top: 22px;
    width: 48%;
}

.recomendacionImg .posicion {
  color: #FFFFFF !important;
    display: block;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    right: 21px;
    text-align: right;
    top: 7px;
    width: 37%;
}

#recomendacionPortada_container .recomendacionImg {
    overflow: visible;
    position: relative;
}

#menuOptiturPortada_container ul {
    padding: 0;
}

#menuOptiturPortada_container li {
    height: 24px;
    clear:both;
}

.ico_menuOptitur {
    background-position: -217px -14px;;
}

/***************RESULTADOS DISPONIBILIDAD******************/
.sideBarLeft {
    width:23%;
  /*  padding-right: 1%;*/
    float:left;
}

.primaryContent {
    float:left;
    width:76%
}

.RB-menu-orden {
   border: 1px solid #EEEEEE;
    list-style: none outside none;
    margin: 5px 0;
    padding: 9px;
}
.RB-menu-orden ul {
    margin: 0;
    list-style: none;

}
.RB-menu-orden li {
    display: inline;
    cursor: pointer;
    border-left: #666666 solid 1px;
    padding:5px 8px ;
    font-size: 1.2em;
    font-weight: normal;
    margin-left:-3px;
}
.RB-menuSlect {
    background-color: #FF7A00;
    color: #FFFFFF;
     font-weight: bold;
}
.RB-menu-orden-titulo {
   font-size: 1.2em;
    font-weight: bold;
    margin-left: -3px;
    padding: 0px 8px;
}
.RB-menu-orden li:hover {
    background-color: #f5f5f5;
    color: #000;
}
.menuOrdenSlect {
    background-color: #ff7a00;
    color: #fff;
}
.RB-btnMap {
    margin-top:11px
}
.RB-cabeceraFicha {
    overflow:hidden;
    margin-bottom: 13px;
}
.RB-contenedorProductos {
    padding: 0px;
    min-height: 30px;
    overflow:hidden;
    clear: both;
    margin-bottom:15px;
}
.RB-fichaEstablecimiento {
    background: none repeat scroll 0 0 #DEDEDE;
    border-image: url("../../public/img/borde_caja.png") 0 0 0 5 repeat repeat;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 28px;
    position: relative;
}
.RB-fichaEstablecimientoContenedor {
    padding: 10px 0 0;
     background-color: #f9f9f9;
}
.RB-listadoResultado a.viewOther:after {
    content: "▶";
    display: inline-block;
    float: right;
    margin-right: 12px;
}
.saberMasExperiencia {
    float:right;
}
.RB-fichaEstablecimientoContenedor a.viewOther {
    background: none repeat scroll 0 0 #DEDEDE;
    color: #484848;
    display: block;
    font-weight: bold;
    height: 24px;
    padding-top: 8px;
    text-align: center;
}
.RB-fichaEstablecimientoContenedor a.viewOther:over {
    background: linear-gradient(to bottom, #FAD36B 0px, #FFBB00 35%, #FFBB00 65%, #FAD36B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
}
.RB-resultadoDisponibilidadFilasButton {
    bottom: 0;
    font-size: 17px;
    height: 38px;
    line-height: 29px;
    margin: 3px 1% 6px 0;
    padding: 3px 13px;
    text-align: center;
    text-shadow: 0 1px 0 #888888;
    text-transform: uppercase;
    width: auto !important;
}
.RB-resultadoDisponibilidadFilasButton:hover {
    background: linear-gradient(to bottom, #FAD36B 0px, #FFBB00 35%, #FFBB00 65%, #FAD36B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
}
.RB-listadoResultado {
    margin-top:8px;
}
.RB-listadoResultadoFoto {
    width:16%;
      margin-bottom: 8px;
    float:left;
    padding:2px;
    text-align: center;
    margin-right: 3px;
}
.RB-listadoResultadoFoto img {
    width:100%;
}
.RB-cuadroRating {
    width: 20%;
    float: left;
    padding:3px 3px;
    text-align: center;
    cursos:pointer;
}
.RB-preciosDisponibilidad .resultadoDisponibilidadPaquete {
  /*min-height: 175px;
    background: url("../../../public/img/marcaPaqueteResultadoes_ES.png") no-repeat scroll left bottom #fff;*/
}
.RB-preciosDisponibilidad .resultadoDisponibilidadExperiencia {
    min-height: 175px;
  /*background: url("../../../public/img/marcaExperienciaResultadoes_ES.png") no-repeat scroll left bottom #fff;*/
}
.RB-contenedorImg {
    float: left;
    width: 30%;
}
.RB-contenedorDescripcion {
    float: left;
    margin-left: 2%;
    width: 66%;
}
.RB-datosFichaEstablecimiento {
    width:100%;
    padding: 0 10px;
}
.RB-preciosDisponibilidad {
    clear: both;
    margin: 4px auto;
    width: 98%;
    overflow: hidden;
}
.RB-preciosDisponibilidad .titulosColumnasRasultadosDipo {
    float: right;
    text-align: center;
}
.RB-preciosDisponibilidad .resultadoDisponibilidadcomportamiento {
 padding: 8px 11px;
}
.RB-preciosDisponibilidad .nombreDescripcionExperiencia {
    font-size: 0.9em;
}
.RB-preciosDisponibilidad .resultadoDisponibilidadFilas:hover {
/*    background-color: #f5f5f5;*/
}
.RB-accionResultado {
   /* max-width: 20%;*/
    margin-top: 0px;
    margin-right: 15px;
    padding: 5px;
    overflow: hidden;
    border-bottom: none;
    float: right;
}
.RB-descripcion {
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    line-height: 15px;
    margin: 5px 0 0;
    padding: 8px 0;
    font-weight: normal;
}
.RBM-pestanaFiltorBusqueda {
    border: 6px solid #FFFFFF;
    border-bottom:none;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 0 #CCCCCC;
    cursor: pointer;
    float: left;
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 19px;
    left: -44px;
    padding: 3px;
    position: absolute;
    top: 180px;
    width: auto;
    z-index: 200;
}
#RBM-slider-range {
    margin: 8px auto;
    width: 90%;
}
#RB-slider-range {
    margin: 8px auto;
    width: 90%;
}
.RB-valoracion {
    color:#ff7a00;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.RB-valoracion_texto {
    color:#ff7a00;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.verticalText {
    /* Chrome y Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* IE 9 */
    -ms-transform: rotate(90deg);
    /* IE 8 */
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.ico_ordenDESC {
    background-position:-128px -46px;
}
.ico_ordenASC {
    background-position:-147px -46px;
}
.ico_home {
    background-position:-306px -12px;
}
.ui-autocomplete li {
    text-transform: capitalize;
}
/*slider ofertas index*/
#sliderOfertasDestacadas .sliderOfertasIndex {
    style="width: 430;
    height: 245px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
#sliderOfertasDestacadas .bx-controls {
    background: none repeat scroll 0 0 #f49000;
    bottom: 0;
    position: absolute;
    width: 100%;
}
#sliderOfertasDestacadas .bx-pager div {
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
    padding: 3px 0 6px;
}
#sliderOfertasDestacadas .bx-pager a {
   color:#fff
}
#sliderOfertasDestacadas .bx-pager {
    text-align: right;
    margin-right: 17px;
}
#sliderOfertasDestacadas .tapaTrasparente {
    background-color: #FFFFFF;
    height: 6.166em;
    top: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
}
#sliderOfertasDestacadas {
    margin-bottom:15px;
}
/*******************************/
/**tamaños fijos*/
.tmn780 {
   max-width: 780px !important;
   margin: 0 auto;
}
.RBP-cabeceraFicha {
   /* background: none repeat scroll 0 0 #FFFFFF;*/
    overflow:hidden;
    margin-bottom: 13px;
}

.RBP-fichaEstablecimiento {
    background: none repeat scroll 0 0 #DEDEDE;
    border-image: url("../../public/img/borde_caja.png") 0 0 0 5 repeat repeat;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 28px;
    position: relative;
}

.RBP-fichaEstablecimientoContenedor {
    padding: 10px 0 0;
     background-color: #f9f9f9;
}

.RBP-listadoResultado {
    margin-top:8px;
}

.RBP-listadoResultadoFoto {
    width:16%;
      margin-bottom: 8px;
    float:left;
    padding:2px;
    text-align: center;
    margin-right: 3px;
}

.RBP-listadoResultadoFoto img {
    width:100%;
     max-height: 86px;
}
.RBP-preciosDisponibilidad .resultadoDisponibilidadExperiencia {
    min-height: 125px;
    background: url("../../../public/img/marcaExperienciaResultado.png") no-repeat scroll left bottom;
}
 .RBP-listadoResultado .RBP-resultadoDisponibilidadcomportamiento:hover {
    cursor: pointer;
    box-shadow: 5px 0px 5px #CCCCCC;
    background-color: #efefef;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
 }
 .RBP-preciosDisponibilidad .resultadoDisponibilidadExperiencia:hover {
  /*background: url("../../../public/img/marcaExperienciaResultado.png") no-repeat scroll left bottom !important;*/
    box-shadow: 5px 0px 5px #CCCCCC;
    background-color: #efefef;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
 }
.RB-listadoResultado .RB-contenedorProductos:hover {
    cursor: pointer;
    box-shadow: 0px 4px 9px #CCCCCC;
    background-color: #efefef;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
 }
.RBP-datosFichaEstablecimiento {
    width:100%;
    padding: 0 10px;
}
.RBP-preciosDisponibilidad {
    width: 100%;
    overflow: hidden;
}
.RBP-preciosDisponibilidad .titulosColumnasRasultadosDipo {
    float: right;
    text-align: center;
}
.RBP-preciosDisponibilidad {
/*  background-color: #FFFFFF;*/
}
.RBP-fichaEstablecimientoContenedor > .RB-preciosDisponibilidad {
  padding: 0px;
 /* background-color: #FFFFFF;*/
}
.resultadoDisponibilidadcomportamientoProducto {
    border-top: 1px solid #f8f8f8;
    min-height: 198px;
    position: relative;
    overflow: hidden;
    padding: 12px 10px;
}
.RBP-preciosDisponibilidad .nombreDescripcionExperiencia {
    font-size: 0.9em;
}
.RBP-preciosDisponibilidad .resultadoDisponibilidadFilas {
    padding-right: 0px !important;
    cursor:pointer;
}
.RBP-preciosDisponibilidad .resultadoDisponibilidadFilas:hover {
    /*background-color: #fff;*/
}
.RBP-accionResultado {
    margin-top: 0px;
    margin-right: 15px;
    padding: 5px;
    overflow: hidden;
    border-bottom: none;
    float: right;
}
#RBP-slider-range {
    margin: 8px auto;
    width: 90%;
}
.RBP-imgComportamientoProducto {
    float: left;
    width: 35%;
}
.RBP-textoComportamientoProducto {
    float: left;
    margin-left: 2%;
    width: 63%;
}
.RBP-tituloProdcuto {
    color: #ff7a00;
    font-size: 16px;
    margin-bottom: 4px;
}
.RBP-descripcion {
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    line-height: 15px;
    margin: 5px 0 0;
    padding: 8px 0;
    font-weight: normal;
}
.RBP-resultadoDisponibilidadcomportamiento {
    overflow: hidden;
    padding: 0px 20px;
    margin-bottom:10px;
}
.RBP-contenedorProductos {
    padding: 0px;
    min-height: 30px;
    overflow:
    hidden;
    clear: both;
}
#RBP-datosComportamiento {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-right: 8px;
    padding: 10px 0 0 0;
}
.RBP-contenedorImg {
    float: left;
    width: 33%;
}
.RBP-contenedorDescripcion {
    float: left;
    margin-left: 2%;
    width: 65%;
}
.RBP-contenedorImg img {
    width: 100%;
}
.RBP-contenedorDescripcion h2 >a {
    color:#ff7a00;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.RBP-Descripcion {
    border-top:#fff solid 1px;
    border-bottom:#fff solid 1px;
    font-weight: normal;
    margin-bottom: 7px;
    padding:15px 0;
}
.RBP-Descripcion a {
    color:#666666;
}

.RBP-Descripcion a:hover {
    color:#666666;
}
.RBP-resultadoDisponibilidadFilasButton {
    bottom: 0;
    font-size: 17px !important;
    height: 38px;
    line-height: 29px;
    margin: 3px 1% 6px 0;
    padding: 3px 13px;
    text-align: center;
    text-shadow: 0 1px 0 #888888;
    text-transform: uppercase;
    width: auto !important;
}
.RBP-resultadoDisponibilidadFilasButton:hover {
    background: linear-gradient(to bottom, #FAD36B 0px, #FFBB00 35%, #FFBB00 65%, #FAD36B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
}
.RBP-tituloNegroH2 {
    color: #ff7a00;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.RBP-tituloNegroH2 a {
    text-decoration:none;
    color: #ff7a00;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.RBP-listadoResultado a.viewOther:after {
    content: "▶";
    display: inline-block;
    float: right;
    margin-right: 12px;
}
.RBP-listadoResultado a.viewOther {
    background: none repeat scroll 0 0 #DEDEDE;
    color: #484848;
    display: block;
    font-weight: bold;
    height: 24px;
    padding-top: 8px;
    text-align: center;
}
.RBP-valoracion {
    color:#ff7a00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.RBP-cuadroRating {
    width: 20%;
    float: left;
    padding:3px 3px;
    text-align: center;
    cursos:pointer;
}
/*****Paginador*****/
.contenedor_paginas {
    float: right;
}
.contenedor_paginas a {
    font-weight: bold;
}
.contenedor_paginas a {
    background: none repeat scroll 0 0 #ff7a00;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 2px;
    text-align: center;
    width: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.pagingFirst {
    width: auto !important;
    padding: 0 8px;
}
.paginglast {
    width: auto !important;
    padding: 0 8px;
}
.paginaSelect {
    background: none !important;
    border:#ff7a00 solid 1px !important;
    color:#ff7a00 !important;
}
/**********************************************/
#standartGroup h4 {
    margin: 2px 0;
}
.sinResultado {
    background-color: #FFFFFF;
    line-height: normal;
    overflow: hidden;
    padding: 8px;
}
.bloqueSegmentoPortada {
    margin-bottom: 5px;
    cursor:pointer;
    padding: 0 5px;
    border-bottom: #bebebe dashed 1px;
    min-height: 110px;
    background-position: right;
    background-image:url(../img/arrow_big_right.gif);
    background-repeat: no-repeat;
    background-color:transparent;
}

#contenedorFotoCabeceraEstancia > div {
    background-size: 100% auto !important;
}

#contenedorFotoCabeceraPaquete > div {
    background-size: 100% auto !important;
}

#contenedorFotoCabeceraExperiencia > div {
    background-size: 100% auto !important;
}
#contenedorFotoCabeceraProducto > div {
    background-size: 100% auto !important;
}
.cartelPrecioDesdeProductoContenido {
    background: none repeat scroll 0 0 #ff7a00;
    padding: 2px 25px 2px 18px;
    box-shadow: 0 4px 8px #777777;
}
.cartelPrecioDesdeProducto > a {
    color:#fff !important;
}
.cartelPrecioDesdeProductoRight {
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #ff7a00;
    border-top: 0 solid rgba(0, 0, 0, 0);
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.cartelPrecioDesdeProducto {
    color: #FFFFFF;
    font-family:'Open Sans',sans-serif,tahoma,verdana,arial,sans-serif;
    left: -14px;
    position: absolute;
}
.contenedorCabecera .bx-wrapper
       height: 450px !important;
}
.sliderFicha {
    height:450px;
    overflow: hidden;
    padding: 0px;
}
.contImgSliderFicha {
    height:600px;
     background-size:100% 600px;
     list-style: none;
     background-repeat: no-repeat;
     width: 100%;
}
.bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
    left: 0px !important;
}
.tituloSeccionFicha-sticky {
/*    height:auto !important*/
}
#precioTotal label, #precioTotalOnrequest label {
    line-height:15px;
}
#precioTotal, #precioTotalOnrequest {
    height:24px;
}
#slider-rangoPrecio {
    margin:8px;
}
#destinoDestacado_container a {
    color:#666666;
}
#destinoDestacado_container a:hover {
    color:#666666;
}
 /************* FILTROS BÚSQUEDA ***************************/
.filtrosBusqueda {
    margin-top: 15px;
    min-height: auto !important;
    margin-left:-1px
}
.ulfiltrocaracteristicasestablecimiento {
    padding:0;
}
.filtroChecked {
    background-color:green;
    color: #fff;
}
.tituloFiltros {
    background:  #ff7a00;
    color: #fff;
    width: 96%;
    margin: -6px 0 6px -6px;
    font-size: initial;
    padding: 3px 10px;
    font-weight: 400;
}
#buscadorOferta {
    padding-bottom: 0 !important;
}
#buscadorOferta > form > div > button {
    width: 100%;
}
#form_BuscadorProducto > div > button {
    width: 100%;
}
.info_proyecto {
    padding: 10px 0;
    text-align: center;
}
/* Modificación Calendario jQuery UI */
.ui-datepicker, #ui-datepicker-div {
    width: auto !important;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 2.4em;
    font-size: 1.1em;
}
div.ui-datepicker {
    text-align: center;
    margin: 0 auto;
}
.ui-datepicker-title select {
    margin: 1px 0;
    height: 28px;
    font-size: 1.2em;
   /* background: #ff7a00;*/
    border: 1px solid #c05e03;
}
.ui-datepicker td.ui-datepicker-other-month,
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.8em !important;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #000 !important;
}
.ui-datepicker {
    width: 20em;
}
.ui-widget-header .ui-icon {
    background-image: url(../../../public/css/jq/v1.9/images/ui-icons_333333_256x240.png) !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5 !important;
    padding: 0;
    border-radius: 0px 0px 0px 0px;
}
.ui-datepicker .ui-datepicker-header {
    background: #ff7a00 !important;
    color:#fff;
    padding: 0 !important;
    margin: 0 !important;
    height: 30px;
    border: none;
    border-radius: 0px 0px 0px 0px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border-radius: unset;
    border: none;
    line-height: 29px;
    height: 2.6em;
    top:0;
}
.ui-datepicker .ui-datepicker-prev {
    left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-right:1px solid #c05e03 !important;
}
.ui-datepicker .ui-datepicker-next {
    right:0;
    top:0;
    border-left:1px solid #c05e03 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    cursor: pointer;
    background:#d46700 !important;
}
.ui-datepicker td {
    border: 1px solid #d3d3d3 !important;
    border-collapse: collapse;
    padding: 0;
}
.ui-datepicker td a {
    border: none;
    padding: 2px;
    text-align: center;
}
.ui-datepicker-calendar .ui-widget-header .ui-icon {
    cursor: pointer;
}
.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default, .ui-datepicker-calendar .ui-widget-header .ui-state-default {
    background: #d3ffcd !important;
    border: none;
}
.ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    background: none !important;
}
.ui-datepicker td a.ui-state-active, .ui-datepicker td a:hover {
    color: #fff !important;
    background: #ff7a00 !important;
}
.ui-datepicker-unselectable.ui-state-disabled.CALENcompleto {
    background-color: #f81810 !important;
}
.ui-datepicker-unselectable.ui-state-disabled.CALENcompleto span {
    color: #fff !important;
}
.ui-datepicker-unselectable.ui-state-disabled.CALENcompleto .ui-state-default {
    background-color: #f81810 !important;
}
.ui-dialog, .ui-widget-overlay {
    z-index: 2000;
}
/*
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-group-toggle input[type="radio"] {
    display: none;
}
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
*/
.sep-elemento {
    margin-right: 6px;
}
.imgResultadoDisponibilidad {
    float: left;
    width: 86px;
    margin: 4px 12px 0px 6px;
}
.RDF-cont_info {
    padding: 4px 8px 4px 8px;
    width: 100%;
}
.resultadoDisponibilidadFilas {
    width: 100%;
}
.precioTotal {
    color: #339900;
    font-size: 26px;
    font-weight: bolder;
    margin: 0 auto;
    text-align: center;
    font-size: larger;
}
.precioOnrequest {
    color: #339900;
    font-weight: bolder;
    font-size: larger;
    text-align: center;
}
.precioTotalOferta {
    color: #339900;
    font-size: 26px;
    font-weight: bolder;
    margin: 0 auto;
    text-align: center;
}
/* ---------------------------- */
.oferta h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #000;
}
.oferta {
    background-color: #ff9f9f;
    padding: 6px 6px 2px 6px;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 4px;
    color: #3b3b3b;
    border: solid 2px #d40d0d;
}
#Idbdhora, #horaInicial {
    width: 25px;
    text-align: center;
}
.cantidad {
    width: 56px;
    text-align: center;
}
.col-modalidad {
    padding-right: 4px;
}
.col-precio {
    width: 70px;
}
.col-cantidad {
    width: 80px;
}
.col-paquete {
    width: 80px;
}
.val-precio {
    color: #FF7A00;
    font-size: 13px;
}
table.resultadoDisponibilidad {
    width: 100%;
}
table.resultadoDisponibilidad td {
    padding: 4px 4px 6px 4px;
}
.row-sep {
    vertical-align: bottom;
    padding-top: 4px;
    font-size: 10px;
}
#valorElemento {
    width: 25px;
    text-align: center;
}
#cambio_hora-contenedor {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
#cambio_hora-body {
    background-color: #fff;
    width: 300px;
    height: 100px;
    display: table;
    vertical-align: middle;
    margin: 100px auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 4px #050505;
    border-radius: 6px;
}
#cambio_hora-titulo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.info-error {
    background-color: #d40d0d;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    display: none;
}

#ReservarButton {
    margin-top: 6px;
    border: 4px solid #fff;
    box-shadow: 1px 1px 2px #999999;
}
.filaResultadoDisponibilidad {
    padding: 4px 4px 0 4px;
    border-bottom: 1px dashed #337ab7;
    overflow: hidden;
    margin: 0;
}
.filaResultadoDisponibilidad.activa {
    background-color: #b4e6b9;
}
.tabsReserva li {
    cursor: pointer;
}
#columnaReservarButton {
    padding: 16px 0 0 0;
    z-index: 1000;
    position: relative;
}
#contentReservarButton {
    display: none;
}
#contentReservarButtonModal, #ir-al-carrito {
    display: block;
}
/* Fixed Bootstrap modo movil */
.modal-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.modal-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.modal-footer {
    padding: 8px;
}
.tab-content {
    border-color: #dddddd;
    border-width: 1px;
    border-style: none solid solid solid;
    padding: 6px 8px 6px 8px;
    overflow: hidden;
}
.well {
    overflow: hidden;
}
.panel-sm .panel-heading {
    padding: 4px 15px;
    border-bottom: 1px solid #ddd;
}
.panel-sm .panel-title {
    font-size: 14px;
}
.panel-sm .panel-body {
    padding: 8px;
}
.page-header {
    padding-bottom: 6px;
    margin: 10px 10px 10px 10px;
}
.page-header h1 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 4px;
}
.page-header h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 4px;
}
.page-header-sm {
    padding: 0 4px 0 4px;
    margin: 0 0 8px 0;
}
.page-header-sm h1 {
    font-size: 14px;
    margin: 0;
}
.modal-dialog.w100p, .modal-dialog.w90p, .modal-dialog.w80p, .modal-dialog.w60p, .modal-dialog.w40p {
    margin: 0;
}
#columnaPrecios {
    position: relative;
}
@media (min-width: 768px) {
    .modal-dialog.w100p {
        width: 100% !important;
        margin: 5px auto;
    }
    .modal-dialog.w90p {
        width: 90% !important;
        margin: 5px auto;
    }
    .modal-dialog.w80p {
        width: 80% !important;
        margin: 5px auto;
    }
    .modal-dialog.w60p {
        width: 60% !important;
        margin: 5px auto;
    }
    .modal-dialog.w40p {
        width: 40% !important;
        margin: 5px auto;
    }
    .filaResultadoDisponibilidad {
        padding: 14px 4px 0 4px;
    }
    .resultadoDisponibilidadFilas {
        float: right;
        width: 48%;
    }
    #datosComportamiento {
        float: left;
        width: 50%;
     }
    #columnaPrecios {
        float: left;
        width: 73%;
    }
    #columnaReservarButton {
        padding: 0 0 0 6px;
        width: 26%;
        float: right;
    }
    #contentReservarButton {
        display: block;
    }
    #contentReservarButtonModal, #ir-al-carrito {
        display: none;
    }
}

.r-info {
    padding: 4px 0 0px 0px;
    clear: both;
}
.r-plazas {
    padding: 0 0 0px 28px;
}
.r-icon {
    float: left;
    margin: 2px 6px 0 0;
    font-size: 20px;
}
.r-icon.ocultar {
    visibility: hidden;
}
.r-datos {
    overflow: hidden;
}
.r-datos .ocultar {
    display: none;
}
.r-lista {
    max-height: 400px;
    overflow-y: scroll;
    border-bottom: 1px solid #468bb5;
}
.r-resumen {
    padding: 6px 0 0 0;
    margin: 6px 0 0 0;
    overflow: hidden;
    clear: both;
}
.r-total-plazas {
    font-size: 14px;
    clear: both;
    margin-bottom: 8px;
}
.r-total-plazas span {
    font-weight: bold;
    font-size: 16px;
    float: right;
    padding: 0 16px 0 0;
}
.r-total-precio {
    font-size: 14px;
    clear: both;
    margin-bottom: 8px;
}
.r-total-precio span {
    font-weight: bold;
    font-size: 16px;
    color: #339900;
    float: right;
    padding: 0 16px 0 0;
}
.r-num {
    float: left;
    padding: 0 6px 0 0;
    text-align: right;
}
.r-etiqueta {
    float: left;
}
.horaSeleccionada {
    text-align: center;
}
.btn.btn-secondary {
    background-color: #ffffff !important;
    border-color: #337ab7 !important;
    color: #337ab7 !important;
    padding: 4px 6px;
    margin: 0 0 1px 0;
    cursor: pointer;
}
.btn.btn-secondary.active {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: #ffffff !important;
}
.btn.btn-secondary.active:hover {
    background-color: #2d6596 !important;
    border-color: #2d6596 !important;
    color: #ffffff !important;
}
.pasos-titulo {
    padding: 0px 0px 5px 0px;
    background-color: #337ab7;
    color: #ffffff;
    line-height: 16px;
    font-size: 12px;
    border-radius: 20px 0 0 0;
}
.pasos-titulo span {
    font-size: 23px;
    background-color: #337ab7;
    text-align: center;
    padding: 3px 14px 0px 11px;
    margin: 0;
    border-radius: 18px 18px 0 0;
}
.pasos-cuerpo {
    border: 1px solid #337ab7;
    border-radius: 0px 0px 8px 8px;
    padding: 0 0 6px 0;
    margin-bottom: 14px;
}
.pasos-cuerpo.hora {
    padding: 2px 0 2px 0;
}
.pasos-flecha {
    color:#2d6596;
}
#contentReservarButton .pasos-titulo,
#contentReservarButtonModal .pasos-titulo {
    padding: 4px 0px 4px 49px;
    position: relative;
    line-height: 14px;
    font-size: 12px;
}
#contentReservarButton .pasos-titulo span,
#contentReservarButtonModal .pasos-titulo span {
    font-size: 23px;
    padding: 4px 10px 0px 10px;
    position: absolute;
    top: -9px;
    left: 0;
}
#contentReservarButton .pasos-cuerpo,
#contentReservarButtonModal .pasos-cuerpo {
    padding: 2px 4px 6px 4px;
    border-radius: 0px;
    background-color: #f7f7f7;
    font-weight: normal;
}
.qtip-info {
    color: #337ab7;
    font-size: 16px;
    cursor: pointer;
}
.establecimiento {
    border: 1px solid #337ab7;
    margin: 0 0 4px 0;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.titulo-comportamiento { font-weight: bold;}
.e-titulo {
    margin: 0;
    color: #fff;
    background-color: #337ab7;
    padding: 4px 4px 4px 10px;
    border-radius: 6px 6px 0px 0px;
    font-size: 18px;
    font-weight: bold;
}
/*
.e-bg_22005 { border-color: #005aa3; }
.e-bg_22005 .e-titulo { color: #fff; background-color: #005aa3; }

.e-bg_22 { border-color: #007e35; }
.e-bg_22 .e-titulo { color: #fff; background-color: #007e35; }
.e-bg_22 .btn.btn-secondary { background-color: #ffffff; border-color: #007e35 !important; color: #007e35 !important; }
.e-bg_22 .btn.btn-secondary.active { background-color: #007e35 !important; border-color: #007e35 !important; color: #ffffff !important; }
.e-bg_22 .btn.btn-secondary.active:hover { background-color: #0b9444 !important; border-color: #0b9444 !important; color: #ffffff !important; }
.e-bg_22 .pasos-titulo { background-color: #007e35; color: #ffffff; }
.e-bg_22 .pasos-titulo span { background-color: #007e35; }
.e-bg_22 .pasos-cuerpo { border: 1px solid #007e35; }
.e-bg_22 .pasos-flecha { color:#007e35; }
.e-bg_22 .qtip-info { color: #007e35; }

.e-bg_22569 { border-color: #ddaf01; }
.e-bg_22569 .e-titulo { color: #fff; background-color: #ddaf01; }
.e-bg_22569 .btn.btn-secondary { background-color: #ffffff; border-color: #ddaf01 !important; color: #ddaf01 !important; }
.e-bg_22569 .btn.btn-secondary.active { background-color: #ddaf01 !important; border-color: #ddaf01 !important; color: #ffffff !important; }
.e-bg_22569 .btn.btn-secondary.active:hover { background-color: #f8ca25 !important; border-color: #f8ca25 !important; color: #ffffff !important; }
.e-bg_22569 .pasos-titulo { background-color: #ddaf01; color: #ffffff; }
.e-bg_22569 .pasos-titulo span { background-color: #ddaf01; }
.e-bg_22569 .pasos-cuerpo { border: 1px solid #ddaf01; }
.e-bg_22569 .pasos-flecha { color:#ddaf01; }
.e-bg_22569 .qtip-info { color: #ddaf01; }
*/

div.dataTables_wrapper div.dataTables_processing {
    top: 20%;
}
.dataTables_processing {
    z-index: 1000;
    background-color: #fbfbfb;
    border: 1px solid #DDDDDD;
/*
    color: #999999;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;*/
}

#CDatosCliente .well-sm, #CDatosClienteOficina .well-sm,
#CDatosClienteFacturacion .well-sm {
   /* padding: 6px 6px 0px 6px;*/
    margin-bottom: 10px;
}
#listadoClientes_length, #listadoClientes_filter {
    margin: 0 5px 0 10px;
    display: inline-block;
    text-align: initial;
}
div.dataTables_filter {
    text-align: center;
}
.page-header-clientes {
    padding-bottom: 9px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}
.page-footer-clientes {
    padding-top: 9px;
    margin: 20px 0 0 0;
    border-top: 1px solid #eee;
}
/*#form_Cliente table {
    width: 100%;
}*/
#form_Cliente table th {
    font-size: 11px;
    padding: 3px 4px 0px 4px;
}
#form_Cliente table td {
    padding: 3px 4px 0px 4px;
}
.col-search-input {
    width: 100%;
}
.dataTable td {
    padding: 0 5px;
}
.dataTable thead tr {
    height: 20px;
  /*text-align: left;*/
}
.dataTable thead th {
    padding-left: 5px;
}
.dataTable tbody tr {
    cursor: pointer;
    height: 20px;
}
.dataTable tbody tr:hover {
    background-color: #ffe2b9;
}
#ir-al-carrito {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff7a00;
    width: 100%;
    padding: 4px 3px 4px 0px;
    border-radius: 18px 0px 0px 18px;
    z-index: 200;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 0px 2px #000;
    text-decoration: none;
}
#ir-al-carrito .fao-cesta-compra {
    font-size: 20px;
    color: #fff;
}
#ir-al-carrito h3.titulo {
    font-size: 16px;
    color: #fff;
    margin: 0px 0 3px 10px !important;
}
.col-izq {
    overflow: hidden;
}
.col-der {
    overflow: hidden;
}