/******************************************************************************

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: ;
	background-color: #e8e8e8;
} 


/* 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;
}

.vermais a:hover a:active {
	text-align:right
}.vermais {
	color: #000;
}

/* WRAPPER
================================================================= */

#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* TOPO
================================================================= */

#topo-wrap {
	height: px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#topo {
	height: 20px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}



/* HEADER
================================================================= */

#header-wrap {
	height: px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	width: 750px;
	padding-top: 25px;
	margin-right: auto;
	padding-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}



/*********** LOGO + NAVEGACAO GERAL ***********/

/***** Logo + Navegacao Geral *****/

#logo-geral {
	height: 100px;
	width: 750px;
}

/***** Logo a esquerda *****/

#logo {
	height: 100px;
	width: 300px;
	float: left;
	text-align: left;
}


/***** Navegacao Geral a direita - hoje inexistente *****/

#loginCadastro {
	float:left;
	padding-top:5px;
	padding-right:-5px;
}

#nav-geral {
	float: right;
	margin-top: 30px;
	width: 180px;
	height: auto;
}

#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;
	background-color: #b1b3b4;
}


#nav-pri {
	height: px;
	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: 24px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #b1b3b4;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#nav-pri li a:hover {
	color: ;
	background-color: #717274;
}

#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;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	
}

#conteudo-wrap h1 {
	width: 710px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 0px;

}

#conteudo-wrap h2 {
	font-size: 16px;
	color: #999;
	font-style: italic;
	padding-top: 0px;
	margin-bottom: 5px;
}


#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: ;
	background-color: ;
}

#nav-conteudo ul {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 5px;
}

#nav-conteudo ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 0px;
}

#nav-conteudo ul li strong {
	font-style: italic;
}

#nav-conteudo ul li.livro_preco {
	font-weight: bold;
	color: #000000;
	margin-top: 10px;

	text-align: ;
}

#nav-conteudo ul li.livro_comprar {
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	text-align: center;
}

#nav-conteudo ul li.titulo {
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	font-size: 13px;
}


#nav-conteudo ul.como-comprar {
	margin-top: 35px;	
}

#nav-conteudo ul.veja-tambem {
	margin-top: 35px;

}



#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: 16px;
	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: 120%;
	color:#000000;
	font-weight: bold;
	text-transform: ;
	margin-top: 16px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 9px;
	padding-bottom: 9px;
	font-style: italic;
}


#conteudo h4 {

}

#conteudo .txt {
	padding-top: 0px;
	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;
	margin-top: 5px;
}

#conteudo .muda-fonte a {
	text-decoration: none;
}




/* FOOTER
================================================================= */
#footer {
	font-size: 11px;
	width: 710px;
	background-color: #ffffff;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ececee;
	padding: 20px;
	clear: both;
}


.foot-1 {
	float: left;
	display: ;	margin-top: 43px;
}


.icones {
	height: px;
	width: 400px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	background-color: ;
}

.icones li {
	float: left;
}

.icones li a {
	display: block;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
}

.icones li a.youtube {
	display: block;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;

	text-indent: -5000px;
	background-image: url(../_img/ico-logo/youtube_100x40.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 100px;
}

.icones li a.twetter{
	display: block;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;

	text-indent: -5000px;
	background-image: url(../_img/ico-logo/twetter_48x40.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 48px;
}

.icones li a.imagembrasil{
	display: block;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;

	text-indent: -5000px;
	background-image: url(../_img/ico-logo/imagembrasil_160x40.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
}

.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;}





/* 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: #e8e8e8;
	width: ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contato, #compras {
	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;
	float: right;

}

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: ;
}




/* HOME
================================================================= */


#conteudo-home .imagem {
	background-color: #000000;
	margin-top: 20px;
	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 .txt {
	padding-top: 32px;
	padding-bottom: 25px;
	
}


#conteudo-home p {
	padding-bottom: 15px;
}




#home h4 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	margin-top: 35px;
	color: #000;
}





/* 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;
}


.imagembrasil {
	text-indent: -5000px;
	background-image: url(../_img/ico/imagem_brasil.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 108px;
}

