.produtos {overflow: hidden;}
.produtos ul{}
.produtos ul li{float: left;
				border: 1px solid #ccc;
				width: 100px;
				height: 70px;
				margin-right: 10px;
				margin-bottom: 10px;
				padding-top: 10px;
				text-align: center;
				font-weight: bold;
}
.produtos .texto {
	margin-bottom: 40px;
	overflow: hidden;
}