@import url("interna.css");

div.clientes {
	margin:20px 0 0 0;
}
div.clientes div.cliente {
	width:181px;
	height:179px;
	margin:0 17px 20px 0;
	float:left;
	background:url(../../images/clientes/cliente_background.png) no-repeat;
	cursor:pointer;
}
div.clientes div.cliente div.empresa {
	margin:6px 0 0 0;
	color:#273e60;
	font-weight:bold;
	text-align:center;
}

div.no-margin-right {
	margin-right:0;
}

#backgroundRight {
	/*#margin-left:10px;*/
}