.produto {
	float: left;	
	margin: 0 0 0 2em;
	font-weight: bold;
	text-transform: capitalize;
	height: 13.61em;
	width: 13.21em;	
	text-align: center;
}

.produto img {
	margin: 0 auto;
	display: block;
	max-width: 10.26em;	
	max-height: 10.41em;
	_width: expression(Math.min(parseInt(this.offsetWidth), 7.63 ) + "em");
	_heigth: expression(Math.min(parseInt(this.offsetHeight), 10.41 ) + "em");
	border: 0;
}

.produto a {	
	text-decoration: none;
	color: #5D8E9F;
	font-size: 0.90em;
}

.produto a:hover {
	font-size: 1.10em;
}

#container_produtos {
	float: right;
	width: 35em;
}
