/******************************************************************************

DOCUMENTO: Arquivo com as classes especificas do projeto

CRIACAO: 00/00/2000

AUTOR: Nome Autor (e-mail)

VERSAO: 001

ATUALIZACOES:

1) dd/mm/aaaa (autor): _____________

2) dd/mm/aaaa (autor): _____________

OBSERVACOESES: 

******************************************************************************/


/* GERAL
================================================================= */

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	text-align: ;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, form, fieldset, table, ul, li, div, img {
	margin: 0px;
	padding: 0px;
}


blockquote {
	margin-left: 30px;

}


/* Class for clearing floats */
.clear {
	clear: both;
}


/* Remove border around linked images */
img {
	border: none;
}

a img {
	border: none;
}




/* centraliza o layout */
body {
	text-align: center;
	min-width: 750px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	background-color: #e8eced;

} 


/* Link */

:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}


a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}


a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}


a.link-ext {
	background-attachment: scroll;
	background-image: url(../_img/ico/link_externo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

a.link-pdf {
	background-attachment: scroll;
	background-image: url(../_img/ico/link_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


a.link-email {
	background-attachment: scroll;
	background-image: url(../_img/ico/link_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* Lista */

ul.lista {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 20px;
}

ul.lista ul li {
	list-style-type: none;
	margin-left: 20px;
}


ul.lista li {
	padding-left: 15px;
	margin-left: 30px;
	background-image: url(../_img/ico/lista.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-top: 5px;
}

ul.lista-pdf {
	list-style-type: none;
	padding-top: 15px;

}

ul.lista-pdf li {
	padding-left: 20px;
	margin-left: 30px;
	background-image: url(../_img/ico/link_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/* topo */

.topo {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 0px;
}

.topo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
	text-align: right;
	float: right;
	width: 67px;
	padding-right: 13px;
	margin-bottom: 5px;
	background-image:  url(../_img/ico/topo_duplo.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.topo a:hover {
	color: #FF0000;
	text-decoration: none;
	background-image:  url(../_img/ico/topo_duplo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.data {
	font-size: 10px;
}


/* WRAPPER
================================================================= */

#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* TOPO
================================================================= */

#topo-wrap {
	height: 22px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../_img/header/gov-fed/bg_gov-fed_770x25.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#topo {
	height: 22px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* HEADER
================================================================= */

#header {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/*********** LOGO + NAVEGACAO GERAL ***********/

/***** Logo + Navegacao Geral *****/

#logo-geral {
	height: 100px;
	width: 750px;
	background-attachment: scroll;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left top;
}

/***** Logo a esquerda *****/

#logo {
	height: 100px;
	width: 150px;
	float: left;

}


/***** Navegacao Geral a direita - hoje inexistente *****/

#nav-geral {
	float: right;
	display:;

}

#nav-geral ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;

}

#nav-geral ul li {
	float: left;
	padding-left: 10px;

}


#nav-geral ul a {
	display: block;
	float: left;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#nav-geral ul a:hover {
	color: #000000;
}

#nav-geral ul .webmail {
	background-image: url(../_img/ico/nav_ger_webmail.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#nav-geral ul .ajuda {
	background-image: url(../_img/ico/nav_ger_ajuda.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#nav-geral ul .mapa {
	background-image: url(../_img/ico/nav_ger_mapa.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#nav-geral ul .busca {
	background-image: url(../_img/ico/nav_ger_busca.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#nav-geral ul .intranet {
	background-image: url(../_img/ico/nav_ger_intranet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#nav-geral ul .intranet a {
	color: #CEA500;
}

#nav-geral ul .intranet a:hover {
	color: #9D7D00;

}


/* :KLUDGE: Remove lacunas no IE/Win */
li {
	display: block;
}



/* CORPO
================================================================= */

#corpo-wrap {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


/*********** NAVEGACAO PRIMARIA ***********/

/***** Nav-Pri *****/

#nav-pri-wrap {
	width: 100%;
	float: left;
}


#nav-pri {
	height: 40px;
	width: 750px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	background-color: ;
	font-weight: bold;
}

#nav-pri li {
	float: left;
}

#nav-pri li a {
	display: block;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #a2aaac;
	margin-right: 2px;
}

#nav-pri li a:hover {
	color: ;
	background-color: #727c7e;
}

#nav-pri .first a {

}

#nav-pri .last a {

}



#nav-pri a.select, #nav-pri a:hover.select {
	color: #a2aaac;
	background-color: #ffffff;
	font-weight: bold;
	cursor: ;
}


/* :KLUDGE: Remove lacunas no IE/Win.......................... */
#nav-tit li {
	display: block;
}




/********** CONTEUDO **********/

#conteudo-wrap {
	width: 710px;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cbcdcc;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	
}

#conteudo-wrap-indice {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
	margin-bottom: 10px;
}

#conteudo-wrap-2col {
	width: 100%;
	text-align: left;

}



/***** Navegacao Conteudo *****/

#nav-conteudo {
	float: right;
	text-align: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	background-color: ;
}

#nav-conteudo ul {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 5px;
}



#nav-conteudo ul a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	background-image: url(../_img/ico/nav_seta_vermelho_02.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 10px;
}

#nav-conteudo ul a:hover {
	color: #FF0000;
}


#nav-conteudo a.select {
	color: #FF0000;
	cursor: default;
}


/* :HLUDGE : Remove lacunas no IE/win */
#nav-conteudo li {
	display: inline;
}


#nav-conteudo h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
	font-weight: bold;
	padding-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#nav-conteudo h6{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
}

#nav-conteudo .txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	margin-left: 10px;
	display: block;
}

#nav-conteudo .banner a {
	text-decoration: none;
	padding: 0px;
	background-image: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/***** Conteudo *****/

#conteudo {
	width: 520px;
	float: left;
}

#conteudo .imagem {

}

#conteudo h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#conteudo h2 {
	font-size: 115%;
	color:#2E8C00;
	font-weight: bold;
	text-transform: ;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../_img/bg/expander-odd-background.png);
}

#conteudo h3 {
	font-size: 100%;
	font-weight: normal;

}


#conteudo h4 {
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: ;
	color: ;
	background-color: #f8f8fa;
	margin-bottom: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #7cb900;
	padding-right: 2px;
	padding-left: 2px;
}

#conteudo .txt {
	padding-top: 20px;
	padding-bottom: 25px;
}


#conteudo p {
	padding-bottom: 15px;
}


/*********** MUDA FONTE ***********/

#conteudo .muda-fonte {
	text-align: right;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#conteudo .muda-fonte a {
	text-decoration: none;
}




/* FOOTER
================================================================= */
#footer {
	font-size: 11px;
	width: 710px;
	background-color: #f8f8fa;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ececee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cbcdcc;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cbcdcc;
	padding: 20px;

}


.foot-1 {
	float: left;

}

.foot-2 {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 0px;
}



/* MUDA FONTE
================================================================= */

.resize10 { font-size: 12px; line-height: 1.4em;}
.resize11 { font-size: 13px; line-height: 1.4em;}
.resize12 { font-size: 14px; line-height: 1.4em;}
.resize13 { font-size: 15px; line-height: 1.4em;}
.resize14 { font-size: 16px; line-height: 1.4em;}



/* BANNER HORIZONTAL
================================================================= */

#banner-wrap {
	width: 750px;
	float: left;

}

#ban-1-2-3-4 {
	width: 750px;
	float: left;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}


#ban-1-2 {
	float: left;
	width: 370px;
	margin: 0px;
	padding: 0px;
}


#ban-3-4 {
	float: right;
	width: 370px;
	margin: 0px;
	padding: 0px;
}



.ban-1{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.ban-2 {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.ban-3 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.ban-4 {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}


/* 4 COLUNAS
================================================================= */


#col-1-2-3-4 {

	width: 750px;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


#col-1-2 {
	text-align: left;
	float: left;
	width: 370px;
	margin: 0px;
	padding: 0px;
}


#col-3-4 {
	text-align: left;
	float: right;
	width: 370px;
	margin: 0px;
	padding: 0px;
}

.col-1{
	text-align: left;
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.col-2 {
	text-align: left;
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.col-3 {
	text-align: left;
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.col-4 {
	text-align: left;
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}



/*********** FOTO ***********/

.foto-titulo {
	background-color: #AEB1B3;
	height: 50px;
	padding-left: 5px;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #83898B;
}

.foto-titulo a:link, .foto-titulo a:visited {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
}

.foto-titulo a:hover, .foto-titulo a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}


/* LISTA ARTIGOS
================================================================= */


ul.lista-art {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.lista-art ul li {
	list-style-type: none;
	margin-left: 20px;
}


ul.lista-art li {
	padding-left: 15px;
	margin-left: 30px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: ;
}

ul.lista-art a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

ul.lista-art a:hover {


}

.art-fonte {
	font-size: 90%;
	padding-top: 5px;
}


/* FORMULARIOS
================================================================= */

#boletim-assinar, #boletim-cancelar, #boletim-mudar {
	background-color: #F2F2F2;
	width: ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#fale-conosco {
	background-color: #F2F2F2;
	width: ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


form input {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;

}

form input#enviar {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.botao {
	text-align: center;
}

form select {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 230px;
}

form textarea {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 226px;
}

form table {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: ;
}


/* CLIENTES
================================================================= */

#clientes .titulo {
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #83898B;
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
	padding-bottom: 5px;
}

#clientes .titulo a:link, #clientes .titulo a:visited {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#clientes .titulo a:hover, #clientes .titulo a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.cli-descricao {
	background-color: ;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 85%;
	line-height: 130%;
}




/* HOME
================================================================= */

#home #nav-pri-wrap {
	width: 100%;
	float: left;
	display: ;

}



/***** Conteudo *****/

#conteudo-home {
	background-attachment: scroll;
	background-image: url(../_img/home/bg_710x280_00000_transp.gif);
	background-repeat: repeat-y;
	background-position: center 30px;
}

#conteudo-home .imagem {
	background-color: #f8f8fa;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F5;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1F1F5;
}

#conteudo-home h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#conteudo-home h2 {
	font-size: 105%;
	font-weight: bold;
	text-transform: ;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../_img/bg/expander-odd-background.png);
}

#conteudo-home h3 {
	font-size: 100%;
	font-weight: normal;

}


#conteudo-home h4 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: ;
	background-color: ;
	display: ;
	height: 30px;
}

#conteudo-home .txt {
	padding-top: 32px;
	padding-bottom: 25px;
	
}


#conteudo-home p {
	padding-bottom: 15px;
}


/*********** MUDA FONTE ***********/

#conteudo-home .muda-fonte {
	text-align: right;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	display: none;
}

#conteudo-home .muda-fonte a {
	text-decoration: none;
}


/***********  ***********/

#conteudo-home .titulo {

}


#conteudo-home .titulo a:link, #conteudo-home .titulo a:visited {
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	width: 156px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #7CB900;
	background-color: ;	
	background-color: #f8f8fa;
}

#conteudo-home .titulo a:hover, #conteudo-home .titulo a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#conteudo-home .cli-descricao {
	background-color: #f8f8fa;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 85%;
	line-height: 130%;
}


/***** Nav-Pri *****/

#home #nav-pri-wrap {
	width: 100%;
	float: left;
}


#home #nav-pri {
	height: 40px;
	width: 750px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	background-color: ;
	font-weight: bold;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #cbcdcc;
}

#home #nav-pri li {
	float: left;
}

#home #nav-pri li a {
	display: block;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #a2aaac;
	margin-right: 2px;
	
	background-attachment: scroll;
	background-image: url(../_img/home/bg_710x280_00000_transp.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#home #nav-pri li a:hover {
	color: ;
	background-color: #727c7e;
}

#home #nav-pri li.home {
	width: 30px;
	height: 40px;
	display: ;
	background-attachment: scroll;
	background-image: url(../_img/home/ico_home_branco.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	line-height: 40px;	

}



#home #conteudo-wrap {
	background-attachment: scroll;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cbcdcc;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cbcdcc;
	
}

#home h4 {
	font-size: xx-large;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: ;
	background-image: url(../_img/home/bg_710x280_000000_transp.gif);
	color: #FFF;
	display:none;
}

.addthis {
	margin-top: 30px;
	margin-left: 15px;
}





/* MAPA
================================================================= */

#mapa ul.lista {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 20px;
}

#mapa ul.lista a.select {
	color: #FF0000;
	cursor: default;
}

#mapa ul.lista ul li {
	list-style-type: none;
	margin-left: 20px;
}


#mapa ul.lista li {
	padding-left: 15px;
	margin-left: 30px;
	background-image: url(../_img/ico/lista_mapa.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-top: 5px;
}



/* EXTRANET
================================================================= */

ol.extranet li {
	list-style-type: decimal;
	display: list-item;
	margin-left: 25px;
}

tr.statstit {
	font-weight: bold;
	background-color: #CCC;	
}

#extranet h3 {
	color: #F00;	
}