.clientes, .servicos, .fale {
	clear: none;
	float: left;
	height: 178px;
	width: 176px;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clientes a {
	background-image: url(../images/clientes.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 176px;
	background-position: left top;
}
.clientes a:hover {
	background-image: url(../images/clientes.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 176px;
	background-position: left bottom;
}
.servicos a {
	background-image: url(../images/assessoria.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 176px;
	background-position: left top;
}
.servicos a:hover {
	background-image: url(../images/assessoria.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 176px;
	background-position: left bottom;
}
.fale a {
	background-image: url(../images/fale.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 176px;
	background-position: left top;
}
.fale a:hover {
	background-image: url(../images/fale.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 176px;
	background-position: left bottom;
}
