@charset "utf-8";
#geral {
	height: 100%;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#geral #topo {
	height: 384px;
	width: 758px;
}
#geral #topo #login {
	height: 52px;
	width: 758px;
	background-image: url(../imagens/login.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	clear: both;
}
#geral #topo #login #login {
	text-align: right;
}
#geral #topo #login #login #campo_login {
	margin-top: 20px;
}
#geral #menu {
	clear: both;
	float: left;
	height: 35px;
	width: 760px;
	text-align: center;
}
#geral #menu img {
	margin-right: 2px;
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#geral #conteudo {
	float: left;
	height: 500px;
	width: 758px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-attachment: fixed;
	overflow: scroll;
	overflow-x: hidden;
	position: relative;
	visibility: visible;
}
#geral #conteudo img {
	margin-top: 10px;
}
#geral #conteudo h1 {
	font-family: Helvetica, sans-serif;
	font-size: 52px;
	font-weight: 100;
	text-align: center;
	color: #666666;
	margin-top: 5px;
	line-height: 40px;
}

#geral #conteudo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	color: #666666;
	margin-left: 115px;
	margin-top: 10px;
	line-height: 20px;
}
#geral #conteudo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #666666;
	margin-left: 115px;
	margin-top: 10px;
	line-height: 20px;
	margin-bottom: 5px;
}
#geral #conteudo p {
	font-size: 14px;
	margin-left: 115px;
	color: #000000;
	font-weight: normal;
	margin-right: 40px;
	text-align: justify;
	line-height: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#geral #conteudo #contato {
	text-align: right;
	margin-right: 115px;
	margin-left: 115px;
}
#geral #conteudo #contato p {
	text-align: right;
}
#geral #rodape img {
	background-repeat: no-repeat;
	height: 92px;
	width: 758px;
	clear: both;
	float: left;
}
