@charset "utf-8";
/* CSS Document */

.produtos {
	width: 10em;
	max-width: 250px;
	height: 350px;
	float:left;
	margin: 5px;
	border: thin dotted #F00;
	padding: 5px;
	
}

.produtos p {
	width: 3em;
	display:block;
	padding: 5px;
	
	
}

