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

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: left;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, li, div {
	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 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}


/* Link */

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

a:hover, a:active {
	color: #0066CC;
	text-decoration: underline;
}

/* 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;
}


/* topo */

.topo {
	display: none;
}


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

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

}



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

#topo-wrap {
	display: none;
}



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

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

}


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

/***** Logo *****/

#logo-geral {
	height: 100px;
	width: 750px;

}

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

}



/***** Navegacao Geral *****/

#nav-geral {
	display: none;
}


/* :KLUDGE: Remove lacunas no IE/Win - em print no Firefox retira os circulos da lista_links */
li {
	display: block;
}



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

#corpo-wrap {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


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

#nav-pri-wrap {
	display: none;
}



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

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

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


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

#nav-conteudo {
	display: none;
}


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

#conteudo {
	width: 100%;
	float: left;

}

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

#conteudo .imagem {
	display: none;
}

#conteudo h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
}

#conteudo h3 {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: italic;
	font-weight: normal;
}

#conteudo h4 {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}


#conteudo .muda-fonte {
	display: none;
}


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


#conteudo p {
	padding-bottom: 15px;

}




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

#conteudo .muda-fonte {
	display: none;
}



/* FOOTER
================================================================= */
#footer {
	width: 100%;

	font-size: 11px;

	clear: both;
	
	padding-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}


.foot-1 {
	display: none;

}

.foot-2 {
	float: right;
	text-align: right;

	padding-top: 5px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ececee;
}



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

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



/* INDICE
================================================================= */
#conteudo-wrap-indice {
	width: 100%;
	padding-bottom: 10px;
}

#conteudo-wrap-indice h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #669900;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

/* IE 100% do texto na impressao */
#corpo-wrap {
	width: 100%;
}


.mais {
	display: none;

}

