/*CSS aus*/ 
* { margin: 0; padding: 0; }
body{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center; /* hack para o IE */
}
p{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	padding: 5px;
	}
 a{
	color: #003366;
	text-decoration: none;
}	
 a:hover {
	color:#993300;
	text-decoration:none;
	}
/*inicio dos Titulos*/
/*h1{
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	text-align: left;
	display: block;
	margin: 5px 5px 5px 5px;
	border-bottom: 3px solid #AEDC7E;
	}
h2 {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	border-bottom: 2px dotted #666;
	width: 230px;
	margin-right: 5px;
	margin-left: 5px;
	}
h3{
	display:block;
	color: #993300;
	font-size: 11px;
	text-align: left;
	border-bottom: 2px dotted #999;
	margin-left: 5px;
	margin-right: 5px;	
}
h4{
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align: left;
	display: block;
	font-size: 14px;
	background-color: #336699;
	padding: 2px;
	}
h5{
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0px 5px 0px 5px;
}
h6 {
	display: block;
	color: #003300;
	font-size: 14px;
	border-bottom: 4px solid #336633;
	font-weight: bolder;
	margin: 5px;
	clear: both;
}*/
small{
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	padding: 0px;
	}

/*fim dos Titulos*/	
/*--------------------------------------------------------*/
#geral {
	width: 778px;
	margin:0;
	background-color: #FAFAF5;
	position: relative;
	text-align:left; /* "remédio" para o hack do IE */
	color: #666;
	float: left;
}
#topo {
	border-top: 5px solid #A6E2FF;
	border-bottom: 5px solid #A6E2FF;
	margin-bottom:5px;
	overflow: hidden;	 
	
	}
#topo01 {
	border-top: 5px solid #A6E2FF;
	border-bottom: 5px solid #A6E2FF;
	float:left;
	}
#topo02 {
	border-top: 5px solid #A6E2FF;
	border-bottom: 5px solid #A6E2FF;
	float:left;
	}	
/*--------------------------------------------------------*/	
/*inicio Coluna Esquerda*/
#left{
	float: left;
	width: 154px;
}
#left h3{
	display: block;
	background-color: #993300;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: 400;
	padding: 5px;
	color: #fff;
	border-bottom: 2px solid #fff;
	margin: 0px;
	text-align: center;
}
/*--------------------------------------------------------*/
/*inicio coluna direita*/
#right {float:left;	}
#right .publicidade img{
	display: block;
	text-align: center;
	padding: 0px 2px 5px 2px;
	}
#parceiros img{
	text-align:center;
	display: block;
	float: left;
	padding: 8px 26px;

}
/*----------------------------*/
/*inicio do Menu*/
/*----------------------------*/	
.nav
{
	display: block;
	width:auto;
	background-image: url(../img/nav_aus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:10px;
	}
.nav ul{
	display:block;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	height:33px;
	list-style-type:none;
	padding-left:228px;
	margin:0;
	position:relative;
}
.nav li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.nav li a {
	color:#003366;
	float:left;
	font-weight:normal;
	height:24px;
	padding:9px 15px 0;
	text-decoration:none;
	}
.nav li a:hover, .current {
	color:#993300;
	text-decoration:none;
}
.nav .current a {
	color:#003366;
	font-weight:700;
}
.nav.subnav {
	background-color:#FFFFFF;
}
.nav.subnav li a:hover, .nav.subnav li.current {

	background-image: url(../img/setanav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}                                  
/*--------------------------------------------------------*/	
.menu{
	display: block;
	width:auto;	}
.menu ul{
	list-style: none;
	/*height: 25px;*/
	list-style: none;	
	clear: left;
	margin: 0px;
	padding: 0px;

	}
.menu li 
	{
	list-style: none;
	display: inline;
	text-align: left;
	/*height: 25px;*/
	font-weight: normal;	
	}
.menu li a {
	background-color:#EFEFEF;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666633;
	letter-spacing:1px;
	text-decoration:none;
	padding: 1px 3px 1px 10px;
	margin: 1px;
	border-left: 10px solid #336699;
	/*height: 25px;*/	
	}
.menu li a:hover .current{
	background-color:#FFFFE8;
	color: #333333;
	border-right: 10px solid #336699;	
	}

.menu .current a {
	color:#333366;
	font-weight:700;
}
.menu.submenu {
	background-color:#FFFFFF;
}
.menu.submenu li a:hover, .menu.submenu li.current {
	background-color:#FFFFCC;
}                  	
/*--------------------------------------------------------*/	
/*inicio centro*/
#leitura {
	padding:3px;
	background-color: #FEFEFE;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
#leitura p{
	color: #323232;
	padding: 0px;
	margin-bottom: 1em;
	}
#leitura ol {
	margin-left: 30px;
	font-size:11px;
	list-style-type: square;
	text-align: left;
	}
.thumb {
	border: 1px solid #BEBE7E;
	background-color: #EBEBD6; 
	margin:0 4px 4px 4px;
	clear:right;
	float:right;
	width:210px;
	min-height:170px;
	_height:165px;
	}
.thumb p {
	font-size: 11px;
	color: #993300;
	display: block;
	text-align: left;
	clear:both;
	width: 190px;
	padding: 0px;
	margin: 0 5px 0px 5px;
	}
.thumb img {
	_margin:5px 4px 7px;
	border:1px solid #BEBE7E;
	/*height: 150px;*/
	width: 200px;
	margin: 5px 4px 2px 4px;
}
/*fim centro*/
/*--------------------------------------------------------*/	
#banner_topo{
	display: block;
	color: #686868;
	text-align: center;
	margin: 2px;
	float:left;
	}
.chamadas{
	width: 150px;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin: 0px 1px 10px 1px;
	}
.chamadas a{
	text-decoration: none;
	font-weight: bold;
}	
.chamadas a:hover {
	text-decoration:none;
}
.legendas {
	background-color: #E9E9D1;
	font-size: 11px;
	color: #003366;
	display: block;
	text-align: left;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 6px;
	padding:2px;
	}
.chamada1, .chamada2, .chamada3, .chamada4{
	padding: 5px;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
.chamada1{
	color: #1C1C1C;
	background-color: #E4E4E4;
	text-align: left;
}
.chamada2 {
	color: #1C1C1C;
	background-color: #C6C6C6;
	text-align: left;
}
.chamada3 {
	color: #1C1C1C;
	background-color: #B3B3B3;
	text-align: left;
}
.foto_chamada img{
	text-align: center;
	height: 100px;
	width: 150px;
}
.chamada4 {
	margin: 2px;
	font-weight:bold;
	color:#FFF;
	text-align: left;
	display: block;
	font-size: 14px;
	background-color: #993300;
	padding: 2px;
}
.chamada5{
	font-weight:bold;
	color:#606060;
	text-align: left;
	display: block;
	font-size: 14px;
	border-bottom: 4px solid #606060;
	}
/*--------------------------------------------------------*/		

.infoBox
{
	width: 140px;
	color: #666666;
	display: block;
	text-align: justify;
	border-bottom: 1px solid #0099CF;
	float: left;
	padding: 5px;	
}
.infoBox p {
	text-align: justify;
	color: #333333;
	font-size: 11px;
	width: 120px;
	display: block;
}
.foto_infoBox{
	display: block;
	float: left;
	margin: 2px;
}	
/*--------------------------------------------------------*/
.destaque{
	background-color: #F8F8F1;
	}
.destaque_titulo{
	font-size: 13px;
	color: #993300;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin: 0px 5px;
	padding-bottom:5px;
	}	
.destaque_foto{
	text-align: center;
	text-decoration: none;
}
.destaque_foto a{
	text-decoration: none;
}	
.destaque_foto a:hover{
	text-decoration: none;
}	
/*--------------------------------------------------------*/
/* noticias*/
#pagina{
	text-align: left;
	border-bottom: 4px solid #006699;
	font-size:1.5em;
	line-height:1;
}
.creditos{
	text-align: left;
	font-size: 11px;
	color: #993300;
	clear: both;
	padding: 0px;
}
.noticias {
	padding: 0px 4px;
	}
.noticias ul{
	list-style: none;
	margin: 0px;
	}
.noticias li{
	list-style-type: none;
	text-align: justify;
	font-size: 11px;
	text-align: justify;
	color: #333333;
	margin-bottom: 5px;
	}
.noticias li a{
	text-decoration: none;
	font-weight: normal;		
	}
.noticias li a:hover{
	text-decoration: none;
	background-color: #F5FAF5;
	}
.noticias #feedback{
	font-size: 14px;
	text-align: justify;
	color: #006633;
	display: block;
	border-bottom: 2px solid #E1ECE1;
	margin-top: 5px;
	font-weight: bold;
	}
#small {
	color: #333;
	font-size: 10px;
	text-align: left;
	}
/*--------------------------------------------------------*/
/*institucional*/
#aviso {
	text-align: left;
	background-color: #F6F6F6;
	border: 1px dotted #CFCFCF;
	}
#aviso a{
	color: #333;
	text-decoration: none;
	font-size: 11px;
	}	
#aviso a:hover{
	color: #CC3300;
	text-decoration: underline;
	}	
#sede {
	color: #333;
	font-size: 11px;
	text-align: left;
	padding: 0px 5px 0px 5px;
	}	
#arquivo{
	font-size: 11px;
	color: #666666;
	list-style-type: none;
	border-bottom: 4px solid #ccc;
	background-color:#F9F9F9;
	margin: 10px 0px;
	text-align: left;
}
#arquivo #titulo{
	font-size: 16px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight:bold;
}

.nota {
	font-size: 10px;
	text-align: left;
	color: #666666;
	padding: 5px;	
	list-style-type: none;
	border: 1px dotted #999999;
	background-color: #F2FBFF;
	clear: both;	
}
.nota img{
	padding: 5px;
}
.bannerbase{
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 	
.infoLegenda {
	text-align: left;
	float: left;
	margin-top: 10px;
	border-bottom: 10px solid #E6E6E6;
	display: block;
	margin-bottom: 10px;
	width: 464px;
	font-size: 11px;
}
.infoLegenda #titulo {
	text-align: left;
	margin-top: 5px;
	display: block;
	font-size: 16px;
	font-weight:bold;
	
}
.infoLegenda img {
	text-align: center;
	display: block;
	margin-right: 4px;
	margin-left: 4px;
	border-top: 2px solid #E6E6E6;
	border-right: 4px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
	border-left: 4px solid #E6E6E6;
	float: left;
}
.links  {
	width: 148px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	margin-right: 3px;
	border: 1px solid #E4E4CB;
	line-height: 5em;
	float: left;
}
.links a{
	border-style: none;
	color: #768059;
	display: block;
	}	
.links a:hover{
	color: #333;
	background-color: #F8F8F1;
	}	
.galerias  {
	text-align: left;
	float: left;
	margin-top: 10px;
	border-bottom: 10px solid #E6E6E6;
	display: block;
	margin-bottom: 10px;
	width: 460px;
	font-size: 11px;
}
.galerias #titulo {
	text-align: left;
	margin-top: 5px;
	display: block;
	font-size: 14px;
	font-weight:bold;
	
}
.galerias img {
	text-align: center;
	display: block;
	margin-right: 4px;
	margin-left: 4px;
	border-top: 2px solid #E6E6E6;
	border-right: 4px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
	border-left: 4px solid #E6E6E6;
	float: left;
}
.galerias a{
	border-style: none;
	color: #768059;
	display: block;
	}	
.galerias a:hover{
	color: #333;
	background-color: #F8F8F1;
	}		



/*=========================== tooltip ============================*/
.tooltip,.tooltip *{display:block} /*added by javascript*/

.tooltip{
	width: 200px; color:#000;
    font:lighter 11px/1.3 Arial,sans-serif;
    text-decoration:none;text-align:center}

.tooltip span.top{
	padding: 30px 5px 0;
    background: url(../img/tooltip.gif) no-repeat top;}

.tooltip b.bottom{
	padding:3px 3px 15px;
	color: #548912;
	background-image: url(../img/tooltip.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 
/*=========================== jquery ============================*/

/*=========================== jquery ============================*/
#accordion {
	margin: 10px 0px;
}

h3.toggler {
	font-size:1.5em;
	padding:5px;
	color:#768059;
	border:1px solid #FFF;
	text-align: left;
	cursor:pointer;
	background-color: #F8F8F1;
	margin: 0px;
}
h3.toggler:hover{
	background-color: #EEEEDD;
}

div.element{
	clear: both;
	background-color: #F4FAFF;
	padding:5px;
	color:#fefefe;
	border:1px solid #FFF;
	text-align: left;
}

div.element img {
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #8D8D8D;
}

/*--------------------------------------------------------*/
/*inicio rodape*/
#rodape {
	clear: both;
	display: block;
	border-top: 2px solid #E6E6E6;
	background-color: #FFFFFF;
	height: 50px;
	background-image: url(../img/rodape.gif);
	background-repeat: repeat;
	background-position: center center;
	}
#rodape p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #353535;
	text-align: center;
	padding: 10px;
	}
#rodape a {
	text-decoration: none;
	color: #003366;
}#rodape a:hover {
	text-decoration: none;
	color: #090909;
	background-color: #FFFFFF;
}
/*fim rodape*/
/*--------------------------------------------------------*/
.Box{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
