.clientes{
    text-align: center;
}
.clientes li{
	height:50px;
	border: 3px solid gray;
	list-style-type: none;
	margin: 10px;
}
.clientes ul{
	margin:0;
}