
#busquedaPrincipal{
    width: 98%;
    border: 1px solid #036F39;
    height: auto;
    margin: 0 auto;
    top: 100px;
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#busquedaPrincipal > div.componente{
    margin-left: 17px;
}

.contenedorCasa{
    width: 98%;
    height: auto;
    margin: 1em auto;
    overflow: hidden;

}


.contenedorCasa div.barraSuperior{

    width: 100%;
    height: 1.5em;
    background-color: #9dd9b1;
    font-weight: bold;
    font-size: 17px;

}
.contenedorCasa div.barraInferior{

    width: 100%;
    height: 0.3em;
    background-color: #9dd9b1;
    margin-top: -4px;
    float: left;

}

.contenedorCasa div.img{
    width: auto;
    float: left;
    width: 225px;
    text-align: center;
    background-color: #DCDBDB;
}
.contenedorCasa div.img img{
    //width: 225px; 
    height: 160px;
    max-width: 225px;
}
.contenedorCasa div.contenidoCentral{
    width: 550px;
    height: 110px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 16px;
    color: #676968;
    text-align: justify;
}

.contenedorCasa div.precio{
    width: 130px;
    height: 50px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #9dd9b1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
    color: rgb(3, 111, 57);


}
.contenedorCasa div.contacto{
    width: 70px;
    height: 50px;
    float: right;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    margin-right: 4px;
    color: rgb(147,147,147);

}

.contenedorCasa .iconos{
    float: left;
    width: 500px;
    height: auto;
}

.contenedorCasa .iconos i{
    margin-left: 20px;
    vertical-align: bottom;
}
.contenedorCasa .iconos span{
    padding-left: 5px;
    font-size: 25px;
}
.barraSuperior .titulo{

    width: 225px;
    float: left;
    background-color:#18A65F ;
    height: 100%;
    color: #FFF;
    text-align: center;
    line-height: 1.5em;
}
.barraSuperior .subtitulo{
    float: right;
    margin-right: 15px;
    line-height: 1.5em;
    color: #036F39;
}

.barraSuperior .notasBusqueda{
    color: #7E0B1D;
    padding-left: 10px;
    display: inline-block;
    height: inherit;
    padding-top: 0px;
    font-size: 14px;
    line-height: 2px !important;
    padding-top: 13px;
}

.contenedorCasa:hover{

    cursor: pointer;
    -webkit-box-shadow: 3px 5px 10px #999;
    -moz-box-shadow: 3px 5px 10px #999;
    box-shadow: 3px 5px 10px #999;

}

.desplegableContenido input[type=checkbox]:hover{
    cursor: pointer;
}
#componenteDestino{
    width: 346px;
}
#componenteZona{
    width: 203px;
}
.semiactiva{
    border: 4px solid red;
}

/* Tabletas (Vertical y Horizontal) ----------- */
@media all
and (min-width : 768px) 
and (max-width : 1024px) {
    #busquedaPrincipal{
        width: 100%;
        height: 160px;
        margin-top: -20px;
    }
    #busquedaPrincipal > div.componente{
        width: 28%;
        border: none;
    }
    .desplegableCabecera{
        width: 100%;
    }
    .desplegableContenido{
        width: 100%;
    }
    .contenedorCasa{
        width: 100%;
    }
    .desplegableCabecera span{
        margin-right: 30px;
    }
    .barraSuperior .subtitulo{
        margin-right: 30px;
    }
    .contenedorCasa div.precio{
        margin-right: 30px;
    }
    .contenedorContactar{
        margin-right: 20px;
    }
    .desplegableContenido2[rel=descripcion]{
        width: 95%;
    }
    .desplegableContenido2[rel=precios]{
        width: 95%;
        font-size: 14px;
    }

    #busquedaPrincipal > div.componente#componenteDestino{
        width: 32%;
        padding-right: 0px;
        margin-right: 0px;
    }
    #busquedaPrincipal > div.componente#componenteZona{
        width: 25%;
        margin-left: 0px;
    }

    #contenedorSobre{
        width: 95%;
    }
}