#mainContent.article{
    width: 100%;
}

.cont-list{
    position: relative;
}

.box {
    /* background:#f3f3f3; */
    background:#fff;
    padding: 20px;
    margin-bottom: 5%;
}

.box .imagen{
    display: inline-block;
    min-width: 450px;
    max-width: 450px;
}

.box .imagen img {
    max-width: 450px;
    max-height: 350px;
}

.box .imagen img{
    min-width: 450px;
}


.box .content{
    display: inline-block;
    padding-left: 5%;
    vertical-align: top;
}

.box .content .title{
    border-bottom: 1px solid;
    font-size: 18px;
    font-weight: bold;
    color: rgb(67, 66, 66);
}
.box .content .cont{
    font-size: 18px;
    color: rgb(67, 66, 66);
}
#contentArea .sxn_recent_listings{
    background: none;
}