
#ofertasHIS {
	font-size: 12px;
    padding: 3px;
	} 

#ofertasHIS a {
	text-decoration: none;
	color: #169cff;
	}

#ofertasHIS a:hover {
	text-decoration: underline;
	color: #169cff;
	}

#ofertasHIS .cuadre {
	float: left;
	width: 160px;
	height: 260px;
	overflow: hidden;
	margin: 0px 0 0 3px;
	padding: 0px;
	border: 1px #169cff solid;
	text-align: left;
	font-size: 12px;
	}

#ofertasHIS .titol {
	font-weight: bold;
	color: #fff;
	background: #169cff;
	height: 30px;
	overflow: hidden;
	padding: 3px;
	margin-bottom: 5px;
    font-size: 11px;
    text-align: center;
	}

#ofertasHIS .preu {
	font-weight: bold;
	color: #ffa900;
	text-align: right;
	float: right;
	}

#ofertasHIS .descripcio {
	float: left;
	width: 114px;
	}