.lengueta_izquierda {
	height: 130px;
	width: 174px;
	background-image: url(img/colores/client_degradado.jpg);
	background-repeat: no-repeat;
	float: left;
}
.lengueta_centro {
	height: 130px;
	float: left;
	width: 587px;
	background-image: url(img/colores/client_claro.jpg);
	background-repeat: repeat;
}
.lengueta_derecha {
	height: 130px;
	float: left;
	width: 19px;
	background-image: url(img/colores/client_pestana.jpg);
	background-repeat: no-repeat;
}
.final {
	background-image: url(img/colores/client_final.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

