body {
	margin: 0 0 0 0;
	font-family: Verdana, Arial; 
	font-size:10pt;
	background-color: #000000;
	background-image: url("../img/fundo.jpg");
	background-repeat:repeat;
}

p, table { 
	font-family: Verdana, Arial; 
	font-size:10pt; 
}

td {
	vertical-align:top;
}

#geral {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 1000px; 
	left:50%; 
	margin-left:-500px;
	background-color:#FFFFFF;
}

#sobre_topo { 
	position: relative;
	width: 100%; 
	height: 20px;
	background-color:#2057ad;
}

#topo { 
	position: relative;	
	width: 100%; 
	height: 250px;
	clear:both;
}

#menu { 
	position: relative;
	width: 1000px; 
	color:#FFFFFF;
	font-weight:bold;
	clear:both;
	background-color:#000000;
}

#aux_altura_conteudo {
	clear:both;
	position: relative;	
	float:left;
	width:1px;
	height:255px;
	background-color:#FFFFFF;
}

#conteudo { 
	position: relative;	
	float: right;
	width: 985px;
	padding-top:5px;
	padding-left:0;
	padding-right:0;
	padding-bottom:15px;
	background-color: #FFFFFF;
}

#sobre_rodape { 
	position: relative;	
	clear:both;
	width: 100%;
	text-align:center;
	color: #FFFFFF;
	font-size:10pt;
	background-color:#2057ad;

}

#rodape { 
	position: relative;	
	clear:both;
	width: 100%;
	text-align:center;
	color: #FFFFFF;
	font-size:8pt;
	background-color:#003587;
	padding-bottom:5px;
}

p.voltar { text-align:center }
.titulo { 
	text-align:left; 
	font-size: 14pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
}


#pg_home p {
	text-align:justify;
}

a { text-decoration: none; color: #000000; }
a:link { color: #000000; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: none; cursor: hand; }


ul#menu_horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu_horizontal li{
	float: left;
}
ul#menu_horizontal li a{
	display: block; 
	width: 105px; 
	text-align: center; 
	padding-top:11px;
	padding-bottom:11px;
	font-size:11pt;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#2057ad;
	font-weight:normal;
}
ul#menu_horizontal li a:hover{ 
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2b6fd8;
}

#lista {
	list-style-image:url(../img/li_laranja.gif);
	list-style-position: outside;
	padding-left:0;
	margin-left:20px;
}
#lista li {

}

#lista_amarelo {
	list-style-image:url(../img/li_amarelo.gif);
	list-style-position: outside;
	padding-left:0;
	margin-left:20px;
}
#lista_amarelo li {
	margin-bottom: 4px;
}

#slideshow {
    position:relative;
    height:160px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
