﻿body
{
	margin:0px;
	width:100%;
	height:100%;
}

#divFundoTopo
{
	position:absolute;
	
	background-image:url(./Imagens/Site/fundo_cima.png);
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	width:100%;
	height:338px;
	z-index:-2;
	
	
}
#divFundoBottom
{
	position:absolute;
	background-image:url(./Imagens/Site/fundo_baixo.png);
	background-repeat:no-repeat;
	bottom:0px;
	left:0px;
	width:100%;
	height:225px;
	z-index:-2;
}
#divLinhasDireita
{
	position:absolute;
	background-image:url(./Imagens/Site/linhas_fundo_direito.png);
	background-repeat:no-repeat;
	bottom:0px;
	right:0px;
	width:765px;
	height:600px;
	z-index:-1;
}

#divLinha
{
	width:100%;
	height:0px;
	border-top:solid 4px #488264;
	position:absolute;
	top:100px;
	left:0px;
	z-index:-1;
}

/***************** Estrutura do Site ***************/

#divPagina
{
	width:900px;
	height:560px;
	position:relative;
	z-index:5;
}
#divLogotipo
{
	width:215px;
	height:140px;
	position:absolute;
	top:5px;
	left:30px;
	background-image:url(./Imagens/Site/logotipo.png);
	background-repeat:no-repeat;
	z-index:5;
}
#divMenu
{
	position:absolute;
	top:84px;
	width:800px;
	height:30px;
	right:50px;
	z-index:5;
	
	text-align:right;
}

#divCorpo
{
	position:relative;
	margin-top:140px;
	width:100%;
	height:100%;
	z-index:5;
}

#divScrollProdutos
{
	float:right;
	margin-right:140px;
	
}



#iFrame
{
	background-color:Transparent;
	z-index:10;
	width:930px;
	height:390px;
	position:absolute;
	top:30px;
	right:64px;
	border:none;
}




.qMisto
{
	background-image:url('Imagens/Botoes/divMisto3.png');
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	padding-top:7px;
	padding-left:7px;
	margin-left:5px;
	/*float:right;
*/
	cursor:pointer;
	
	z-index:6;
}



/* Verde Escuro */ 
.cVerdeEscuro
{
	color:#488264;
	/* decimal = 72 130 100 */
}

.botoes
{
	width:139px;
	height:30px;
	background-color:Transparent;
	cursor:pointer;
	border:none;
	margin-left:15px;
}

.textoBig
{
	font-family:Tahoma;
	font-size:14pt;
	font-weight:bold;
	color:#488264;
}


.v
{
	visibility:hidden;
	display:none;
}

