/*
 * ==============================================================================
 * Nome: estilo.css
 * Site: OFFICER
 * Versão: v0.1
 * Autor: Cesar Fermino
 * Criado: 30-jul-2010
 * Última Modificação: 30-jul-2010
 * ==============================================================================
 * */
 
/* @import url('interno.css'); Lay para as páginas internas*/
 
/***************************************************************************************
--GLOBAL RESET--
****************************************************************************************/
 * {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, form, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align:middle;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:100.01%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
body, input, select, textarea {
	font-size: inherit;
}
/***************************************************************************************
--GERAL--
****************************************************************************************/
body, html {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background:#092d46;
}
 @font-face {
 font-family: 'Officer';
 src: url('../font/frutiger_lt_57_condensed-webfont.eot');
 src: local('☺'), url('../font/frutiger_lt_57_condensed-webfont.woff') format('woff'), url('../font/frutiger_lt_57_condensed-webfont.ttf') format('truetype'), url('../font/frutiger_lt_57_condensed-webfont.svg#webfontWDmZyDxh') format('svg');
 font-weight: normal;
 font-style: normal;
}
#topo {
	position:relative;
	background:#FFF;
}
#centro {
	position:relative;
	min-height:400px;
	background:url(../img/fundo_centro_09.gif) bottom repeat-x #FFF;
	padding-bottom:15px;
}
#rodape {
	position:relative;
	width:100%;
	background:#092d46 url(../img/fundo_rodape_09.jpg) top repeat-x;
	height:80px;
}
.centraliza {
	width:900px;
	margin: 0px auto 0px
}
.wp {
	position:relative;
	clear:both;
	height:3px;
	width:100%
}
/***************************************************************************************
--TOPO--
****************************************************************************************/

#logo {
	height:183px;
	width:100%;
	text-align:center;
}
#menu {
	background:#092d46 url(../img/fundomenu_06.gif) repeat-x;
	height:41px;
}
#opcao {/*Menu do Site*/
	position:relative;
	height:41px;
	width:900px;
	margin: 0 auto 0;
}
#opcao ul {
	height:41px;
	margin:0 0 1px 0;
	list-style:none;
	position:relative;
	-moz-padding-start:0;
	-webkit-padding-start:0;
}
#opcao li {
	margin:0 0 0 0;
	list-style:none;
	padding:0;
	line-height:1.4em;
	display:block;
	position:absolute;
	top:0;
	height:41px;
	width:auto;
}
#opcao li a {
	text-indent:-999em;
	display:block;
	height:41px;
	background: url(../img/officer_menu.png) no-repeat;
}
#opcao li.m_home {
	width:67px;
	left:0px;
}
#opcao li.m_empresa {
	width:117px;
	left:67px;
}
#opcao li.m_servicos {
	width:157px;
	left:184px;
}
#opcao li.m_noticias {
	width:91px;
	left:341px;
}
#opcao li.m_webm {
	width:104px;
	left:432px;
}
#opcao li.m_tconosco {
	width:171px;
	left:536px;
}
#opcao li.m_parceiros {
	width:98px;
	left:707px;
}
#opcao li.m_contato {
	width:90px;
	left:805px;
}
#opcao li.m_home a {
	width:67px;
	background-position:0px 0px;
}
#opcao li.m_home a:hover {
	width:67px;
	background-position:0px -42px;
}
#opcao li.m_home a:active {
	width:67px;
	background-position:0px -84px;
}
#opcao li.m_home a.selected, #menu li.m_home a.selected:hover {
	width:67px;
	background-position:0px -126px;
}
#opcao li.m_empresa a {
	width:117px;
	background-position:-67px 0px;
}
#opcao li.m_empresa a:hover {
	width:117px;
	background-position:-67px -42px;
}
#opcao li.m_empresa a:active {
	width:117px;
	background-position:-67px -84px;
}
#opcao li.m_empresa a.selected, #menu li.m_empresa a.selected:hover {
	width:117px;
	background-position:-67px -126px;
}
#opcao li.m_servicos a {
	width:157px;
	background-position:-184px 0px;
}
#opcao li.m_servicos a:hover {
	width:157px;
	background-position:-184px -42px;
}
#opcao li.m_servicos a:active {
	width:157px;
	background-position:-184px -84px;
}
#opcao li.m_servicos a.selected, #menu li.m_servicos a.selected:hover {
	width:157px;
	background-position:-184px -126px;
}
#opcao li.m_noticias a {
	width:91px;
	background-position:-341px 0px;
}
#opcao li.m_noticias a:hover {
	width:91px;
	background-position:-341px -42px;
}
#opcao li.m_noticias a:active {
	width:91px;
	background-position:-341px -84px;
}
#opcao li.m_noticias a.selected, #menu li.m_noticias a.selected:hover {
	width:91px;
	background-position:-341px -126px;
}
#opcao li.m_webm a {
	width:104px;
	background-position:-432px 0px;
}
#opcao li.m_webm a:hover {
	width:104px;
	background-position:-432px -42px;
}
#opcao li.m_webm a:active {
	width:104px;
	background-position:-432px -84px;
}
#opcao li.m_webm a.selected, #menu li.m_webm a.selected:hover {
	width:104px;
	background-position:-432px -126px;
}
#opcao li.m_tconosco a {
	width:171px;
	background-position:-536px 0px;
}
#opcao li.m_tconosco a:hover {
	width:171px;
	background-position:-536px -42px;
}
#opcao li.m_tconosco a:active {
	width:171px;
	background-position:-536px -84px;
}
#opcao li.m_tconosco a.selected, #menu li.m_tconosco a.selected:hover {
	width:171px;
	background-position:-536px -126px;
}
#opcao li.m_parceiros a {
	width:98px;
	background-position:-707px 0px;
}
#opcao li.m_parceiros a:hover {
	width:98px;
	background-position:-707px -42px;
}
#opcao li.m_parceiros a:active {
	width:98px;
	background-position:-707px -84px;
}
#opcao li.m_parceiros a.selected, #menu li.m_parceiros a.selected:hover {
	width:98px;
	background-position:-707px -126px;
}
#opcao li.m_contato a {
	width:90px;
	background-position:-805px 0px;
}
#opcao li.m_contato a:hover {
	width:90px;
	background-position:-805px -42px;
}
#opcao li.m_contato a:active {
	width:90px;
	background-position:-805px -84px;
}
#opcao li.m_contato a.selected, #menu li.m_contato a.selected:hover {
	width:90px;
	background-position:-805px -126px;
}
/***************************************************************************************
--CORPO--
****************************************************************************************/

#flash_content {
	position:relative;
	width:100%;
	height:202px;
	background: url(../img/fundo_flash_int.jpg) center #d1c78a;
}
#fcontent {
	width:900px;
	height:245px;
	margin: 0px auto 0px;
	z-index:5;
}
#cont_home {
	width:850px;
	min-height:202px;
	margin: 50px auto 0px;
}
#cont_home_404 {
	width:850px;
	min-height:202px;
	margin: 50px auto 0px;
	text-align:center;
}
.topoframe {
	position:relative;
	background:url(../img/officer_bartop.png) no-repeat;
	width:850px;
	height:29px;
}
.topoframe h2 {
	color:#FFF;
	font-family:Officer;
	font-size:22px;
	margin-left:10px;
	padding-top:4px;
	line-height:22px;
}
.centralframe {
	position:relative;
	background:#FFF;
	width:848px;
	min-height:200px;
	border-left:solid 1px #c8c8c8;
	border-right:solid 1px #c8c8c8;
	overflow:hidden;
}
.baseframe {
	position:relative;
	clear:both;
	background:url(../img/officer_barbt.png) no-repeat;
	width:850px;
	height:14px;
}
.serv_home {
	height:62px;
	background: url(../img/fundo_servicos_14.png);
	padding-left:2px
}
.serv_home li {
	float:left
}
.serv_home a {
	display:block;
	float:left;
	background: url(../img/fundo_servicos_14.png);
	height:62px;
	min-width:100px;
	margin:0;
	padding:0;
}
.serv_home a img {
	margin: 13px 13px 0px 14px
}
.serv_home a:hover {
	box-shadow:inset 0 0 8px #333;
	-moz-box-shadow:inset 0 0 8px #333;
	-webkit-box-shadow:inset 0 0 8px #333;
	background: url(../img/fundo_servicos_dark.png);
}
.utl_home {
	position:relative;
	height:39px;
	margin-top:15px;
}
.utl_home * {
	float:left
}
.utl_titulo {
	height:39px;
	background:url(../img/seta_31.png);
	width:200px;
}
.utl_titulo_2 {width:284px; height:39px; float:right; background-image:url(../img/titulo_cordilheira.jpg); margin-right:5px;}

.utl_titulo_3 {width:200px; height:39px;}

.utl_titulo h2 {
	color:#FFF;
	font-family:Officer;
	font-size:22px;
	margin-left:10px;
	padding-top:6px;
	line-height:22px;
}

.utl_titulo_3 h2 {
	color:#FFF;
	font-family:Officer;
	font-size:22px;
	margin-left:10px;
	padding-top:6px;
	line-height:22px;
}

#uh_contador {
	height:39px;
	background:url(../img/seta_35.png);
	width:420px
}
#uh_contador input{
	border: 1px #666 solid;
	color:#666;
	margin: 5px 10px 5px;
	font:Arial, Helvetica, sans-serif bold 12px;
	line-height:12px;
	padding:2px;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}
#uh_contador input:active, #uh_contador input:hover, #uh_contador input:focus{ background-color:#FFF; color:#333;}
#uh_contador a {
	position:absolute;
	left: 644px;
	top: 6px;
}
#uh_facilidades {
	height:39px;
	background:url(../img/seta_35.png);
	width:623px
}
#uh_facilidades a {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
	color:#28536e;
	font-size:14px;
	text-decoration:none;
	line-height:14px;
	margin: 12px 25px 0px 25px;
}
#uh_facilidades a:hover {
	text-decoration:underline;
	color:#2a84bc;
}
#uh_noticias {
	height:39px;
	background:url(../img/seta_35.png);
	width:295px
}
#uh_noticias a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#28536e;
	font-size:12px;
	text-decoration:none;
	margin: 12px 0px 0px 170px;
}
#uh_noticias a:hover {
	text-decoration:underline;
	color:#2a84bc;
}
#not_home {
	position:relative;
	width:498px;
	height:170px;
	margin-left:17px;
	border-left:solid 1px #c8c8c8;
	border-right:solid 1px #c8c8c8;
	background-color:#FFF
}
#not_home ul {
	width:480px;
	margin: 0px auto 0px;
	padding-top:20px;
}
#not_home li {
	margin: 0px 0px 10px;
	height:40px
}
#not_home li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	margin: 10px 0px 0px;
}
#not_home li a:hover {
	text-decoration:underline;
	color:#666;
}
#not_home li span a {
	font-family:Arial, Helvetica, sans-serif;
	color:#28536e;
	font-size:12px;
	text-decoration:none;
	margin: 10px 0px 0px 410px;
}
#not_home li span a:hover {
	text-decoration:underline;
	color:#2a84bc;
}
#not_home li hr {
	line-height:5px;
	margin-top:5px;
	color:#999;
}
#not_home_rodape {
	position:relative;
	width:500px;
	height:23px;
	margin-left:17px;
	background-image:url(../img/bt_not_home_49.png)
}

#uh_calendario{
	position:absolute;
	width:256px;
	height:171px;
	top:170px;
	left:572px;
	background-image:url(../img/fundo_contador.jpg);
	background-repeat:no-repeat;
	padding-left:3px;
	padding-top:10px;
}
/***************************************************************************************
--RODAPÉ--
****************************************************************************************/

#rodape p {
	text-align:center;
	color:#CCC;
	padding:10px;
	font-size:10px;
}
#rodape img {
	font-size:10px
}
/***************************************************************************************
--CONTATOS--
****************************************************************************************/

#contatos {
}
#contatos h1 {
	color:#333;
	font-family:Officer;
	font-size:18px;
	margin-left:10px;
	padding-top:6px;
	line-height:20px;
}
.econtato {
	position:relative;
	float:left;
	width:390px;
	height:520px;
	background-color:#FFF;
	margin: 20px 10px 10px 20px
}
.top_econtato {
	position:relative;
	width:390px;
	background:url(../img/topo_contact.png) no-repeat;
	height:33px;
}
.top_econtato h2 {
	color:#FFF;
	font-family:Officer;
	font-size:19x;
	margin-left:10px;
	padding-top:7px;
	line-height:22px;
}
.meio_econtato {
	position:relative;
	width:388px;
	background: #FFF;
	min-height:200px;
	border-left:solid 1px #c8c8c8;
	border-right:solid 1px #c8c8c8;
}
.meio_econtato small a {
	color:#999!important;
	font-size:12px;
	text-decoration:none;
	line-height:16px;
	padding:5px;
}
.meio_econtato small a {
	color:#666!important;
}
.rod_econtato {
	position:relative;
	width:390px;
	background:url(../img/fundo_contact.png) no-repeat;
	height:6px;
}
.form {
	width:380px;
	margin: 0 auto 0
}
.form label {
	width:80px;
	display:block;
	float:left;
	text-align:right;
	font-size:12px;
	margin:17px 10px 0px 10px;
}
.form input, .form textarea, .form select {
	border: 1px #666 solid;
	margin: 10px 0px 5px;
	font:Arial, Helvetica, sans-serif bold 12px;
	line-height:12px;
	padding:2px;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}

.form input:active, .form input:hover, .form input:focus{background-color:#FFF; color:#333;}
.form select:active, .form select:hover, .form select:focus{background-color:#FFF; color:#333;}
.form textarea:active, .form textarea:hover, .form textarea:focus{ background-color:#FFF; color:#333;}

.form input[name="nome"] {
	width:250px
}
.form input[name="sobrenome"] {
	width:250px
}
.form input[name="email"] {
	width:250px
}
.form input[name="data_nasc"] {
	width:250px
}
.form input[name="telefone"] {
	width:150px
}
.form input[name="endereco"] {
	width:250px
}
.form input[name="cidade"] {
	width:250px;
}
.form select[name="sexo"] {
	width:100px
}
.form textarea {
	width:250px
}
.form input[name="botao"] {
	width:80px;
	font-size:14px;
	color:#333;
	background: #CCC url(../img/bt_padrao.png) repeat-x;
	line-height:14px;
	height:24px;
	margin-left:100px;
	cursor:pointer;
	box-shadow:none;
	color:#333;
}
.form input[name="botao"]:active {
	background:#888 url(../img/bt_padrao_press.png) repeat-x;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
/***************************************************************************************
--PARCEIROS--
****************************************************************************************/

.parceiros {
	position:relative;
	background-color:#FFF;
	float:left;
	height:150px;
	width:122px;
	border: 1px #CCC solid;
	margin: 20px 0px 0px 15px;
	background:url(../img/fundo_parceiros_03.jpg) bottom repeat-x;
	overflow:hidden;
}
.parceiros span {
	position:absolute;
	left: 1px;
	top: 130px;
	width: 120px;
	text-align:center;
	font-size:12px;
}
/***************************************************************************************
--Web Mail--
****************************************************************************************/

#webmail {
}
#webmail h2 {
	color:#333;
	font-family:Officer;
	font-size:18px;
	margin-left:10px;
	padding-top:6px;
	line-height:20px;
}
#webmail p {
	color:#999;
	font-family:Officer;
	font-size:15px;
	margin-left:10px;
	padding-top:6px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}
#webmail a {
	color:#999;
	font-family:Officer;
	font-size:15px;
	line-height:15px;
	text-align:center;
	text-decoration:none
}
#webmail a:hover {
	color:#333;
	text-decoration:underline
}
/***************************************************************************************
--Notícias--
****************************************************************************************/

#noticias {
}
#noticias h2 {
	color:#333;
	font-family:Officer;
	font-size:18px;
	margin-left:10px;
	padding-top:6px;
	line-height:20px;
}
.campo_noticia {
	position:relative;
	height:39px;
	margin-top:15px;
}
.campo_noticia * {
	float:left
}
.campo_noticia_t {
	height:39px;
	background:url(../img/seta_31.png);
	width:130px
}
.campo_noticia_t h3 {
	color:#FFF;
	font-family:Officer;
	font-size:22px;
	margin-left:10px;
	padding-top:6px;
	line-height:22px;
}
.t_noticias {
	height:39px;
	background:url(../img/seta_35.png);
	width:623px
}
.t_noticias p a {
	color:#666;
	font-family:Officer;
	font-size:22px;
	margin-left:10px;
	padding-top:6px;
	line-height:22px;
	text-decoration:none;
	width:600px;
}
.t_noticias p a:hover {
	color:#333;
	text-decoration:underline
}
#navega_noticia {
	position:relative;
	margin: 20px auto 0px;
	clear:both;
	width:800px;
}
#navega_noticia .volta {
	float:left;
}
#navega_noticia .avanca {
	float:right
}
#noticias_interna {
}
#noticias_interna h2 {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-left:22px;
	padding-top:12px;
	line-height:20px;
}
#data_noticia {
	position:relative;
	width:96px;
	height:19px;
	background-image:url(../img/data_03.png);
	margin: 10px 0 10px;
	text-align:right;
	padding-right:20px;
	padding-top:5px;
	color:#FFF;
	font-size:12px;
	line-height:12px;
}
#noticias_interna p {
	width:700px;
	margin: 10px auto 10px;
	font-size:14px;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
#noticias_interna a {
	text-decoration:none;
	color:#2c87c0
}
#noticias_interna a:hover {
	text-decoration:underline;
	color:#154d7a
}
/***************************************************************************************
--Trabalhe Conosco--
****************************************************************************************/

#trabalhec {
}
#trabalhec h2 {
	color:#333;
	font-family:Officer;
	font-size:18px;
	margin-left:10px;
	padding-top:6px;
	line-height:20px;
}
.curric {
	position:relative;
	float:left;
	width:390px;
	height:350px;
	background-color:#FFF;
	margin: 20px 10px 10px 20px
}
.trab_c {
}
.trab_c label {
	width:80px;
	display:block;
	float:left;
	text-align:right;
	font-size:12px;
	line-height:14px;
	margin:17px 10px 0px 10px;
}
.trab_c input, .trab_c textarea, .trab_c select {
	border: 1px #666 solid;
	margin: 10px 0px 5px;
	font:Arial, Helvetica, sans-serif bold 12px;
	line-height:12px;
	padding:2px;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}

.trab_c input:active, .trab_c input:hover, .trab_c input:focus{ background-color:#FFF; color:#333;}
.trab_c select:active, .trab_c select:hover, .trab_c select:focus{ background-color:#FFF; color:#333;}
.trab_c textarea:active, .trab_c textarea:hover, .trab_c textarea:focus{ background-color:#FFF; color:#333;}

.trab_c input[name="nome"] {
	width:250px
}
.trab_c input[name="sobrenome"] {
	width:250px
}
.trab_c input[name="email"] {
	width:250px
}
.trab_c input[name="telefone"] {
	width:150px
}
.trab_c textarea {
	width:250px
}
.trab_c input[name="botao"] {
	width:80px;
	font-size:14px;
	color:#333;
	background: #CCC url(../img/bt_padrao.png) repeat-x;
	line-height:14px;
	height:24px;
	margin-left:100px;
	cursor:pointer;
	box-shadow:none;
	color:#333;
}
.trab_c input[name="botao"]:active {
	background:#888 url(../img/bt_padrao_press.png) repeat-x;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.trab_c input[name="arquivo"] {
	width:250px;
	font-size:12px;
}
.trab_c p {
	width:250px;
	font-size:10px;
	color:#AAA;
	font-style:italic;
	line-height:14px;
	margin-left:100px;
}
/***************************************************************************************
--Empresa--
****************************************************************************************/

#empresa {
}
#empresa h2 {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-left:10px;
	line-height:20px;
	width:800px;
	margin: 0 auto 0;
	padding-top:15px;
	text-align:justify;
}
.descricao {
	margin-top:20px;
}
.descricao .dtitulo {
	width:133px;
	height:35px;
	background-image:url(../img/titulo_03.png);
	margin-top:20px;
	float:left;
	margin-right:10px;
}
.descricao .dtitulo h3 {
	color:#FFF;
	font-family:Officer;
	font-size:22px;
	margin-right:10px;
	padding-top:6px;
	line-height:22px;
	float:right;
}
.descricao p {
	padding-top:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0 30px 0 30px;
	color:#777;
	text-align:justify;
}
.emp_fotos {
	background-color:#fdefbd;
	position:relative;
	width:700px;
	min-height:100px;
	margin: 20px auto 0;
}
.emp_fotos h4 {
	color:#333;
	font-family: Officer;
	font-size:18px;
	padding-top:6px;
	line-height:20px;
	text-align:center
}
.emp_fotos ul {
}
.emp_fotos li {
	list-style:none;
	float:left;
	margin:9px;
}
.emp_fotos a {
	display:block;
	width:97px;
	height:102px;
	background-image:url(../img/empresa_photo_03.png)
}
.emp_fotos img {
	margin: 10px 10px 0 10px
}
/***************************************************************************************
--Empresa--
****************************************************************************************/
#nservicos {
	z-index:0
}
#nservicos h2 {
	color:#333;
	font-family:Officer;
	font-size:18px;
	margin-left:10px;
	padding-top:6px;
	line-height:20px;
	z-index:0
}
#ns_opcoes {
	position:relative;
	float:left;
	width:425px;
	height:400px;
	margin: 10px 0 0 0;
	z-index:1
}
.ns_op_internas {
	position:relative;
	height:64px;
	margin: 10px 0 0 0;
	z-index:1
}
.ns_op_internas span {
	position:absolute;
	left: 396px;
	top: 9px;
	z-index:3;
	visibility:hidden;
}

.ns_op_internas img {
	border:none
}
#ns_descricao {
	position:relative;
	float:left;
	width:400px;
	height:400px;
	margin: 10px 0 0 0;
	z-index:0
}
#ns_descricao .topo {
	width:400px;
	height:8px;
	z-index:0;
	margin:0;
	padding:0
}
#ns_descricao .meio {
	width:398px;
	height:370px;
	margin:0;
	padding:0;
	border-left: #c8c8c8 1px solid;
	border-right:#c8c8c8 1px solid;
	z-index:0
}
#ns_descricao .meio p {
	width:330px;
	margin:0 auto 0;
	padding-top:15px;
	color:333;
	font-size:14px;
	line-height: 1.3em;
}
#ns_descricao .meio h3 {
	margin-left: 35px;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	color:333;
}
#ns_descricao .base {
	width:400px;
	height:8px;
	z-index:0;
	margin: -10px 0 0;
	padding:0
}
.transparente {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.transparente:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
}
.selecionado span {
	visibility:visible;
}
/***************************************************************************************
--Links Úteis--
****************************************************************************************/

#link_titulo {width:690px; height:40px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-top:20px; margin-left:15px; background-image:url(../img/back_titulo_uteis.jpg);}

.link_titulo {margin-top:11px; margin-left:50px;}

#link_desc {width:96%; height:auto; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-top:20px; margin-left:15px; margin-right:50px; text-align:justify;}

/*Links Úteis*/
a.links_uteis:link {color:#666666; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px;}
a.links_uteis:visited {color:#666666; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px;}
a.links_uteis:hover {color:#666666; text-decoration:underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px;}
/*Links Úteis*/


/***************************************************************************************
--Indicadores Econômicos--
****************************************************************************************/


#indicador_titulo {width:690px; height:40px; float:left; margin-top:30px; margin-left:15px; background-image:url(../img/back_titulo_uteis.jpg);}

.indicador_titulo {margin-top:11px; margin-left:50px;color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px;}

#indicador_desc {width:96%; height:auto; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-top:20px; margin-left:15px; margin-right:50px; text-align:justify; margin-bottom:50px;}


/***************************************************************************************
--Calendário de Obrigações--
****************************************************************************************/

#indicador_calendario {width:514px; height:40px; float:left; margin-top:30px; margin-right:50px; background-image:url(../img/back_titulo_uteis2.jpg);}

#desc_calendario {width:490px; height:40px; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-top:30px; margin-left:10px; text-align:justify;}
