/*Classes comuns a todas as páginas*/
body {
	margin-left: 0px;  
	margin-top: 0px;
	margin-right: 0px;  
	margin-bottom: 0px; 
	height: auto; 
	width: 1000px;
	margin: 0 auto;
	background-color: #c1e2f5;
	background-image: url(/imagens/geral/fundo.jpg);
	background-repeat: repeat-x;
}
.opacity {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
h1 {
	position: relative;
	float: left;
	font-family: verdana;
	font-size: 22px;
	text-align: center;
	width: 100%;
	padding: 10px 0px 0px 0px;
	background-image: url(../imagens/geral/ribbon.png);
	height: 55px;
	z-index: 5;
}
h2 {
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#whole {
	margin-top: 30px;
	position: relative;
	float: left;
	width: 1000px;
}
#topFrame {
	position: relative;
	float: left;
	width: 1000px;
	background-color:transparent;
	height: 150px;
	margin-top: 50px;
}
.topBarNormal {
	position: absolute;
	*margin-left: -1000px;
	*margin-top: -200px;
	float: left;
	background-image: url(../imagens/geral/quadrado.png);
	width: 250px;
	font-family: verdana;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	z-index: 1000;
	height: 16px;
}
.topBarNavNormal {
	position: absolute;
	*margin-top: -200px;
	float: left;
	background-image: url(../imagens/geral/quadrado.png);
	width: 710px;
	font-family: verdana;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	z-index: 1000;
	margin-left: 270px;
	*margin-left: -730px;
}
.topBarSolid {
	width: 980px;
	background-color: white;
	background-image: url(/imagens/geral/fundo-sup.png);
	background-repeat: none;
	height: 160px;
	border: 1px solid black;
	border-top: none;
}
.topBarNavSolid {
	width: 980px;
	background-color: white;
	background-image: url(/imagens/geral/fundo-sup.png);
	background-repeat: none;
	height: 560px;
	border: 1px solid black;
	border-top: none;
	margin-left: 0px;
	background-repeat: no-repeat;
	*margin-left: -1000px;
}
#sitemap {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	height: 500px;
	display: none;
}
#sitemap #navhead {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
#nvisitadas {
	position: relative;
	float: left;
	border-bottom: 1px dashed black;
	height: 460px;
	width: 100%;
	overflow: auto;
}
#nvisitadas .linemap {
	position: relative;
	float: left;
	min-width: 300px;
	font-family: verdana;
	font-size: 11px;
}
#nvisitadas .linemap a {
	position: relative;
	float: left;
	color: black;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	margin: 2px 3px 2px 3px;
	width: 305px;
	border: 1px solid black;
}
#nvisitadas .linemap a .blue{
	color: blue;
	text-decoration: none;
}
#nvisitadas .linemap a .normal{
	color: black;
	text-decoration:line-through;
}
#nvisitadas .linemap a img {
	color: black;
	text-decoration: none;
	border: none;
}
#nvisitadas .linemap a:hover {
	color: black;
	text-decoration: none;
	background-color: pink;
}
#topBarNav #percentualheader {
	position: relative;
	float: left;
}
#topBarNav #percentualheader span{
	position: relative;
	float: left;
}
#topBarNav #percentualheader #gauge{
	width: 302px;
	border: 1px solid black;
	margin-left: 50px;
	height: 14px;
}
#topBarNav #percentualheader #gauge span{
	background-color: green;
	position: absolute;
}
#topBarNav #percentualheader #gauge b{
	position: absolute;
	z-index: 1000;
	margin-left: 140px;
	color: navy;
}
#logoBox {
	position: relative;
	float: left;
	width: 250px;
	height: 100%;
}
#logo {
	position: relative;
	float: left;
}
#topRightBox {
	position: relative;
	float: left;
	width: 744px;
	height: 146px;
	padding: 2px 2px 2px 2px;
}
#topMenuBox {
	position: relative;
	float: left;
	height: 95px;
	width: 744px;
	margin-bottom: 4px;
}
#menuBox {
	position: relative;
	float: left;
	width: 744px;
	height: 46px;
	margin-top: 10px;
}
#mainContent {
	position: relative;
	float: left;
	width: 1000px;
	margin-top: 10px;
	
}
#menuBox ul {
	position: relative;
	float: left;
	list-style:none;
	margin:0;
	padding:0;
	height: 46px;
	margin-top: 10px;
}
#menuBox  li {
	float:left;
	margin:0;
	padding:0;
	width: 100px;
	margin: 2px 2px 2px 2px;
	height: 46px;
}
#menuBox li a {
	display:block;
	text-decoration:none;
	color: black;
	height: 30px;
	text-align: center;
	background-image: url(/imagens/geral/botaonormal.png);
	background-repeat: no-repeat;
}
#menuBox li a:hover {
	margin-top: -5px;
	height: 50px;
}
.txtBotaoMenu {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-top: 0px;
	cursor: pointer;
	text-align: center;
}
.imgMenu {
	position: relative;
	border: 0px solid black;
	text-decoration: none;
	margin-top: 6px;
	margin-right: 4px;
}
.anos {
	position: relative;
	float: left;
	width: 200px;
	height: 90px;
	margin-top: 6px;
	margin-left: 5px;
	padding: 2px 2px 2px 2px;
}
.line {
  position: relative;
  float: left;
  width: 900px;
}
.contato {
	position: relative;
	float: left;
	width: 310px;
	height: 90px;
	margin-top: 6px;
	margin-left: 12px;
	padding: 2px 2px 2px 2px;
	background-image: url(/imagens/geral/destaques_fundo.png);
	background-repeat: no-repeat;
	color: white;
}
.contatoInner {
	width: 280px;
	font-family: verdana;
	font-size: 18px;
	line-height: 18px;
	margin: 5px 3px 12px 90px;
	*margin: 5px 3px 9px 90px;
}
.contato img{
	margin-right: 5px;
}
.contato a {
	position: absolute;
	color: white;
	text-decoration: none;
	margin-top: 1px;
}
.contatoLeft {
	position: relative;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-family: verdana;
	font-size: 16px;
}
.contatoLeft {
	position: absolute;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/imagens/icones/contato_faleconosco.png);
	background-repeat: no-repeat;
}
.contatoLeftText {
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 5px;
}
#footer {
	position: relative;
	float: left;
	margin-top: 10px;
	font-family: verdana;
	font-size: 12px;
	width: 980px;
	height: 10px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background-image: url(../imagens/geral/quadrado.png);
}
#outrossitesLinks {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	height: 130px;
	display: none;
}
#outrossitesLinks a{
	border: none;
	text-decoration: none;
	position: relative;
	float: left;
	border: 1px solid black;
	padding: 10px 5px 10px 5px;
	margin: 10px 6px 10px 6px;
}
#outrossitesLinks a:hover{
	background-color: #C3D9FF;
}
#outrossitesLinks a img{
	border: none;
	text-decoration: none;
}
.tooltip {
	display: none;
}
#entreemcontato {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: -20px;
}
#entreemcontato .formline {
	position: relative;
	float: left;
	float: left;
	width: 100%;
	margin: 4px 0px 4px 60px;
	text-align: right;
}

#entreemcontato .formline span {
	positon: relative;
	float: left;
	width: 250px;
	margin-left: 0px;
	padding: 0px 0px 0px 5px;
	text-align: right;
	font-size: 16px;
}

#entreemcontato .formline .field {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 300px;
	background-color: white;
	border: 1px solid black;
	padding-left: 20px;
}
#entreemcontato .formline .field:focus {
	background-color: #C3D9FF;
	font-weight: bold;
	background-image: url(../imagens/geral/right.png);
	background-repeat: no-repeat;
}
.fieldok {
	background-image: url(../imagens/geral/ok.png);
	background-repeat: no-repeat;
}
.fieldnok {
	background-image: url(../imagens/geral/cancel.png);
	background-repeat: no-repeat;
}
#formhead {
	position: relative;
	float: left;
	margin: 5px 0px 20px 0px;
	text-align: center;
	font-family: verdana;
	font-size: 18px;
	*font-size: 16px;
}
#msg {
	position: relative;
	float: left;
	background-color: white;
	border: 1px solid black;
	width: 600px;
	height: 150px;
	margin-left: 90px;
}
#btnsend  {
	position: relative;
	float: left;
	text-decoration: none;
	border: none;
	color: black;
	margin: 20px 0px 0px 100px;
	display:none;
  cursor: pointer;
}
#enviar {
	position: relative;
	float: left;
	margin-left: 350px;
	margin-top: 20px;
}
#btnsend img {
	text-decoration: none;
	border: none;
}
#btnsend span {
	position: absolute;
	margin: 14px 0px 0px 10px;
	font-size: 18px;
	font-weight: bold;
}
#returnbtnline {
	position: relative;
	float: left;
}
#returnbtn {
	position: relative;
	float: left;
	text-decoration: none;
	border: none;
	color: black;
	font-family: verdana;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	padding: 8px 8px 8px 8px;
}
#returnbtn:hover {
	background-color: #C3D9FF;
	border: 1px solid black;
	padding: 7px 7px 7px 7px;
}
#returnbtn img {
	text-decoration: none;
	border: none;
}
.maptitle {
  position: relative;
  float: left;
  width: 930px;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px dotted black;
  margin: 30px 0px 10px 0px;
  font-family: verdana;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
