/* CSS Document */
*{
	margin:0;
	padding:0;	
}
html, body{
	width:100%;
	height:100%;
	background:url(imagens/bg.jpg) left top repeat;
	background-attachment:fixed;
}
#divGera{
	position:relative;
	width:983px;
}
#divTopo{
	position:relative;
	width:983px;
	height:97px;
	clear:both;
	background:url(imagens/bg-topo.jpg) left top repeat-x;
}
#divTopoLogo{
	position:relative;
	float:left;
	width:209px;;
	height:97px;
}
#divTopoLink{
	position:relative;
	float:right;
	width:180px;
	height:77px;
	font:bold 10px Arial;
	color:#495361;
	padding:20px 0px 0px 0px;
}
#divCont{
	position:relative;
	width:983px;
	height:497px;
	text-align:left;
}
#divContBG{
	position:absolute;
	float:left;
	width:937px;
	height:497px;
	background:url(imagens/bg-home.jpg) center 0px no-repeat;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	top:0px;
	left:23px;
}
.divContAbas{
	position:relative;
	float:left;
	width:216px;
	height:440px;
	top:37px;
	left:21px;
	padding:21px 9px 0px 10px;
}
#divCont h2{
	font:25px Times New Roman, Times, serif;
	color:#6484B1;
	line-height:25px;
	background:url(imagens/seta.gif) 16px 4px no-repeat;
	padding-left:36px;
}
#divCont img{
	position:absolute;
	float:left;
	top:85px;
	left:20px;
}
#divCont p{
	position:absolute;
	float:left;
	width:162px;
	font:14px Times New Roman, Times, serif;
	color:#495361;
	text-align:justify;
	top:304px;
	left:38px;
}
#divCont input{
	width:96px;
	background:#4D545F;
	font:14px Times New Roman, Times, serif;
	color:white;
	border:none;
	*cursor:hand;
	cursor:pointer;
}
#divRoda{
	position:relative;
	width:983px;
	height:104px;
	background:url(imagens/bg-rodape.jpg) left top repeat-x;
	text-align:right;
}
