ul.clientes {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.clientes li {
	float: left;
	width: 19.9%;
	text-align: center;
	height:100px;
}