/*------------------------------------------------
>> Topo 
------------------------------------------------*/

#topo               { background: #6e026e url(../figuras/topo.png) repeat-x top; }

/*------------------------------------------------
>> Menu lateral
------------------------------------------------*/

#menu ul li.titulo  { color: #6e026e; }
/*#menu ul li a       { color: #037a4e; }*/
#menu ul li a:hover { background-color: #6e026e; }

/*------------------------------------------------
>> Conteúdo
------------------------------------------------*/

#conteudo h2 {
	color: #6e026e;
}
#conteudo a:hover {
	color: #6e026e;
}

/*------------------------------------------------
>> Destaque
------------------------------------------------*/

#destaque h2 {
	color: #6e026e;
	font: 25px Arial, Helvetica, sans-serif;
	padding: 0;
	letter-spacing: -1px;
}

/*------------------------------------------------
>> Outras notícias
------------------------------------------------*/

#outras-noticias h3 {
	color: #6e026e;
	font: 21px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;	
}

/*------------------------------------------------
>> Busca
------------------------------------------------*/

.form-wrapper button {
	background: #6e026e !important;
}
.form-wrapper button:before {
	border-right-color: #6e026e !important;
}