/* CSS Document */

#ofertasHIS {
 font-size: 12px;
 h
 }

#ofertasHIS a {
text-decoration: none;
color: #fff;
}

#ofertasHIS a:hover {
text-decoration: underline;
color: #ffa900;
}

#ofertasHIS .cuadre {
float: left;
width: 160px;
height: 130px;
overflow: hidden;
margin: 3px;
padding: 3px;
border: 1px #ffa900 solid;
text-align: left;
font-size: 10px;
letter-spacing:normal;
line-height:normal;
}

#ofertasHIS .titol {
font-weight: bold;
color: #fff;
background: #998800;
height: 25px;
overflow: hidden;
padding: 3px;
margin-top: 5px;
margin-bottom: 5px;
}

#ofertasHIS .preu {
font-weight: bold;
color: #ffa900;
text-align: right;
float: right;
}

#ofertasHIS .descripcio {
float: left;
width: 114px;
}
#ofertasHIS .imatge {
display:none;
 }