/**
 * CSS
 * (c) 2008 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */


/* Productos ************************************************************************/


#products {
	margin: 50px 5px 50px 5px;
}
#products li {
	float: left;
	width: 205px;
	margin: 15px;
	text-align: center;
}
#products div {
	margin-bottom: 5px;
}

