/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

/* reset a los UL */

#content #solutions-list ul {
	margin: 0;
}
#content #solutions-list li {
	list-style: none;
}

/* Ahora sí, arrancamos */

#solutions-list {

}
#solutions-list li {
	position: relative;
	height: 60px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 18px;
}
#solutions-list li.consulting {
	background-image: url(../resources/icn_photo_consulting.png);
}
#solutions-list li.production {
	background-image: url(../resources/icn_photo_production.png);
}
#solutions-list li.perforation {
	background-image: url(../resources/icn_photo_perforation.png);
}
#solutions-list li.pump {
	background-image: url(../resources/icn_photo_pump.png);
}
#solutions-list li.maintenance {
	background-image: url(../resources/icn_photo_maintenance.png);
}
#solutions-list li a {
	display: block;
	position: absolute;
	width: 350px;
	bottom: 0;
	left: 80px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	line-height: 140%;
}
#solutions-list li a img {
	display: block;
	margin-bottom: 4px;
}

