.resaltarSeccion{
    font-size: 25pt;
    font-family: arial;
    color: black;
    color: #02b1ce;
    width: 1100px;
    margin: auto;
    margin-top: 40px;
    border: solid 1px #cecece;
    border-top: none;
    border-left: none;
    border-right: none;
}
.centroPropiedades{
    width: 1100px;
    
    margin: auto;
    
}
.filtrosPropiedades{
    float: left;
    width: 250px;
    height: 400px;
    margin-top: 40px;
    position: relative;
    
}
.filtrosAplicados{
    width: 100%;
    
    border: solid 1px black;
    padding: 10px;
    height: 200px;
}
.filtrosAplicados h1{
    display: block;
    font-size: 11pt;
    margin-bottom: 8px;
}
.botonBuscarPropiedad{
    display: block;
    text-decoration: none;
    color: white;
    background: #86171B;
    font-size: 11pt;
    border: none;
    padding-top: 10px;
    padding-bottom: 8px;
    text-indent: 5px;
}
.botonBuscarPropiedad img{
    width: 18px;
    float: right;
    margin-right: 5px;
}
.filtrosAplicados2{
    width: 100%;
    height: 120px;
    
    border: solid 1px black;
    padding: 10px;
    margin-top: 10px;
}
.filtrosAplicados2 h1{
    display: block;
    font-size: 11pt;
    margin-bottom: 8px;
}
.filtrosAplicados2 .inCalle{
    float: left;
    width: 100%;
    height: 33px;
    text-indent: 5px;
    border: none;
    border: solid 1px black;
}
.filtrosAplicados2 .calleSubmit{
    background: #86171B;
    color: white;
    font-size: 11pt;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 4px;
    display: block;
    width: 60px;
    text-align: center;
    float: right;
    margin-top: 15px;
    margin-right: 2px;
    cursor: pointer;
    border: none;
}
.filtrosAplicados2 a:hover{
    transition: 0.5s;
    opacity: 0.8;
}
.filtroA{
    border: none;
    list-style: none;
    border-radius: 15px;
    float: left;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 7px;
    background: #86171B;
    margin-bottom: 7px;
    color: white;
}
.filtroA a{
    font-size: 11pt;
    display: block;
}
.filtroA img{
    width: 10px;
    float: right;
    margin-left: 8px;
    margin-top: 2px;
    cursor: pointer;
}
.filtroA img:hover{
    transition: 0.5s;
    opacity: 0.8;
}
@media(max-width:400px){
    .filtrosPropiedades{
        height: auto;
        padding-bottom: 20px;
    }
    .filtrosAplicados{
        height: auto;
    }
    .filtroA{
        float: inherit;
        width: 80%;
    }
    .filtroA a{
        font-size: 10pt;
        margin: 0;
    }
    .filtroA img{
        width: 14px;
        margin-top: 0;
    }
}
.centroNotasSeccion{
    width: 650px;
    float: left;
    margin-top: 50px;
    margin-bottom: 100px;
    
    margin-left: 20px;
}
@media(max-width:1100px){
    .filtrosPropiedades{
        float: inherit;
        margin: auto;
        margin-top: 20px;
    }
    .centroNotasSeccion{
        float: inherit;
        margin: inherit;
    }
    .textoImagen{
        
    }
    .centroPropiedades{
        width: 95%;
        height: inherit;
    }
}
@media(max-width:400px){
    .filtrosPropiedades{
        width: 100%;
    }
}
.textoImagen{
    width: 98%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: solid 1px #cecece;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
    border: solid 1px #000;
    position: relative;
    
    
    
    padding-right: 20px;

}
.textoImagen:hover{
    transition: 0.3s;
            box-shadow: 2px 2px 10px gray;
}
.iamgenIN{
    width: 230px;
    height: 230px;
    overflow: hidden;
    position: relative;
}
.iamgenIN img{
    height: 100%;
}
.venta{
    position: absolute;
    display: block;
    bottom: 0;
    background: #4ba01f;
    color: white;
    font-family: arial;
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    font-size: 16pt;
}
.descripcionCa{
    position: absolute;
    width: 380px;
    height: 200px;
    top: 20px;
    right: 10px;
}
.tituloCa{
    display: block;
    font-size: 10pt;
    font-family: arial;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
}
.tituloCa:hover{
    transition: 0.5s;
    opacity: 0.8;
}
.textoDescripcion{
    display: block;
    font-size: 10pt;
    font-family: arial;
    margin-bottom: 10px;
    height: 92px;
    border: solid 1px black;
    border-top: none;
    border-left: none;
    border-right: none;
    overflow: hidden;
    color: #353535;
    font-weight: lighter;
}
.precioPro{
    font-size: 13pt;
    display: block;
    
}
.textoDescripcion a{
    text-decoration: none;
    color: #353535;
}
.textoDescripcion a:hover{
    transition: 0.5s;
    opacity: 0.8;
}
.botones{
    position: absolute;
    bottom: 0px;
    
    width: 100%;
}
.botones a{
    border: none;
    font-family: arial;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 9pt;
}
.botones a:hover{
    opacity: 0.8;
    transition: 0.5s;
}
.consulta{
    color: white;
    float: left;
    background: #86171B;
}
.verDet{
    color: white;
    background: #86171B;
    float: right;
    text-decoration: none;
    font-weight: lighter;
}

@media(max-width:716px){
    .centroNotasSeccion{
        width: inherit;
        width: 100%;
    }
    .textoImagen{
        width: inherit;
        width: 100%;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width:633px){
    .iamgenIN{
        float: inherit;
        width: 100%;
        height: 250px;
    }
    .descripcionCa{
        width: 95%;
        position: inherit;
        
        margin: inherit;
        margin: auto;
        right: 0;
    }
    .textoImagen{
        height: inherit;
        float: inherit;
        margin-bottom: 20px;
        margin-top: 20;
        padding-top: 0;
        position: inherit;
        padding-bottom: 0px;
    }
    .tituloCa{
        font-size: 10pt;
        margin-top: 10px;
    }
    .textoDescripcion{
        height: 50px;
        overflow: hidden;
        border: solid 1px lightgray;
        border-top: none;
        border-left: none;
        border-right: none;
        padding: inherit;
        
        font-size: 8pt;
    }
    .botones{
        position: inherit;
        width: 90%;
        height: 10px;
        margin: auto;
        bottom: 0;
        margin-top: 30px;
        position: relative;
        display: block;
        bottom: inherit;
    }
    .botones a{
        
        padding: inherit;
        padding: 5px;
    }
}