h3 { margin-bottom: 30px; }

.tipos-de-clientes-wrapper {  display: table; margin: 0 auto;  }
.tipos-de-clientes { float: left; }
.tipos-de-clientes li { color: #999; cursor: pointer; display: inline; margin-right: 10px; }
.tipos-de-clientes li.last { margin-right: 0; }
.tipos-de-clientes li.current { color: #000; font-weight: bold; }

.lista-clientes { border-top: 1px dotted #ccc; padding-top: 30px; margin-top: 5px; overflow: hidden; }

.lista-clientes li {
	border-bottom: 1px dotted #ccc;
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 40px;
	width: 235px; height: 120px;
	overflow: hidden;
}
