@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	height:100%;
	width:100%;
	background:#fff url(../imagens/bg_body.png) repeat center 265px;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
}
p {
	margin:20px 0;
	overflow:hidden;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
a:hover {
	cursor:pointer;
}
.topo {
	z-index:10;
	width:100%;
	height: auto;
	background: url(../imagens/bg_topo.jpg) repeat-x 0 0;
}
.barraSup {
	z-index:11;
	height:30px;
	padding:0 10px;
}
.usuario_topo {
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}
.logomarca {
	position:absolute;
	top:10px;
	left:10px;
	width:250px;
	height:90px;
	z-index: 1000;
}
.logomarca a {
	width:250px;
	height:90px;
}
.menu_sup {
	overflow:hidden;
	height:74px;
	background:url(../imagens/bg_menu.png) repeat-x left bottom;
	z-index:13;
}
.menu_sup ul {
	float:right;
	overflow:hidden;
}
.menu_sup li {
	float:left;
	display:inline;
	height:40px;
	margin:0;
	padding-top:22px;
	color:#333;
	font-weight:bold;
	text-align:center;
}
.menu_sup li:hover {
	color:#fff;
	cursor:pointer;
	background:url(../imagens/bg_menu_hover.png) repeat-x 0 0;
}
.menu_sup a, .menu_sup a:link, .menu_sup a:visited, .menu_sup a:active {
	text-decoration:none;
	color:#333;
	width:100%;
	padding:22px 10px;
}
.menu_sup a:hover {
	color:#fff;
}
.conteudo_topo {
	z-index:15;
	overflow:hidden;
	background:url(../imagens/bg_conteudo_topo.png) no-repeat center bottom;
	height: auto;
}
.conteudo_topo_centro {
	padding-top: 10px;
	width: 980px;
	margin: 0 auto;
	height:210px;
}
.conteudo_topo_esq {
	float:left;
	font-size:22pt;
	color:#FFF;
	font-weight:bold;
	width:550px;
	padding-top:15px;
}
.conteudo_topo_esq p {
	font-size:16pt;
}
.conteudo_topo_esq div {
	font-size:12pt;
	color:#fff;
	font-weight:bold;
	margin:20px 0;
}
.conteudo_topo_dir {
	float:right;
	width:400px;
	overflow:hidden;
	height:200px;
}
#carouseldiv{
	display:block;
	width:400px;
	height:200px;
	z-index:1;
}
.conteudo_topo_dir img {
	height:200px;
	width:400px;
	display:block;
}
.titulo_topo {
	float:left;
	padding:30px 20px 50px 20px;
	color:#FFF;
	font-weight:bold;
	font-size:22px;
}
.menu_inf {
	height:50px;
	background:#fff url(../imagens/bg_menu_inf.png) repeat-x 0 bottom;
	padding-top: 5px;
}
.menu_inf img {
	height:32px;
	width:32px;
}
.menu_inf_centro {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
.menu_inf_esq {
	float:left;
}
.menu_inf_dir {
	float:right;
	width:400px;
	text-align:center;
	color: #969696;
	font-weight: bold;
}
.tudo {
	width:100%;
	height:auto;
	min-width:980px;
}
.conteudo {
	width:980px;
	margin:0 auto;
	padding-top:30px;
	margin-bottom:50px;
	overflow:hidden;
	height: auto;
}
.conteudo_esq {
	float:left;
	width:700px;
	padding:10px 0;
	height: auto;
}
.conteudo_esq a, .conteudo_esq a:link, .conteudo_esq a:active, .conteudo_esq a:visited {
	font-size:10px;
	color:#666;
}
.conteudo_esq a:hover {
	text-decoration:underline;
	color:#000;
}
.conteudo_esq table div {
	margin-top:10px;
}
.titulo_conteudo_esq {
	height:20px;
	font-size:14pt;
	color:#036;
	font-weight:bold;
	margin-bottom:25px;
}
/********** noticias ***************************/
.noticias {
	margin:20px 0;
}
.noticias a, .noticias a:link, .noticias a:visited, .noticias a:active {
	color:#153255;
	font-size:10pt;
	text-decoration:none;
}
.noticias a:hover {
	color:#000;
	text-decoration:underline;
}
.cabecalho_noticia {
	font-size:9px;
	color:#666;
	margin-left:10px;
}
.noticias .noticia_principal {
	color:#666;
	overflow:hidden;
	border-bottom: 5px #ccc solid;
}
.noticias .noticia_principal img {
	width:128px;
	height:128px;
	float:left;
}
.titulo_noticia_principal {
	color:#153255;
	font-size:16px;
	font-weight:bold;
	margin-left:140px;
}
.noticias .texto_noticia{
	margin-left:140px;
	text-align:justify;
}
.noticias .subtitulo{
	font-size:10pt;
	font-weight:bold;
	color:#69F;
	margin: 0 0 10px 140px;
}
.noticia_outras {
	margin-top:20px;
}
.noticia_outras ul {
	overflow:hidden;
}
.noticia_outras li {
	float:left;
	width:215px;
	height:auto;
	margin:0 7px 10px 7px;
	display:inline;
	text-align: center;
}
.noticia_outras li img {
	height:70px;
	width:70px;
}
.noticia_outras li .sub {
	font-size:9pt;
	font-weight:bold;
	text-align: center;
	z-index:1009;
}
.noticia_outras li .text{
	padding: 3px;
	padding-bottom:22px;
}
.noticia_outras li .date{
	font-size:8pt;
	color:#fff;
	font-weight:bold;
	width:50px;
	height:46px;
	padding:0 2px;
	position:relative;
	z-index:1010;
	bottom:20px;
	left:5px;
	background:url(../imagens/calendario.png) no-repeat center top;
}
.noticia_outras li .date div{
	margin-top:3px;
	font-size:7pt;
	color:#666;
}

/*** RSS ****/

.noticias_rss li{
	overflow:hidden;
}
.noticias_rss li img{
	height:30px;
}
.noticias_rss .titulo{
	font-weight:bold;
	font-size:9pt;
	padding:8px 10px;
	border-bottom:0;
	background:#ececec;
	/*color:#fff;
	/*background:#3B5998;*/
}
.noticias_rss li div{
	margin-bottom:5px;
	font-size:9pt !important;
	text-align:justify;
}
.noticias_rss .date{
	color:#666;
	font-size:8pt;
	margin:10px 0 5px 0;
	padding-left:15px;
}
.noticias_rss p{
	margin:5px 0 5px 0;
	
}
.noticias_rss .headline a{
	font-weight:bold;
	font-size:9pt !important;
	color:#3B5998 !important;
	text-decoration:none;
	margin:5px 0 10px 0;
	display:block;
}

.noticias_rss .noticiaRss ul li{
	font-size:8pt !important;
	text-align:justify;
}
.noticiaRss .date{
	position:absolute;
	bottom:0px;
	right:5px;
	background:#fff;
}
.noticiaRss{
	height:120px;
	border:1px #aaa solid;
	overflow:hidden;
	padding:5px 10px;
	margin-bottom:10px;
	background:#fff;
	font-size:8pt !important;
	text-align:justify;
	position:relative;
}

#creditfooter{
	display:none;
}
.topDownloads{
	padding-top:10px;
}
.topDownloads li{
	overflow:hidden;
	font-size:8pt;
	color:#666;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #999 solid;
}
.topDownloads li a, .topDownloads li a:link, .topDownloads li a:active, .topDownloads li a:visited{
	font-size:9pt;
	color:#06F;
	font-weight:bold;
	text-decoration:none;
	padding-left:60px;
}
.topDownloads li img{
	height:40px;
	float:left;
	padding-right:10px;
}
/********* noticia_topo *********************/
.noticia_topo{
	height:176px;
	width:376px;
	padding:10px;
	color:#fff;
	border-bottom:1px #ccc dotted;
}
.noticia_topo .titulo{
	color:#39F;
	font-size:16px;
	font-weight:bold;
}
.noticia_topo .subtitulo{
	font-size:10pt;
	font-weight:bold;
	color:#999;
	padding-left:10px;
	margin-bottom:10px;
}
.noticia_topo .texto{
	font-size:8pt;
	overflow:hidden;
}
.noticia_topo .data{
	font-size:9px;
	color:#666;
	text-align:right;
}
.noticia_topo img{
	height:80px;
	width:80px;
	float:left;
	margin-right:5px;
}

/***** conteudo_dir ************************/
.conteudo_dir {
	float:right;
	width:250px;
	padding:10px 0;
}
.titulo_conteudo_dir {
	height:16px;
	padding:8px 10px;
	font-size:12px;
	background:#ccc;
	font-weight:bold;
	color:#333;
}
.titulo_conteudo_dir img{
	height:20px;
	width:20px;
	margin-right:5px;
}
.texto_conteudo_dir, .texto_conteudo_dir_rss {
	padding-top:20px;
	margin-bottom: 10px;
	overflow:hidden;
	background:none;
}
.texto_conteudo_dir .fotos img {
	width:250px;
	height:200px;
	margin-bottom:10px;
}
.texto_conteudo_dir_rss{
	height:300px;
	overflow:auto;
	font-size:10px;
	padding-top:10px;
}
.texto_conteudo_dir_rss p{
	margin:10px 0;
}
.texto_conteudo_dir_rss .date{
	color:#666;
	padding-left:10px;
}
.texto_conteudo_dir_rss li div{
	margin-bottom:10px;
}
.texto_conteudo_dir_rss a, .texto_conteudo_dir_rss a:visited, .texto_conteudo_dir_rss a:active, .texto_conteudo_dir_rss a:link{
	text-decoration:underline;
	color:#06C;
}
.produtos_conteudo_dir {
	margin:0;
	padding:0;
	overflow:hidden;
}
.produtos_conteudo_dir li {
	display:inline;
	float:left;
	margin:2px;
	width:119px;
	height:150px;
	text-align:center;
}
.produtos_conteudo_dir img {
	width:100px;
	height:	130px;
}
.produtos_conteudo_dir li div {
	font-size:10px;
	text-align:center;
}
.produtos_conteudo_dir a, .produtos_conteudo_dir a:active, .produtos_conteudo_dir a:link, .produtos_conteudo_dir a:visited {
	text-decoration:none;
	color:#06C;
}
.produtos_conteudo_dir a:hover{
	text-decoration:underline;
	color:#333;
}
.links {
	margin-left:10px;
}
.links a, .links a:active, .links a:link, .links a:visited {
	text-decoration:none;
	color:#666;
}
.links a:hover {
	text-decoration:underline;
	color:#333;
}
.bancos ul {
	overflow:hidden;
}
.bancos li {
	font-size:9px;
	color:#666;
	float:left;
	width:120px;
	margin-bottom:5px;
	text-align:center;
}
.bancos img {
	width:41px;
	height:36px;
}
.rodape {
	height:90px;
	background:url(../imagens/bg_rodape.png) repeat-x 0 0;
	overflow:hidden;
}
.rodape_esq {
	float:left;
	padding:10px;
}
.mapa_site, .mapa_site a {
	font-size:10px;
	font-weight:bold;
	color:#CCC;
}
.mapa_site ul {
	overflow:hidden;
}
.mapa_site li {
	display:inline;
	float:left;
	margin:0 5px;
}
.mapa_site div {
	color:#4B608D;
	font-size:9px;
}
.rodape_dir {
	float:right;
	padding:10px;
	font-size:10px;
	color:#fff;
}
.img_acesso {
	margin:0 10px 10px 0;
}
.img_acesso:hover {
	cursor:pointer;
	border:2px solid #06C;
}

.login {
	background:url(../imagens/bg_login.jpg) no-repeat 0 0;
	width:330px;
	height:230px;
	padding:10px;
	font-weight:bold;
	color:#fff;
	margin-left: 310px;
}
.login a, .login a:link, .login a:active, .login a:visited{
	color:#FFF;
}
.login a:hover {
	color:#fff;
}
.login div {
	margin-top:5px;
}
.login .campoLogin, .login .campoSenha {
	width:320px;
	height:30px;
	padding-left:5px;
	margin:5px 0;
	background:#fff;
	border:none;
	vertical-align:baseline;
}
.login .campoSenha {
	width:240px;
}
.login .botaoLogin {
	background-color:#FFF;
	border:none;
	color:#666;
	font-weight:bold;
	height:32px;
}
.botaoLogin:hover {
	cursor:pointer;
	border:1px #333 solid;
}
.login .feedback {
	margin-top:10px;
	padding:10px;
	background-color:#F90;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.textoMini {
	font-size:9px;
	color:#999;
}
/********* noticia *************************/
.noticia {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}
.noticia img.principal {
	width:128px;
	height:128px;
	margin-right:10px;
	margin-bottom:10px;
}
.noticia img{
	max-width:600px;
}
.noticia .titulo {
	font-size:20px;
	color:#369;
	font-weight:bold;
	margin-bottom:10px;
}
.noticia .subtitulo{
	font-size:10pt;
	font-weight:bold;
	color:#69F;
	padding-left:10px;
}
.noticia .detalhes {
	font-size:10px;
	color:#999;
	text-align:right;
}
.noticia .conteudo_noticia {
	color:#333;
	margin-top:10px;
	overflow: hidden;
}
.formBuscaNoticia{
	font-size:10px;
}
.formBuscaNoticia img{
	height:24px;
	width:24px;
	margin-left:3px;
	vertical-align:middle;
	cursor:pointer;
}
.formBuscaNoticia .botao{
	vertical-align:middle;
}
.formBuscaNoticia .campo{
	border:1px #ccc solid;
	height:25px;
	background:none;
	color:#666;
}
.noticia .link{
	width:102px;
	height:35px;
}
table .header td {
	font-size:10px;
	font-weight:bold;
	background-color:#eee;
	color:#666;
	padding:5px;
}
table .borda {
	border-bottom:1px #ccc dotted;
	height:1px;
}
table .linha:hover{
	background:#FC9;
}
table .linha img {
	height:20px;
	width:20px;
	margin:3px 0;
}
/********* formulario *************************/
.formulario {
	font-size:9pt!important;
}
.formulario img {
	vertical-align:middle;
}
.formulario label {
	font-weight:bold;
	font-size:9pt;
	vertical-align:middle;
}
.formulario input, .formulario label, .formulario button {
 vertical-align:middle;
}
.formulario .campo, .formulario .campoTextArea {
	height:22px;
	width:auto;
}
.formulario .campoTextArea {
	height:50px;
}
.formulario .tabela {
	font-size:8pt;
}
.formulario .tabela tbody td {
	border-bottom:1px #ccc solid;
}
.formulario .campoMin {
	height:22px;
	margin-right:5px;
	width:300px;
}
.formulario .campoExtra {
	width:630px;
	height:22px;
}
.formulario .campoLogin {
	width:200px;
	height:25px;
}
.formulario .campoSelect {
	height:25px;
	width:150px;
}
.formulario .detalheSistemas td {
	font-weight:bold;
	font-size:8pt;
}
.formulario .detalheSistemas td img {
	cursor:pointer!important;
}
ul#checks{
	list-style:none;
	overflow:hidden;
}
ul#checks li{
	float:left;
	width:205px;
}
.mensagemP{
	font-size:9px;
	color:#F00;
}
.menus{
	padding:3px;
}
.cinza{
	color:#999!important;
}
.campoCepWS{
	font-weight:bold;
	text-align:left;
}
.campoCepWS input{
	color:#999;
	font-weight:bold;
}
.campoCepWS td{
	width:auto;
}
.botaoTopo{
	width:275px;
	height:64px;
	border:none;
	padding-left:30px;
	cursor:pointer;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin-top:30px;
	margin-left:40px;
	background: url(../imagens/botaoTopo3.png) no-repeat;
}
.textoSistema{
	height:120px;
	overflow:hidden;
}

ul#icons {margin: 0; padding: 0;overflow:hidden;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: right;  list-style: none;}
ul#icons span.ui-icon {float: right; margin: 0 4px;}

.forms {
	overflow:hidden;
}
.forms label.label {
	display:block;
	margin:5px 0;
	color:#666;
	font-weight:bold;
	padding-left:5px;
}
.forms .esq{
	float:left;
}
.forms .dir{
	float:right;
}
.forms legend{
	padding:2px 5px;
}
.forms fieldset, .forms legend{
	border:1px #aaa solid;
}
.ajaxStatus {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:1101;
}
.ajaxStatus img {
	display:none;
}
.dialogs{
	display:none;
}

/*** Mensagens ***/
.dialogMsgGlobal{
	background: none;
	padding:0;
	padding-bottom:16px;
	height:auto;
	width:auto;
	min-width:0;
	min-height:0;
	border:none;
}
.dialogMsgGlobal .ui-dialog-titlebar{
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.dialogMsgGlobal .ui-dialog-title{
	padding:0;
	margin:0;
}
.dialogMsgGlobal .ui-dialog-titlebar .ui-icon{
	background-color:#fff;
	padding:0 1px;
}
.dialogMsgGlobal .ui-dialog-content{
	min-height:0 !important;
	height: auto !important;
	margin:0;
	padding:0;
	padding-bottom:16px;
	background: url(../imagens/shadow.png) no-repeat right bottom;
}
.msg{
	font-size:12pt;
	padding:10px 20px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
}
.msg .ui-icon{
	float:left;
	display:inline;
	height:16px;
	width:16px;
	vertical-align:middle;
	margin-right:3px;
}
.msg b{
	display:block;
	text-align:left !important;
	font-size:9pt !important;
	margin-bottom:10px;
	padding-bottom:3px;
	border-top:none;
	border-left:none;
	border-right:none;
}
.msg.msgclosethick, .msgclosethick{
	background-color: #FFF0F0;
	color: #f00;
	border: 1px #f00 solid;
}
.msg.msgclosethick .ui-icon{
	background-image: url(../jquery/css/images/ui-icons_ff0000_256x240.png);
}
.msg.msgalert, .msgalert{
	background-color: #FFFFEA;
	color: #F93;
	border: 1px #F93 solid;
}
.msg.msgalert .ui-icon{
	background-image: url(../jquery/css/images/ui-icons_f9bd01_256x240.png);
}
.msg.msginfo, .msginfo{
	background-color: #E8F3FF;
	color: #007CF9;
	border: 1px #007CF9 solid;
}
.msg.msginfo .ui-icon{
	background-image: url(../jquery/css/images/ui-icons_2e83ff_256x240.png);
}
/***** Mensagens *****/
.msgError{ vertical-align:middle; margin-right:3px; overflow:hidden; }
.msgs{ cursor:default; }
input.msgError, textarea.msgError{ border:1px solid #f00 !important; margin-right:0; }
.msgError span{ background-color:#ffe; color:#f00; font-size:7pt !important; border:1px #f00 solid; padding:3px 5px; }
.msgError img{ /*background:none !important;*/ height:12px; width:10px; float:none; display:inline-block; vertical-align:middle; }

.msgGlobal{ font-size:7pt !important; color:#f00; text-align:left; padding:2px 0; text-decoration:underline; }
.mensagemGlobal{ text-align:center; font-size:12pt!important; color:#f00; font-weight:bold; background:#ffe; border:1px #f00 solid; padding:10px; }

.msgError{ vertical-align:middle; margin-right:3px; overflow:hidden; position:absolute;display:inline-block; white-space:nowrap;z-index:101; }
.msgs{ cursor:default; vertical-align:middle; }
input.msgError, textarea.msgError{ margin-right:0; }
.msgError span{ font-size:7pt !important; padding:3px 5px !important; display:inline-block;overflow:hidden; vertical-align:middle; }
.msgError img{ height:16px; width:5px; float:none; display:inline-block; vertical-align:middle !important; border:none;  background-position: -102px -16px; }