/* ======== GERAL ======== */

* {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

.show {
	display:block;
}

.hide {
	display:none;
}

body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#666;
}

#externa {
	width:100%;
	text-align:center;
}

#externa #principal {
	width:960px;
	margin:0 auto;
	text-align:left;
}

/* ======== HEADER ======== */

#top-links {
	width:100%;
	text-align:right;
	font-size:10px;
	margin:7px 0;
}

#top-links ul li{
	list-style:none;
	display:inline;
}

#top-links li{
	padding:1px;
}

#top-links li a{
	color:#666666;
}

#header {
	width:100%;
	height:107px;
	background:url(../images/bkg_header.gif) repeat-y;
}

#header h1 {
	float:left;
	margin:23px 0 0 22px;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
}

#header h1 a {
	display:block;
	width:97px;
	height:62px;
	background:url(../images/img_logo_inst.gif);
}

/* ======== MENU ======== */

#div-menu {
	float:right;
	margin:57px 29px 0 0;
	display:inline;
	width:775px;
	height:30px;
	padding-top:1px;
	background:url(../images/bkg_pontilhado_header_inst.gif) top left repeat-x;
}

#div-menu ul#menu {
	margin-top:16px;
	float:right;
}

/* ======== SUBMENU ======== */

.submenu {
	background:#085B56;
	padding:10px;
}

.submenu ul li {
	text-indent:0;
}

.submenu ul li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#FFF;
}

.submenu ul li ul {
	margin-left:10px;
}

.submenu ul li ul li {
	background:url(../images/ico_bullet2.gif) 0px 8px no-repeat;
	padding-left:12px;
}

.submenu ul li a:hover {
	text-decoration:none;
	color:#FA9909;
}

.submenu ul li a.pai:hover {
	text-decoration:none;
	color:#FFF;
}

/* ======== CONTEÚDO CENTRAL ======== */

#main {
	width:915px;
	padding:13px 23px 16px 22px;
	background:url(../images/bkg_midsite_inst.jpg) top;
	position:relative
}

#main h2.saudacao {
	float:left;
	background:url(../images/ico_bullet1.gif) left no-repeat;
	padding-left:19px;
	line-height:19px;
	font-size:10px;
	font-weight:normal;
}

	/* ======== CONTEÚDO ======== */

#conteudo {
	width:623px;
	padding:20px 10px;
}

#conteudo h2,
#conteudo p,
#conteudo ul li,
#conteudo table {
	margin-bottom:12px;
	text-align:justify;
}

#conteudo h2 {
	font-size:13px;
	color:#0A645F;
}

#conteudo ul {
	margin-left:12px;
}

#conteudo ul li {
	background:url(../images/ico_bullet2.gif) 0px 5px no-repeat;
	padding-left:12px;
}

#conteudo p a,
#conteudo ul li a,
.tabelatx a {
	color:#666;
	text-decoration:underline;
}

#conteudo p a:hover,
#conteudo ul li a:hover,
.tabelatx a:hover {
	text-decoration:none;
}

#conteudo ul.linktop {
	margin:0 0 16px 0;
}

#conteudo ul.linktop li.linktop {
	background:url(../images/ico_bullet2.gif) 0px 5px no-repeat;
	padding-left:12px;
	margin-bottom:4px;
	font-weight:bold;
}

#conteudo ul.linktop li.linktop a {
	color:#0A645F;
	text-decoration:none;
}

#conteudo ul.linktop li.linktop a:hover {
	text-decoration:underline;
}

.tabelatt,
.tabelatx {
	padding:2px;
}

.tabelatt {
	background:#0A645F;
	color:#FFF;
	font-weight:bold;
}

.tabelatx {
	border-bottom:1px solid #0A645F;
}

	/* ======== BUSCA E ACESSO RÁPIDO ======== */

#busca-ac {
	float:right;
	height:17px;
	font-size:10px;
}

#busca-ac #div-acesso {
	width:235px;
}

#busca-ac #div-acesso label,
#busca-ac #div-busca label {
	float:left;
}

#busca-ac #div-acesso,
#busca-ac #div-busca {
	float:left;
}

#busca-ac #div-acesso {
	margin-right:19px;
}

#busca-ac #div-acesso span,
#busca-ac #div-busca span {
	float:left;
	margin-right:7px;
	padding-top:2px;
}

#busca-ac #div-acesso select,
#busca-ac #div-busca input {
	border:1px solid #9D9EAB;
	font-size:10px;
	color:#999;
	float:left
}

#busca-ac #div-acesso select {
	padding-left:5px;
}

#busca-ac #div-busca input {
	padding:1px;
	width:125px;
}

#busca-ac #div-busca #btn-ok {
	float:left;
	display:inline;
	margin-left:4px;
	text-indent:-9999px;
	overflow:hidden;
}

#busca-ac #div-busca #btn-ok a {
	display:block;
	width:17px;
	height:17px;
	background:url(../images/btn_ok_inst.gif);
}
	/* ======== FLASH ======== */

#flash {
	clear:both;
	padding:12px 10px 14px 11px;
	margin:10px 0 20px 0;
	background:#FFF;
}

	/* ======== BOX HOME ======== */
	
.boxhome {
	float:left;
	width:250px;
	height:180px;
	overflow:hidden;
	margin-left:22px;
	display:inline;
	padding:22px 20px 16px 20px;
	background:url(../images/bkg_boxhome_inst.gif) bottom no-repeat #FFF;
}

.primeiro {
	margin-left:0;
}

.boxhome .img-boxhome {
	float:left;
	margin:0 12px 8px 0;
}

.boxhome p.tit-1 {
	line-height:13px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:0;
	_margin-left:105px;
}

.boxhome p.tit-1-en {
	line-height:16px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:0;
	_margin-left:105px;
}


.boxhome p.tit-2 {
	line-height:15px;
	font-size:13px;
	color:#FA9909;
	margin-top:4px;
}

.boxhome p#tit-boxhome-01 {
	background:url(../images/tit_boxhome_1_pti.gif) no-repeat;
}

.boxhome p#tit-boxhome-01-en {
	background:url(../images/tit_boxhome_1_eni.gif) no-repeat;
}

.boxhome p#tit-boxhome-02 {
	background:url(../images/tit_boxhome_2_pti.gif) no-repeat;
}

.boxhome p#tit-boxhome-02-en {
	background:url(../images/tit_boxhome_2_eni.gif) no-repeat;
}

.boxhome p#tit-boxhome-03 {
	background:url(../images/tit_boxhome_3_pti.gif) no-repeat;
}

.boxhome p#tit-boxhome-03-en {
	background:url(../images/tit_boxhome_3_eni.gif) no-repeat;
}



.boxhome p {
	margin-top:12px;
	line-height:16px;
}

/* ======== BOX INTERNA ======== */

#boxinterna {
	float:left;
	width:204px;
	padding:18px 12px 25px 14px;
	background:url(../images/bkg_boxinterna_inst.gif) bottom no-repeat #FFF;
	margin:10px 17px 0 0;
	*margin:0 17px 0 0;
}

#boxinterna h3#tit-menu {
	margin-bottom:13px;
	line-height:16px;
	text-indent:-9999px;
	overflow:hidden;
}

#boxinterna ul {
	margin-left:10px;
}

#boxinterna ul li {
	font-size:13px;
}

#boxinterna ul li a {
	color:#FA9909;
}

#boxinterna ul li a:hover,
#boxinterna ul li a.ativo {
	color:#666;
	text-decoration:none;
}

/* ======== BOX CONTEÚDO ======== */

#boxconteudo {
	float:left;
	width:643px;
	padding:10px 12px 40px 13px;
	margin-top:10px;
	*margin-top:0;
	background:url(../images/bkg_boxconteudo_inst.gif) bottom no-repeat #FFF;
}

#boxconteudo #top-interna {}

#top-interna h4#img-secao {
	width:643px;
	height:116px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:11px;
}

#top-interna p#caminhosecoes {
	float:right;
	font-size:10px;
}

#top-interna h4#titulosecao {
	clear:both;
	line-height:20px;
	color: #085B56;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Arial;
}

/* ======== CONTEÚDO INFERIOR ======== */

#footer-conteudo {
	margin:0 10px;
	height:18px;
}

#footer-conteudo h5 {
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	line-height:6px;
	margin-top:11px;
}

#footer-conteudo h5 a {
	display:block;
	width:35px;
	height:6px;
	background:url(../images/btn_topo_pti.gif);
}

#footer-conteudo-en {
	margin:0 10px;
	height:18px;
}

#footer-conteudo-en h5 {
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	line-height:6px;
	margin-top:11px;
}

#footer-conteudo-en h5 a {
	display:block;
	width:35px;
	height:7px;
	background:url(../images/btn_topo_eni.gif) no-repeat;
}

/* ======== RODAPÉ ======== */

#footer {
	width:915px;
	height:33px;
	margin-top:15px;
}

ul#links-footer {
	float:left;
	margin-top:7px;
}

ul#links-footer li {
	display:inline;
	float:left;
	margin-right:17px;
	padding-left:17px;
	border-left:1px solid #FA9A0C;
}

ul#links-footer li.primeiro {
	padding-left:0;
	border-left:none;
}

ul#links-footer li a {
	color:#666;
}

#footer h6 {
	float:right;
	font-size:10px;
	font-weight:normal;
}

#footer h6 a {
	color:#666;
}

#footer h6.links-disclaimer {
	clear:right;
	width:300px;
	text-align:right;
	margin-top:3px;
}

/* ======== PÁGINA DE ARQUIVOS ======== */
#periodo{
	width:100%;
	height:35px;
}
#periodo h2{
	float:left;
	margin-top:3px;
	font-size:11px;
	color:#0A645F;
}
#periodo label{
	float:right;
}
#periodo label span.campo{
	color:#666;
	margin:0 9px 0 0;
	font-weight:bold;
}
#periodo label select{
	width:66px;
	font-size:10px;
	color:#999;
	border:1px solid #CCC;
	padding:1px 1px 1px 2px;
}
.arquivos{
	clear:both;
}
.arquivos h3{
	font-size:11px;
	margin-bottom:10px;
}
.arquivos .data,
.arquivos .icone,
.arquivos .link{
	padding-bottom:8px;
}
.arquivos .data{
	width:56px;
	background:url(../images/ico_bullet2.gif) 0px 6px no-repeat;
	padding-left:14px;
}
.arquivos .icone{
	width:30px;
}
.arquivos .link{
	width:400px;
}
.arquivos .link a{
	text-decoration:underline;
	color:#666;
}
.arquivos .link a:hover{
	text-decoration:none;
}