.classified .image {
	width: 			80px;
	height: 		60px;
	overflow: 		hidden;
}

div.classified {
	height: 		90px;
	margin-bottom: 	10px;
	position: 		relative;
}

div.classified h2 {
	position: 		absolute;
	top:			0;
	left:			90px;
	color:			#28a5c3;
}


div.classified h2 a:hover {
	border-bottom: 	1px solid #28a5c3;
}




div.classified div.image {
	display: 		block;
	width: 			80px;
	height: 		60px;
	float: 			left;
	margin-top: 	10px;
	margin-right: 	5px;
	padding: 		0;
	padding-top: 	10px;
	background: 	white;
}

div.classified div {
	float: 			left;
	background: 	#f3f3f3;
	width: 			90px;
	height: 		52px;
	padding: 		5px;
	margin-top: 	20px;
	margin-right: 	3px;
	font-size: 		.9em;
	color:			#707070;
	padding-top: 	3px;
}

div.classified div.info {
	width: 			345px;
}

div.classified div.info a {
	color:			#707070;
	text-decoration: none;
}

div.classified div.tradeTlf {
	text-align: 	center;
}

div.classified div.mail {
	width: 			115px;
	margin-right: 	0;
	text-align: 	center;
}

div.classified div.mail a {
	display: 		block;
	text-decoration: none;
	padding-right:   18px;
	background: 	url("imagenes/mailContact.gif") no-repeat right;
	color:			#28a5c3;
	font-weight: 	normal;
	text-align: 	left;
	
}