@charset "utf-8";
@import url(geral.css);
/* CSS Document */
#conteudo {
}
#clientes { height:inherit; float:left; margin-top:10px;}
.linha-cliente {
  background:url(../img/clientes/linha.png);
  background-repeat:no-repeat;
  background-position:center left;
  border:0px solid black;
  height:inherit;
  float: left;
  width:90%;
  padding-left:10px;
}
#clientes .bloco-clientes {
	  width:142px;
	  float:left;
	  height:85px;
	  line-height:75px;
	  display:block;
	  display:block;
	  text-align:center;
	  background:url(../img/clientes/bg_clientes.gif);
	  background-repeat:no-repeat;
	  margin-right:10px;
	  margin-bottom:30px;
	}
	.clientes img {

	}
