.clientes {
	overflow: hidden;
}

.clientes ul{
	
}
.clientes ul li{
	float: left;
	border: 1px solid #ccc;
	width: 115px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.clientes .texto {
	margin-bottom: 40px;
	overflow: hidden;
}