
.li-listaImovel{
    display: inline-block;
    height: auto;
    width: 250px;
    padding-bottom: 10px;
    padding-top: 3px;
	overflow:hidden;
}
.li-listaImovel a.item-lista {
    padding: 10px 5px 3px 5px;
    display: block;
    float: left;
    width: 100%;
}

.li-listaImovel a.item-lista div.item-img{
    float: left;
    margin-top: 2px;
}

.li-listaImovel a.item-lista div.item-img .img-rounded{
        border-radius: 50px;
        height: 80px !important;
        width: 80px !important;
        padding:4px;
}
.li-listaImovel a.item-lista div.item-desc{
    float: left;
    padding-left: 10px;
}
div.item-desc h4{
    margin: 0px 0px 5px;
    color: #900;
    font-size: 14px;
    white-space: nowrap;
    overflow-y: hidden;
    text-overflow: ellipsis;
    padding-bottom: 3px;
}
div.item-desc p{
    margin: 0px;
    color: #555;
    font-size: 12px;
    line-height: 20px;
}

.infoBox {
    background-color: #FFF;
    width: 310px;
    height: 103px;    
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid #3fa7d8; 
    border-radius: 4px; 
    margin-top: 10px;
    z-index: 1500;
    padding-top: 3px;
    text-align: left;
}

.infoBox:before { 
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3fa7d8;
    border-left: 10px solid transparent;
    top: -10px; 
    content: ""; 
    height: 0; 
    position: absolute; 
    width: 0; 
    left: 130px; 
}

img.closeInfoBodx{
    position: relative;
    cursor: pointer;
    margin: -95px 3px 0px 0px;
    width: 14px;
    height: 13px;
    z-index: 1000;
}
img.closeInfoBox{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2000;
    cursor: pointer;
}
.infoBox .li-listaImovel a.item-lista{
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 5px 3px 5px;
}

.infoBox  div.item-desc p{
    line-height: 20px;
}
.infoBox div.item-desc h4{
    margin: 0px 0px 5px;
    color: #555;
    font-size: 14px;
}

.infoBox .li-listaImovel a.item-lista div.item-img{
    margin-top: 2px;
}

.infoBox .li-listaImovel a.item-lista div.item-img img{
   max-width: 100%!important;
}

