body  {
	background: #222;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../imagens/bg_site.png);
	background-position: top left;
	background-repeat: repeat-x;
}

body {
	font-family: Verdana;
	font-size: 10px;
	color: #AAA;
}

div { margin: 0; padding: 0; }
p { font-size: 11px; margin: 0px 0px 20px 0px; padding: 0; line-height: 20px; }
p.p_contato { font-size: 11px; margin: 0px 0px 5px 0px; padding: 0; line-height: 20px; }
ul { line-height: 20px; list-style-type: square; }

#divGeral { 
	width: 765px;
	margin: 0 auto;
	border: 0px;
	text-align: left;
} 

#divTopo { 
	margin: 0;
	padding: 0;
	height: 285px;
	border: #0C6 0px solid;
}
#divTopo .icoIdioma { position: relative; top: 16px; left: 47px; vertical-align: top; }
#divTopo .icoHome { position: relative; top: 16px; left: 625px; }
#divTopo .logoHome { position: relative; top: 25px; left: 22px; }


/* CSS PARA O MENU - INICIO */

#divMenu {
	position: relative;
	left: 22px;
	top: -15px;
	width: 100%;
	border: #0C6 0px solid;
	z-index: 1;
}
#divMenu ul { margin:0; padding:0; }
#divMenu li { float: left; list-style: none; display: inline; }

/* CSS PARA O MENU - FINAL */


#divBaixoHome {
	width: 717px;
	height: 100%;
	position: relative;
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 0px 0px;
	border-bottom: #0C6 0px solid;
	background-image: url(../imagens/bg_news.png);
	background-repeat: repeat-y;
}
#divBaixoInterno {
	width: 717px;
	position: relative;
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 0px 0px;
	border-bottom: #0C6 0px solid;
}

#divNews {
	width: 185px;
	margin: -16px 0px 0px 0px;
	padding: 0 20px;
	border-bottom: 0px #FFF solid;
	
}

#divHome {
	width: 450px;
	margin: -16px 0px 0px 0px;
	padding: 0 20px;
	border: 0px #fff solid;
}

#divInterno {
	width: 711px;
	margin: 0px 25px 30px 25px;
	padding: 0;
	border: 0px #fff solid;
}

#divRodape {
	margin: 20px 0px 0px 0px;
	padding: 0;
	border: 0px #fff solid;
}
#divRodapeInt {
	margin: 0 23px;
	padding: 0;
	border: 0px #fff solid;
}
#divRodape img { display: block; }


.dir { float: right; }
.esq { float: left; }

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


a {	font-size: 11px; color: #BBB; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; color: #CCC; }
a:hover { text-decoration: none; color: #CCC; }
a:active { text-decoration: none; color: #BBB; }

a.verNews { padding: 3px 6px; background: #222; color: #888; }
a.verNews:hover { background: #e82; color: #000; }

a.artigo { color: #EEE; display: block; }
a.artigo:hover { text-decoration: underline; }
a.artigo.visited { text-decoration: overline; }

a.a_news { color: #888; display: block; }
a.a_news:hover { text-decoration: underline; }

a.a_pag { padding: 2px 3px; font-size: 9px; }
a.a_pag:link { background: #222; color: #888; }
a.a_pag:hover { background: #e82; color: #000; }

h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #E82;
	margin: 27px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
}
h2 {
	font-size: 11px;
	color: #EEE;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}
h3 {
	font-size: 10px;
	color: #AAA;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 25px 0px;
	padding: 4px 0px 4px 0px;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #AAA;
	font-style: italic;
	margin: 35px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #EEE;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px #555 solid;
}

p.news { color: #888; }
p.texto { text-align: justify; }
div.linha { background-color: #444; width: 100%; height: 1px; margin: 20px 0px 20px 0px; }
div.linha1 { background-color: #444; width: 100%; height: 1px; margin: 27px 0px 27px 0px; }
div.linha2 { background-color: #777; width: 1px; height: 175px; margin: 0px 45px 0px 28px; }


ul.numPag { margin:0; padding: 0; }
li.pag { float: left; list-style: none; display: inline; margin-left: 10px; }


/* FORMULARIO - INICIO */
input.campo, textarea {
	padding: 2px;
	font-size: 11px;
	color: #CCC;
	font-family: verdana;
	background-color: #666;
	border: 0px;
}

textarea { padding: 3px; }

a.botao { background: #E82; color: #000; padding: 3px 6px; }
a.botao:hover { background: #000; color: #AAA; }

/* FORMULARIO - FINAL */