body {
	background-image: url(../imagens/layout/bgGeral.jpg);
	background-repeat: repeat-x;
	background-color: #85001F;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
}
a {
	color: #525252;
	text-decoration: none;
}
a:hover {
	color: #85001f;
}





#geral {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #525252;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-image: url(../imagens/layout/bgFundoGeral.jpg);
	background-repeat: repeat-x;
	background-color: #FEFEFE;
	padding-bottom: 5px;
}
#geral #janela {
	position: absolute;
	left: 162px;
	top: 190px;
	display: block;
}
#geral #topo {
	background-image: url(../imagens/layout/bgLinhaTopo.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 27px;
	height: 101px;
	padding-right: 12px;
}
#topo #logo {
	height: 83px;
	width: 229px;
	float: left;
}
#topo #menuHor {
	float: left;
	width: 455px;
	padding-left: 55px;
}
#menuHor  #grande {
	float: left;
	width: 453px;
	border: 1px solid #c5c4c0;
	background-image: url(../imagens/layout/bdMenuHor.gif);
	background-repeat: repeat-x;
	height: 34px;
	padding-top: 15px;
}
#grande ul {
	padding-left: 20px;
}

#menuHor #grande li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#geral #subTopo {
	padding-left: 27px;
	padding-bottom: 10px;
}
#subTopo #menuVert {
	width: 285px;
	float: left;
}
#menuVert ul {
	padding-left: 7px;
}
#menuVert li {
	padding-top: 10px;
	background-image: url(../imagens/layout/marcacaoMenuVert.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 37px;
}
#menuVert li a {
	font-size: 13px;
	text-decoration: none;
	color: #525252;
	font-weight: bold;
}
#menuVert li a:hover {
	color: #85001f;
}

#subTopo #banner {
	height: 202px;
	width: 456px;
	float: left;
}
#geral #conteudoHome {
	padding-left: 36px;
	padding-top: 15px;
}
#conteudoHome .titulo {
	font-size: 20px;
	font-weight: bold;
	color: #85001f;
	padding-bottom: 10px;
}
#conteudoHome .link {
	padding-top: 10px;
	text-align: right;
}
.link a {
	color: #525252;
	text-decoration: none;
	font-weight: bold;
}

#conteudoHome .box1 {
	width: 268px;
	background-image: url(../imagens/layout/linhaVertical.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	float: left;
}
#conteudoHome #box2 {
	float: left;
	padding-left: 10px;
	width: 430px;
}
#box2 ul li {
	padding-bottom: 8px;
	background-image: url(../imagens/layout/seta.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 5px;
}
#box2 a {
	color: #707070;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#conteudoHome .linhaHori {
	background-image: url(../imagens/layout/linhaHori.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	background-position: left center;
	padding-bottom: 10px;
	width: 730px;
}
#conteudoHome #boxAux {
	width: 730px;
}
#boxAux  .box2 {
	float: left;
	padding-left: 10px;
	width: 430px;
}
.box2 .acesso {
	color: #707070;
	text-decoration: none;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 5px;
	width: 70px;
	margin-left: 40px;
}
.campo {
	border: 1px solid #CCCCCC;
}
#rodape {
	background-color: #e5e2dd;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}


#tooltips {
	display:none;
}
