@charset "utf-8";

/* ------------- LAYOUT DO SITE ---------- */

body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../imagens/site_fundo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #cccccc;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
#topo {
	height: 350px;
	width: 100%;	
}

#topo:hover {
	position: relative;
	z-index: 9999;		
}

#corpo {
	position:absolute;
	margin-top:-130px;
	width: 100%;
	height: auto;
}
.menuEsq {
	float: left;
	margin-left: 0px;
	width: 175px;
}
#conteudoTextos {
	height: auto;
	width: 595px;
	float:left;
	margin-left: 15px;
}
#centroSite {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}
#mapaSite {
	background-color: #0C2135;
	height: 450px;
	width: 100%;
}
#conteudo {
	width: 100%;
	height:auto;
}
#linhaDivisoria {
	background-color: #CCC;
	height: 5px;
	width: 100%;
	clear: both;
}

/* ---------- TEXTOS DO MENU ---------- */

.textoMenu01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	width: 175px;
	padding-right: 10px;
}

a.textoMenu01:link, a.textoMenu01:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

/* ---------- MENU ---------- */
.link01{
	margin: 0px;
	float: left;
	width: 175px;	
}
.show {
	display: block;
	background-image: url(../imagens/menu_fundoselecionado.jpg);
	background-position: right;
	margin-left: 0px;
}
.showLink {
	display: block;
	color:#6633FF;
	margin-left: 0px;
}
.hide {
	display: none;
}
.showClick {
	height: 30px;
	line-height: 30px;
	display: block;
	width: 175px;
	padding-right: 10px;
	background-image: url(../imagens/menu_linha.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 0px;
}
.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: #E5C209;
	text-decoration: none;
	display: block;
}

/* ---------- SCROLL BAR ---------- */

.scroll01 { 
	padding:5px; 
	width:290px; 
	height:190px; 
	overflow:auto; 
}

/* ---------- CURSOS ---------- */

.boxContorno01 {
	border: 1px solid #CCC;
	height: 35px;
	line-height: 35px;
	width: 410px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.contCursosHide {
	display:none;
}
.contCursosShow {
	width: 420px;
	height: auto;
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

/* ---------- EXIBIR E ESCONDER CONTEUDOS ---------- */

.hide_{
	display: none;
}

.show_{
	display:block;
}

/* ---------- AUTOCOMPLETAR ---------- */

.autocomp{
	position:absolute;
	left: 0px;
	top: 0px;
	visibility:hidden;
	width:0px;
}
.taskboxclass{
	position:absolute;
	left: 0px;
	top: 0px;
	visibility:hidden;
	width:0px;
}

/* ---------- NOTICIAS ---------- */

.imagemCont{
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/* ESTILOS DO BOTÃO DE NAVEGAÇÃO DA NOTICIA DA HOME */

.botNotHome01{
	background-image: url(../imagens/btn01_1.gif);
	text-align: center;
	line-height: 17px;
	height: 17px;
	width: 17px;
}
.botNotHome02{
	background-image: url(../imagens/btn01_2.gif);
	text-align: center;
	line-height: 17px;
	height: 17px;
	width: 17px;
}