.quadro_produto{
	width:215;
	height:136;
	float:left;
	margin-right:25px;
}
#produto{
	background-image:url(../produtos/1.jpg);
}
.txt_produto{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
}

/* PÁGINA DE TODOS OS PRODUTOS */

#caixa_produtos{
	z-index:5;
	position: relative;
	width:340px;
	height:230px;
	float:left;
	text-align: justify;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin-left:3px;
}

.texto_produtos{
	color:#525252;
	font-size:11px;	
	font-family: verdana;
	line-height: 20px;
	text-align:left;
	height:145px;
	overflow:auto;
}
.titulo_produtos{
	color:#000000;
	font-size:16px;	
	font-family: "Trebuchet MS";
	font-weight:bold;
	padding:10px;
	text-align:center;
}
#foto_produto{
	width:127px;
	height:185px;
	text-align:center;
	/*background-image:url(../produtos/1.jpg);*/
	background-repeat:no-repeat;
}



/* PÁGINA DE CADA PRODUTOS ESPECIFICO / INDIVIDUAL */

#caixa_produtos_ind{
	z-index:5;
	position: relative;
	width:690px;
	height:auto;
	float:left;
	/*border:#f1e7cd;
	border-width:thin;
	border-style:solid;*/
	margin-top:10px;
	/*background-position:right;
	background-repeat:repeat-y;*/
	text-align: justify;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin-left:3px;
}

.texto_produtos_ind{
	color:#525252;
	font-size:11px;	
	font-family: verdana;
	line-height: 20px;
	text-align:left;
	height:auto;
}
.titulo_produtos_ind{
	color:#000000;
	font-size:16px;	
	font-family: "Trebuchet MS";
	font-weight:bold;
	padding:10px;
	text-align:center;
}
#foto_produto_ind{
	width:127px;
	height:200px;
	text-align:center;
	/*background-image:url(../produtos/1.jpg);*/
	background-repeat:no-repeat;
	background-position:top;
	margin-top:25px;
	margin-bottom:5px;
}
#rodape_produtos{
	width:560px;
	float:right;
	font-family: verdana;
	font-size:10px;
	text-align:center;
	color:#003366;
	font-weight:bold;
	margin-top:10px;
}
