
.casa{
    width: 100%;
    height: 200px;
    border: 2px dotted 
}

.carruselDestacados{
    width: 100%;
    height: 250px;
    /*    border: 1px solid rgb(172,172,172);*/
    margin: 0px auto;
    /*    border-style: dotted;*/
    /*overflow: hidden;*/
    height: auto;
    /*    max-width: 98%;*/

}

.contenedorCasasCarrusel .casaCarrusel{
    position: relative;
    width: 300px;
    height: 250px;
    float: left;
    margin-left: 13px;
    margin-bottom: 30px;
    /*    border: 1px solid rgb(172,172,172);
        border-style: dotted;*/
    font-family: Calibri;
    color: white;
    z-index: 3;
    list-style-type: none;
    overflow: hidden;


}


.carruselDestacados .contenedorNavCarrusel{
    margin-top: 110px;
    width: 100%;
    height: 50px;
    position: relative;
}
.contenedorCasasCarrusel{
    position: relative;
    margin: auto;

}

.contenedorNavCarrusel .nav{
    width: 50px;
    height: 50px;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 100%;
    background-color: #036F39;
    position: relative;
    float: left;
    border: 2px solid rgb(227,222,202);
    z-index: 4;
}

.nav img{
    margin-top: 15px;
}

.nav:hover{
    cursor: pointer;
}

.casaCarrusel .tituloCarrusel{
    width: 300px;
    height: 30px;
    background-color: #036F39;
    text-align: center;
    line-height: 28px;
    /*    color: rgb(227,222,202);*/
    /*    font-weight: bold;*/
    z-index: 2;
    font-size: 17px;

}
.casaCarrusel .descripcion{
    width: 100%;
    height: 30px;
    background-color: #036F39;
    text-align: center;
    line-height: 28px;
    position: absolute;
    margin: 300px auto;
    /*    border-top:2px solid rgb(172,172,172);*/
    /*    color: rgb(227,222,202);*/
    /*    font-weight: bold;*/
    font-size: 18px;
    z-index: 2;

}

.casaCarrusel .personas{
    background-color: #036F39;
    opacity: 0.8;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 70px auto;
    font-size: 20px;
    text-align: center;
    display: none;

}

.casaCarrusel:hover{
    cursor: pointer;
    opacity:0.9;
}

.personas div{
    margin-top: 10px;
}
