.banner{
    position: relative;
    width: 100%;
    text-align: right;
}

.banner_imagen_externa{
    width: 100%;
    padding-top: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner_precio{
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 20px;
    width: 100px;
    height: 25px;
    color: #FFF;  
    padding: 5px;
    text-align: center;
}

.banner_precio_imangen{
    width: 30px;
    height: 20px;
    position: absolute;
    right: -29px;
    bottom: 26px;
}

.banners_texto_ultimos_inmuebles{
    position: relative;
    display: inline-block;
    left: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    padding: 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.banners_novedades_titulo{
    position: relative;
    width: 95%;
    height: 25px;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

.banners_titulo_icono{
    position: relative;
    float: left;
    height: 25px; 
    width: 25px;
}
