/* CSS Document */
* { 
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}
a {	text-decoration: none; color:#000000; }
a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: none; color:#000000;}
hr { display:none; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/* html .clearfix {height: 1%;} .clearfix {display: block;}/* End hide from IE-mac */

html { background:#EBF1EF; min-height: 100%}
body { font:10px/14px "Trebuchet MS"; background:url(../img/bg2.jpg) repeat-x; min-height:100%; }
#geral { width:778px; margin:auto; }
#geral h1 { display:none; }
h2 span { display:none; }
#topo {	height:78px; }
#topo h1 {
	background:url(../img/logo.gif) no-repeat;
	width:336px;
	height:50px;
	top:8px;
	left:15px;
	position:relative;
	text-indent:-5000em;
	display:block;
	overflow:hidden;
}
#topo h1 a { display:block; height:50px; }
.menu {
	width:778px;
	float:left;
	height:30px;
	margin-top:11px;
}
.menu ul#nav {
	margin:1px 0 1px 0;
	vertical-align:middle;
}
.menu ul li {
	float: left;
	display:inline;
}
.menu ul#nav li a {
	width:90px;
	float:left;
	border-left:#8991A3 1px solid;
	border-right:#EAEBEE 1px solid;
	font-size:10px;
	font-weight:bold;
	color:#484E5B;
	text-align:center;
	padding:7px 3px;
	text-transform:uppercase;
}
.menu ul#nav li a#pri {
	border-left:none;
}
.menu ul#nav li a#ult {
	border-right:none;
}
.menu ul#nav li a:hover {
	background:url(../img/bt_on.jpg) repeat-x;
}
/* SubMenu */
.menu ul#nav li ul { position:absolute; visibility: hidden; white-space: nowrap; height:10px; margin-top:28px; }
.menu ul#nav li ul li a { width:auto; padding:2px 20px; background:#D0D3DC; border:#8991A3 1px solid; }
.menu ul#nav li:hover ul, .menu ul#nav li.over ul { visibility: visible; }
/* as 2 decl. abaixo são para navegadores que exigem width para absolutes */
html:first-child>body .menu ul#nav li ul { display:block;}
html:first-child>body .menu ul#nav li ul li { float:none; display: table-cell;}
/**********************/
ul#ico {
	float:left;
	margin-left:140px;
}
ul#ico li {
	margin:1px 2px 1px 1px;
}
ul#ico li a {
	height:28px;
	width:17px;
	text-indent:-99999px;
	display:block;
	float:left;
}
ul#ico li#home a {
	background:url(../img/menu_home.gif) no-repeat;
}
ul#ico li#contato a {
	background:url(../img/menu_contato.gif) no-repeat;
}
ul#idioma {
	margin-left:580px;
	height:12px;
	display:block;
}
ul#idioma li, ul#idioma li a {
	display:inline;
	width:70px;
	height:12px;
	text-indent:-99999px;
	display:block;
	float:left;
}
ul#idioma li#pt {
	background:url(../img/id_pt_i.gif) no-repeat;
}
ul#idioma li#en {
	background:url(../img/id_en_a.gif) no-repeat;
}
/* Conteudo */
#barraflash {
	height:150px;
	display:block;
	clear:both;
	margin-bottom:10px;
}
#conteudo {
	display:block;
	width:560px;
	background:#FFFFFF;
	margin-bottom:10px;
	padding:3px;
	float:right;
}
#conteudo #secao {
	padding:3px;
	font-size:11px;
}
#conteudo h1 span {
	display:none;
}
#conteudo p {
	padding:5px;
	line-height:15px;
}
#botoes {
	padding:2px 5px;
	background:#E3E6EA;
	display:block;
	clear:both;
}
#direita {
	padding:3px;
	width:196px;
	float:right;
	display:block;
	background:#FFFFFF;
	margin-left:10px;
}
#direita h4 {
	background:#B8BCC7;
	padding:6px;
	height:18px;
	color:#FFFFFF;
	font-size:14px;
}
#noticias li {
	border-bottom:#0066CC dotted 1px;
	padding:2px;
}
#noticias li a {
	font-weight:bold;
	display:block;
}
#noticias li a:hover {
	background:#DEE6EB;
}
#noticias li a #data {
	color:#0066CC;
}
#noticias img { display:inline; }
#direita #noticias li a #data {
	height:30px;
	float:left;
	margin-right:5px;
}
.banner {
	margin-top:10px;
	display:block;
}
#rodape {
	background:url(../img/rodape_bg.gif);
	height:21px;
	width:100%;
}
#rodape p {
	background:url(../img/rodape_txt.gif) no-repeat;
	text-indent:-9999px;
	width:778px;
	height:21px;
	position:relative;
	margin:0 auto;
}
