
.dw-list-text{
    border:1px solid #ddd;
    display: block;
    padding: 3px;
    min-height:  30px;
    margin-bottom: 0px;
    cursor: pointer;

}

.dw-list-text i{
    float: right;
}

.dw-list{
    border: 1px solid #ccc;
    padding: 3px 0px 7px 0px;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%; 
    background: white;
    z-index: 1000;
}

.dw-dd-list.selected{

}
.dw-dd-list{
    line-height: 25px;

}

.dw-dd-list.selected span{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAjElEQVR42mNgGAWDFUgCMTs1DTQH4klA7EwtA+2BeAkQR1HLwEAgngnEZUDMRKlhrECcDjUwhxqu4wbiSqiBpVALSAJTgNgfiFmgfDEgboYaWAfEnOS4yhFqQBUQWwBxH5QPMpiXEu+mQg2C4U4gFqI0DEFebIIa2APE0tRKOrJQAxWonQ05R0uiYQgAWowSH34q/8EAAAAASUVORK5CYII=") !important;
    background-repeat:no-repeat;
    background-position:  0px 50% ;

    display: block;
    padding-left: 25px;
}
.dw-dd-list span{
    display: block;
    padding-left: 25px;
    cursor: pointer;

}

.dw-dd-list.selected :hover{
    /*    background-color: #eee;     */
}
.dw-dd-list :hover{
    background-color: #eee; 
}

.dw-list-container{
    position: relative;
    bottom: 0px;
}

.img-content{
/*    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0%; 
    left: 0%; */
}

img.image-grid{
    width: 100%; 
}

.dwlink{
    position: absolute;
    top:0px;
    bottom: 0px;
    width:50px;
    z-index: 1;
    cursor:pointer;
}



.dwlink.dwlink-next{
    line-height: 237px;
    color: white;
    text-align: right;
    text-indent: 4px;
    direction: rtl;
    font-size: 36px;
    right: 0px;
}




.image-wrap:hover .dwlink.dwlink-next{
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.45))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */    
}


.image-wrap:hover .dwlink.dwlink-next:hover{
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.70))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
}

.dwlink.dwlink-prev{
    left:0px;
    line-height: 237px;
    color: white;
    /*    text-align: center;*/
    text-indent: 4px;
    font-size: 36px;
    right: 0px;    


}
.image-wrap:hover .dwlink.dwlink-prev{

    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.45)), color-stop(100%, rgba(0,0,0,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */    
}
.image-wrap:hover .dwlink.dwlink-prev:hover{
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.70)), color-stop(100%, rgba(0,0,0,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
}





.image-wrap{
    position: relative;
    width: 318px;
    height: 240px;    
    overflow:hidden;
    z-index: 25;
    cursor:pointer;
}

.image-wrap img{
    width: 318px;
    max-height: 240px;
}

.image-wrap .img-content {
    display:inline-block;
    width:10000px;
}

.image-wrap .img-content img{
    display: inline-block;
}


.dw-item-info-description span{
    margin-right: 3px;
}
.dw-item-info-description{
    font-size: 14px;
    color:#666;
}
.commented
{

    position: absolute;
    top: 0;
    display: block;
    height: 45px;
    right: 22px;
    background-color: rgba(0,0,0,0.1);
    padding: 0px 4px;
    margin-top: 3px;    
}
.commented>div
{
    float: left;
    position: relative;
}
.commented .cuadro-left>span
{
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}
.commented .cuadro-left .spPuntos
{
    font-size: 18px;
    line-height: 18px;
    padding-top: 3px;
}
.commented .cuadro-left .spText-puntos
{
    font-size: 10px;
}
.commented .cuadro-left
{
    /*background: #00f;*/
    background:#6280d9;
    border-radius: 2px;
    height: 35px;
    margin: 5px 5px 5px 0px;
    width: 45px;
}
.commented .cuadro-right
{
    border-radius: 2px;
    height: 35px;
    margin-top: 5px;
    width: 81px;
}
.commented .cuadro-right>span.spPorcentaje
{
    color: #666;
    font-size: 13px;
    height: 20px;
}
.commented .cuadro-right>span.spCalificacion
{
    color: #666;
    cursor: pointer;
    font-size: 9px;
}
.commented .cuadro-right>span.spCalificacion:hover
{
    text-decoration: underline;
}
.commented .cuadro-right>span
{
    color: #fff;
    display: block;
    float: left;
}







.dw-item-amenities span{
    margin-right: 3px;
    height: 29px;
    float: left;    
}
.dw-item-amenities{
    position: absolute;
    bottom: 36px;
    width: 100%;
    height: 20px;
    color: black;
    font-size: 13px
}

.dw-item-amenities i:hover{
    background-color: rgba(100,100,100,0.3);
}
.dw-item-amenities i{
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;    

    padding: 8px;;
    background-color: rgba(230,230,230,0.7);
    border-radius: 19%;
}


@media screen and (max-width: 1000px) {

    .btn-vermas{
        color: black;
        background-color: orange;
        border-color: orange;
    }
    .favorite{
        position: absolute;
        top: 0px;
        display: none;
        right: 22px;
        font-size: 24px;
        color: #ccc;
        z-index: 1000;
        cursor: pointer;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

    }    

    .dw-item-title {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;        
        padding: 6px 4px;
    }
    .dw-item-title a{
        font-size: 18px;
        
        /*        text-overflow: ellipsis;
                white-space: nowrap;*/

    }

    .price-box {
        position: absolute;
        top:216px;
        left:15px;
        
        color: white !important;
        z-index: 25;
        
    }
    
    .image-wrap{
        width:100%;
        
    }
    .image-wrap img{
        max-height: 240px;
    }
    .commented {
        position: absolute;
        top: 36px;
        display: block;
        height: 45px;
        right: 14px;
        z-index: 25;
    }
    
    .pdesde{
        font-size: 11px;
        color: #aaa;
        padding-right: 1px;
    }
    
    .price-detail-full-mount{
        font-size: 19px;
        font-weight: bold;
    }
    
    .price-detail-night{
        background: rgba(0,0,0,0.8);
        float: left;
        padding-right: 5px;
    }
    .price-detail-full{
        margin-top: 2px;
        background: rgba(50,50,50,0.9);
        float: left;
        clear: both;
        padding-right: 5px
    }
    .stretch{
        height: auto !important;
        padding-bottom: 7px;
    }
    .dw-item-amenities{
        display: none;
    }
    
    .text-advise{
        margin: 10px 0px;
        width: 100%;;
        float: left;
    }    
    
    .text-advise a{
        text-decoration: underline;
    }
}

@media screen and (min-width: 1000px) {
    .text-advise{
        margin: 10px 0px;
        width: 100%;;
        float: left;
    }
    
    .text-advise a{
        text-decoration: underline;
    }
    
    .panel-heading span.title-panel{
        font-weight: bold;
    }
    
    .slider-pd{
        margin-top: 50px;
    }    
    
    .col-md-8.stretch{
/*        margin-left: -35px;*/
        padding-right: 164px;
        padding-left: 345px;
        width: 100%;
    }    

    .dw-item-title{
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .image-list-hack{
        float: none;
        position: absolute;
        display: inline;
        width: 335px;
        left:0px;
            
    }
    
    
    .price-box {
        position: absolute;
        bottom: 4px;
        width: 150px;
        top: 4px;
        right: 17px;
        color:#666;
        border-left: 1px solid #eee;


    }
    
    .sp-count-noches{
    }

    .price-box .price-detail.price-detail-night{
        margin-top: 45px;
    }


    .price-box .price-detail .price-detail-night-currency,
    .price-box .price-detail .price-detail-night-mount{
        font-size: 24px;
    }

    .price-box .price-detail.price-detail-full{
        margin-top: 8px;
    }

    .price-box .price-detail .price-detail-full-currency2,
    .price-box .price-detail .price-detail-full-mount{
        font-size: 24px;
    }

	.price-detail-full-currency{
		font-size:14px;	
	}

    .price-box .price-detail{
        text-align: center;

    }
	
    .price-box .text-price-detail{
        text-align: center;
        padding: 25px 15px 3px ;
    }

    .price-box .price-link{
        padding: 12px 25px;
        position: absolute;
        bottom: 3px;
        width: 100%;
        height: 54px;
    }

    .price-box  i::before{
        font-size: 14px;
    }
    .favorite{
        position: absolute;
        top: 0px;
        display: none;
        right: 24px;
        font-size: 24px;
        color: #ccc;
        z-index: 1000;
        cursor: pointer;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

    }

    .dwlink{
        display: none;
    }
    .alternative .wrap-item {
        background: #eee;
        border: 1px solid #999;
    }
    .nofl:hover .dwlink {
        display: block;
    }
    .nofl:hover .favorite{
        display: block;
    }
    .nofl:hover .favorite.select{
        color: #d9534f !important;
    }
    
    .price-box .btn{
        color: black;
        background-color: orange;
        border-color: orange;
        transition: linear 0.3s background;
    }
    
    .price-box .btn:hover{
        background-color: #fabe60;
        border-color: #fabe60;
        
    }
    .single-price .price-detail-night{
        height: 135px;
        margin-top: 77px !important;
    }    
    
}




.single-price .price-detail-full{
    display: none;
}
.nofl {
    overflow: hidden;
    height: auto;
    transition: box-shadow 0.5s;

}

.nofl:hover{
    -webkit-box-shadow: 1px 3px 23px 3px rgba(0,0,0,0.33);
    -moz-box-shadow: 1px 3px 23px 3px rgba(0,0,0,0.33);
    box-shadow: 1px 3px 23px 3px rgba(0,0,0,0.33);
}




.showfinded.hide,
.showfinded{
    display: block ; 
}

.showfinded.hide{
    display: block!important; 
}

.hidefinded{
    display: none!important; 
}



#resultview{
    margin-top: 10px;
}

.dom-result{
    display: none;
}




/* PARCIAL*/


.slider-pd{
    position: relative;
    display: none;
    width: 100%;
    margin-bottom: 20px;
    
}
.left-pd{
    position: absolute;
    top: 0%;
    left: 0px;
    width: 32px;    
    height: 50px;
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAGYktHRAD/AP8A/6C9p5MAAAFHSURBVFhH7de9K4VhGMfxx0scEiU5JYNSBoNBsYhBZ5SyWP0B/AXKaDEYTCaDLAabQZQymGSQklIGLyklkZdC+F5019Mvg9J1SfnWp86pU9fV6ek+98n+c2gER+j/eBfcKF7whgeUENYgbKgNT04RUh/ukB9uxuHeAO6hwyfgXg9uoMMn4V43rqHDp+FeJy6hw2fgXjvOoMPnUQbX2nACHb6EcrjWAjvhdPgyKuBaEYfQ4auogmuN2IMO30QN3FuHDt9FA37cdx6crz5jJ9/z50v/arEF/Ra2UYeQ6rEDXWIDBYTUhH3oEmuoRkjNOIAusYJKhNSKY+gSi3A/DVP2e3AOXWIB7r8HqQ5cQJeYQ1hduIIuMYuwenELXWIKYdn1+xH5BV4RcilNDeEJ+SXCruWpYaQl7Nmwe2N4Y7Bz4lf+mv21suwd4xiL9JLm6eMAAAAASUVORK5CYII=') 0px 50% no-repeat;

}
.right-pd,.left-pd{
    cursor: pointer;
}
.right-pd{
    position: absolute;
    top: 0%;
    right: 0px;
    width: 32px;    
    height: 50px;    
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAGYktHRAD/AP8A/6C9p5MAAAFLSURBVFhH7de7K4VxHMfxx/2aQaJkUMpgMCgWMZyMUhb/BH+BMloMBpPJIIvBZlAklMkkJaUMLikll1xKwvvjUsdnYDm/78K7Xp3L8v2eenqe38n+fCWfr7/Vhw1cY1dfRNaFS7ziCUMI7QQa/kVLDCKsUbwgf4lHDCCsCeQvILfoQVjT8CV0bXQirBn4EudoR0hFmIMvcYY2hFSMefgSR2hBSKVYgi+xj0aEVIEV+BJ7aEBIlViFL7GDOoRUi234EpuoRkgatAVfYg0/piu6EJWh5uPtt3QLT14V1uG/Xo/teiStHMvw4QdoQtJ0mFmEDz9EM5Kma2cBPvwYrUiangez8OGnCHkeTMGHX6ADyZuED7+Czo3JG4cPv0E3kjcGH36PfiRPh1IffodehOTH8gfkEJaO3xqq4c8YQXj6a6Y73PD7p/8KVpa9ATj1jEmxlhvRAAAAAElFTkSuQmCC') 0px 50% no-repeat;

}
.content-pd{
    margin: 0px 32px;
    display: block;
    overflow: hidden;
    position:relative;
        
}

.wrap-content-pd{
    width:6000px;
    display: block;
    height:50px;
    
}

.content-fechas{
    display: block;
    width: 6000px;
    position: absolute;
    top:0px;
    left:0px;
    overflow: hidden;
}


.dia-ocupacion{
    display: block;
    position: relative;
    float: left;
    width:50px;
    height:50px;
    border:1px solid #bbb;
    color:white;
    text-align: center;
}
.lblDia, lblocupado, .lbllibre{
    display: block;
}

.lbllibre{
    font-size: 9px;
    line-height: 21px;
}

.dia-ocupacion.ocupado{
    background: #d9534f;
}
.dia-ocupacion.libre.over{
    background: #5cb85c;
}
.dia-ocupacion.libre{
    background: aquamarine;
    color: black;
    cursor:pointer;
    line-height: 25px;
    
}



/**/

.arrow-before {
    width:0px;
    height:0px;
    border-left: 6px solid transparent;  /* izquierda flecha */
    border-right: 6px solid transparent; /* derecha flecha */
    border-bottom: 6px solid black; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    top: 6px;
    left: 3px;
    position: relative;
}
.arrow-after {
    width:0px;
    height:0px;
    border-left: 6px solid transparent;  /* izquierda flecha */
    border-right: 6px solid transparent; /* derecha flecha */
    border-bottom: 6px solid black; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    top: 1px;
    left: 3px;
    position: relative;
}
.dw-container-tt {
    width: 130px;
    text-align: center;
    padding:5px;  /* dejamos una separación entre borde y texto */
    font-family: verdana;
    border:1px solid black;
    color: white;
    background: black;
}

.dw-tooltip{
    position:absolute;
    z-index: 100;
    top:50%;
    left:50%;
}



.div-parcial.h3{
    display: block;
}
.div-parcial.waiting h3{
    display: none;
}

.div-parcial .listParcial{
    display: block;
}
.div-parcial.waiting .listParcial{
    display: none;
}

.div-parcial .div-waiting{
    display: none;
}

.div-parcial.waiting{
    display: block;
}

.div-waiting h3{
    margin-bottom: 35px;
}
.div-waiting{
    text-align: center;
}
.div-parcial.waiting .alternative{
    display: none;
}

.div-parcial.waiting .div-waiting,
.div-parcial.waiting .div-waiting h3{
    display: block;
}

.destacado{
    border: 1px solid red !important;
}

.product-visto.shown{
    display: block;
}
.product-visto{
    padding: 5px 10px;
    background: rgba(0,0,0,0.6);
    border-radius: 3px;
    color: white;
    margin-top: 15px;
    position: absolute;
    left: 37px;
    bottom: 10px;
    display: none;
    z-index: 40;
    
}

.leypais{
	text-align:center;	
	color:#999;
}

