
.anuncio {
width:660px; 
min-height:120px; 
padding-left:1em; 
border-bottom : 2px dotted #000;
background:#FFF;
}

.anuncio .box-anuncio{ float: left;  width:460px;   }

.anuncio .box-anuncio .caracteristicas
{ 
float: left;  
padding-top:1em; background:#EFF; 

}

.anuncio .box-anuncio .caracteristicas .titulo 
{ font-size: 1.2em;  }
.anuncio .box-anuncio .caracteristicas .valor 
{ font-size: 1.2em; font-weight:bold; }


.anuncio .titulo{display: float; margin-left: 10px; font-size: 1.8em; }

.anuncio .fotos{
float: left; 
width: 160px; 
max-width: 175px; 
margin-right: 5px; 
display: inline;
}

.productList {overflow:hidden; color: #666; zoom:1;}
.productList li {
overflow: visible; 
padding: 1em 0; 
/*background: url(../img/bgDotted.gif) repeat-x top; margin-top: -1px;*/
}
.productList li:after { content: "."; 
display: block; 
clear: both; 
visibility: hidden; 
height: 0; font-size: 0; 
}
.productList.line li { margin-top:0; }

