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

.produto {
	float:left;
	width:650px;
	height:auto;
	margin-top:10px;
	/*background-color:#CCC;*/
}

.produto_img_g {
	float:left;
	width:300px;
	height:300px;
	/*background-color:#990;*/
}

.produto_img_p {
	margin-top:10px;
}

.produto_img_p img {
	border:0.1em solid #CCC;
}

.produto_info {
	float:left;
	width:350px;
	height:auto;
	font-size:12px;
	line-height:20px;
	text-align:justify;
}

.produto_desc {
	float:left;
	width:650px;
	height:auto;
	margin-bottom:15px;
	margin-top:15px;
	font-size:11px;
	line-height:20px;
	text-align:justify;
}