@charset "utf-8";
.texto01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a.texto01:link, a.texto01:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.show {
	display: block;
	background-image: url(imagens/menu_fundoselecionado.jpg);
}
.showLink {
	display: block;
	color:#6633FF;
}
.hide {
	display: none;
}
.showClick {
	display: block;
	background-image: url(imagens/menu_linha.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
body {
	background-image: url(imagens/site_fundo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.linkMenu:link, .linkMenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	display: block;
}
.linkMenu:hover, .linkMenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9900FF;
	text-decoration: none;
	display: block;
}
#topo {
	height: 180px;
	width: 100%;
}
.menuEsq {
	float: left;
	width: 175px;
	margin-left: -1px;
}
#conteudoTextos {
	height: 760px;
	width: 595px;
	float:right;
}

#corpo {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	float: left;
}
#conteudo {
	width: 800px;
	height:auto;
}
#linhaDivisoria {
	background-color: #CCC;
	height: 5px;
	width: 800px;
	clear: both;
}
#mapaSite {
	background-color: #0C2135;
	height: 450px;
	width: 800px;
}

