@charset "utf-8";
/* CSS Produto */

/* Texto Descritivo */ 
#Pro_Tex_Des{
	width:620px;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:20px;
	}

/* Area Geral dos Produtos */ 
#Pro_Are_Ger_Pro{
	width:640px;
	margin-bottom:20px;
	text-align:center;
	}
	
/* Area dos Produtos */ 
#Pro_Are_Pro{
	width:210px;
	height:171px;
	margin-left:1px;
	margin-right:2px;
	margin-bottom:5px;
	float:left;
	background-color:#FFFFFF;
	}

	/* Area dos Produtos - Imagens */ 
	#Pro_Are_Pro_Img{
		width:210px;
		height:139px;
		}
	
	/* Area dos Produtos - Nome do Produto */ 
	#Pro_Are_Pro_Nom{
		width:199px;
		height:26px;
		padding-top:6px;
		padding-left:5px;
		padding-right:5px;
		background-image:url(../imagens/css/bkg_pro_peq_des.png);
		}
