/*  CSS Reset  */
 
body{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: inherit
}

/*============== ESTRUTURA DO SITE =======================*/

.background-principal{
	width:99.9%;
	height:1170px;
	/*background-attachment: fixed;*/
	background-image: url(../Img/bg_geral.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute
}
.background-rodape2{
	width:99.9%;
	height:20px;
	/*background-attachment: fixed;*/
	background-image:url(../Img/bg_rodape2.png);
	background-repeat: repeat-x;
	background-position: center top;
	position:absolute;
}
.background-interna1{
	width:99.9%;
	height:486px;
	/*background-attachment: fixed;*/
	background-image:url(../Img/bg_interna1.png);
	background-repeat:no-repeat;
	background-position: center top;
}
.background-interna2{
	width:99.9%;
	height:158px;
	/*background-attachment: fixed;*/
	background-image:url(../Img/bg_interna2.png);
	background-repeat:no-repeat;
	background-position: center top;
}
.background-interna3{
	width:99.9%;
	height:103px;
	/*background-attachment: fixed;*/
	background-image:url(../Img/bg_interna3.png);
	background-repeat:no-repeat;
	background-position: center top;
}
.background-rodape3{
	width:99.9%;
	height:4px;
	/*background-attachment: fixed;*/
	background-image:url(../Img/sombra_rodape2.png);
	background-repeat:no-repeat;
	background-position: center top;
}
.background-menu2{
	width:654px;
	height:15px;
	/*background-attachment: fixed;*/
	background-image:url(../Img/sombra_menu2.png);
	background-repeat:no-repeat;
	background-position: center top;
}
.menu{
	text-align:center;
	}
.font13Cinza{
	font-family:Calibri;
	color:#666;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	}
.font15Cinza{
	font-family:Calibri;
	color:#666;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	}
.font17Cinza{
	font-family:Calibri;
	color:#666;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	}
.href{
	font-family:Calibri;
	color:#666;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#666;
	}
.combo-texto-cinza {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}
.menuProdutos {
	position:absolute;
	width:170px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	border:solid 1px;
	border-color:#990066;
	line-height:20px;
	background-color:#FFF;
	padding:2px;
	z-index:2;
	text-align:left;
}
.form_cinza{ 
	background-image:url(../Img/bg_form_news.png); 
	background-repeat:repeat-x; 
	height:16px; 
	width:200px; 
	font-family:Calibri, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	padding:4px; 
	color:#666; 
	border:0px; 
	margin-bottom:4px;
}