@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	background: #000;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	background: #fff;	
}

ul#nav { 
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	width: 100%;
	font-size: 12px;
	float:left;
	clear: both;
	background: #000;
}
ul#nav a {
	color: #a9a9a9;
	text-decoration: none;
	padding: 0px 18px;
	margin: 4px 0px;
	display: block;
	border-left: 1px solid #a9a9a9;
}

ul#nav a:hover {
	color: #fff;
}

ul#nav li { 
	float: left;
	position: relative;
}

ul#nav li.menu_start a {
	border-left: none;
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	background: #000;
}

ul#nav li ul a {
	border-left: none;
}

ul#nav li ul li {
	border-top: 1px solid #a9a9a9;
	width: 100%;
	text-align:center;
}

ul#nav li>ul {
	top: auto;
	left: auto;
}

ul#nav li:hover ul, li.over ul { 
	display: block;
}

#cabecalho {
    width: 100%;
	background: #363636;
}

#destRand {
	width: 100%;
	height: 330px;
	background-color: #fff;
	padding-top: 26px;
	margin: 0px;
}

#destRand a {
	background: #fff;
	margin: 4px 0px;
	padding: 3px 20px 3px 30px;
	float: left;
	clear: both;
	font-size: 23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

#destRand a.cor1 {
	background: #8781be;
	color: #eed264;
}

#destRand a.cor2 {
	background: #be7853;
	color: #f4efb4;
}

#destRand a.cor3 {
	background: #b8be81;
	color: #fff;
}

#destRand a.cor4 {
	background: #81a4be;
	color: #fff;
}

#destRand a:hover {
	text-decoration: underline;	
}

#destNews {
	background: #d6d80b;
	margin: 0px;
	float: left;
	border-top: 30px solid #FFF;
	width: 100%;
}

#noticia_destaque {
	float:left;
}

#noticia_destaque .dest_imagem {
	padding: 10px;
	background: #000;
	margin: 0px 15px 0px 25px; 
	width: 349px;
	font-size: .8em;
	color: #fff;
	float: left;
}

#biografia,
#conteudo_news,
#conteudo_lista_news{
	float:left;
	width: 100%;
	background: #fff url(../images/background-noticia.jpg) repeat-y;	
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif !important;
}

#conteudo_falecom{
	float:left;
	width: 100%;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
}


#conteudo_lista_news {
	background: #fff url(../images/background-lista-news.jpg) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#biografia {
		background: #fff url(../images/nilson.jpg) 0px 55px no-repeat;

}

#conteudo_news .news_left,
#conteudo_lista_news .news_left,
#conteudo_falecom .falecom_left{	
   float: left;
   width: 396px;
   margin: 0px;
   padding: 0px;
}

#conteudo_falecom .falecom_left {
   float: left;
   width: 396px;
   
   padding: 40px 0px;
   text-align: right;
}

#conteudo_falecom .falecom_left p {
   margin: 3px 20px;	
   font-size: .8em;
}

#conteudo_falecom .falecom_left strong {
	color: #dad7b7;
	font-size: 1.2em;
}

#conteudo_news .news_left .dest_imagem {
	padding: 10px;
	background: #000;
	margin: 0px 0px 0px 25px;
	width: 349px;
	font-size: .8em;
	color: #fff;
	float: right;
}

#conteudo_news .news_right,
#conteudo_lista_news .news_right,
#conteudo_falecom .falecom_right{	
   float: right;
   width: 504px;
   margin: 0px;
   padding: 0px;
}

#conteudo_falecom .falecom_right {
  background: #dad7b7;	
  padding-top: 40px;
}

#linksedocumentos{
	background: #fff;
	float:left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif !important;
}
#linksedocumentos .linkscontent {
	padding: 40px 10px 20px 20px;
	margin: 0px 0px 20px 0px;
	background: #dad7b7;
	float: right;
   	width: 484px;
}
#linksedocumentos .linkscontent a {
	text-decoration: none;
	font-size: .8em;
	color: #000;
	margin-bottom: 5px;
	display: block;
}

#linksedocumentos .linkscontent a:hover {text-decoration:underline; }

#conteudo_news p.data,
#conteudo_lista_news p.data{
	margin: 0px;
	padding: 0px 20px;
	font-size: .7em;
	font-weight:bold;
}

#conteudo_lista_news p.data {
	color: #005b7f;
}

#conteudo_news h1 {
	padding: 0px 20px;
	font-size: 1.8em;
	font-weight:bold;
}

#conteudo_news p {
	font-size: .8em;
	padding: 0px 20px;
}

#conteudo_lista_news a {
	text-decoration: none;
	font-size: 1em;
	color: #005b7f;
	padding-bottom: 20px;
	display: block;
}

#conteudo_lista_news .paginacao_lista_news {
	font-size: .8em;
	padding: 0px 20px;
	margin-bottom: 25px;
	color: #464646;
}

#conteudo_lista_news .paginacao_lista_news a {
	display:inline;
	color: #464646;
	text-decoration: underline;
}
#conteudo_lista_news p {
	margin: 0px;
	padding: 0px 20px;
}

#biografia .biocontent {
	margin: 25px 20px 25px 414px;	
}

#noticia_destaque .dest_destaque {
	width: 235px;
	float:left;
	background: url(../images/background-verde-destaques-topo.jpg) repeat-x;
}

#noticia_destaque .dest_destaque h2 {
	color: #b2d235;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	display: block;
	margin: 0px;
	
}

#noticia_destaque .dest_destaque h2 span {
	background: #fff;	
	padding: 8px 10px 9px 10px;
}

#noticia_destaque .dest_destaque h3,
#noticia_destaque .dest_destaque h3 a{
	color: #005b7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	text-decoration: none;
	font-weight:bold;
}

#noticia_destaque .dest_destaque p {
	color: #464646;
	font-size: 0.8em;
	padding: 0px 10px;
}

#noticia_titulos {
	width: 235px;
	float:left;
	background: url(../images/background-verde-destaques-topo.jpg) repeat-x;
	padding: 45px 10px 0px;
}

.destLinksNews a{
	color: #005b7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight:bold;
	display: block;
	margin-bottom: 15px;
	clear: both;
}

.destLinksNews a:hover {
	text-decoration: underline;
}

#noticia_titulos a.vertodas {
	font-size: 0.7em;
	color: #464646;
	text-decoration: none;
}

#rodape {
	background: #b8be81;
	width: 100%;
	float: left;
}

#rodape .linksRodape {
	float:left;
	margin: 10px 10px 10px 23px;
}

#rodape .linksRodape a {
	margin: 7px 3px;
}


.newsRodape {
	background: #5c523c url(../images/back-newsletter-box.jpg) no-repeat;
	float: left;
	margin: 10px 2px;
	padding-top: 50px;
}

.newsRodape form {padding: 4px 10px; margin: 0px; }

.followsRodape {
	margin: 10px 20px;	
}

.followsRodape a {
	margin: 15px 5px;
}
