a.vejamais {
	position: absolute;
	bottom: 3px;
	right: 3px;
	display: block;
	width: 72px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/bt_vejamais.gif) no-repeat;
}

/********************
Texto
********************/
.texto { margin-top: 10px; }

.texto * { color: #424041; }

.texto h3 { font-size: 1.8em; }

.texto p, .texto big {
	font-size: 1.1em;
	text-align: justify;
	display: block;
	margin-top: 15px;
}

.texto big { color: #416D00; }

	/********************
	Tabelas
	********************/
	.texto table {
		width: 98%;
		padding: 0;
		margin: 0 auto 10px;
		border-bottom: 5px solid #555;
	}
	
	.texto table caption {
		font-size: 1.1em;
		font-weight: bold;
		color: #FFF;
		margin: 20px auto 0;
		background-color: #555;
	}
	
	.texto table caption, .texto th,.texto td { padding: 7px 10px; }
	
	.texto th {
		text-align: left;
		font-size: 1.1em;		
		background-color: #DDD;
	}
	
	.texto tr.par { background-color: #F0F0F0; }
	
	.texto tr:hover, .texto tr:hover * {
		color: #000;
		background-color: #E0E0E0;
	}
	
	.texto td { font-size: 1.1em; }
	/********************
	Fim das tabelas
	********************/
/********************
Fim: texto
********************/


/********************
FAQ de Publicidade
********************/
	/********************
	Ancoras
	********************/
	.ancoras {
		width: 96%;
		margin: 5px auto 0;
		border: 2px solid #D8D8D8;
		background-color: #FFF;
	}

	.ancoras h4 span {
		display: block;
		height: 20px;
		padding: 6px 0 0 31px;
		background: url(../images/tit_not.gif) no-repeat left;
	}

	.ancoras ul { padding: 5px; }

	.ancoras li { margin-bottom: 3px; }

	.ancoras li a {
		font-size: 1.1em;
		display: block;
		padding: 8px 5px;
		padding-left: 17px;
		border: 1px solid #DDD;
		background: url(../images/bullet02.gif) no-repeat 6px 50%;
	}

	.ancoras li a:hover { background-color: #F5F5F5; }
	/********************
	Fim das ancoras
	********************/

.faq {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.faq h4 a {
	display: block;
	font-size: 1.6em;
	padding-top: 15px;
}

.faq a.to-nav {
	color: #528300;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 11px;
	background: url(../images/bullet09.gif) no-repeat 0 50%;
}

.faq a.to-nav:hover { text-decoration: underline; }
/********************
Fim do FAQ
********************/



/********************
Pagina de noticias
********************/
.noticia {
	float: left;
	width: 61%;
	margin-top: 0;
	padding-left: 5px;
}

.lateral {
	float: right;
	width: 248px;
}

	/********************
	Galeria
	********************/
	.galeria {
		padding: 6px;
		background-color: #555;
	}

	.galeria a.imagem {
		display: block;
		width: 232px;
		height: 186px;
		margin: 0;
		padding: 0;
		border: 2px solid #FFF
	}

	.galeria a.imagem:hover { border-color: #BBB; }

	.galeria h6 {
		color: #555;
		margin-top: 3px;
		padding: 3px;
		padding-left: 15px;
		background: #FFF url(../images/bullet06.gif) no-repeat 5px 50%;
	}

	.galeria a {
		color: #FFF;
		display: block;
		margin-top: 3px;
		padding: 3px;
		padding-left: 15px;
		background: url(../images/bullet05.gif) no-repeat 5px 50%;
	}

	.galeria a:hover { background-color: #444; }
	/********************
	Fim da galeria
	********************/

	/********************
	Outras noticias
	********************/
	.outras {
		position: relative;
		margin-top: 5px;
		border: 2px solid #D8D8D8;
		background-color: #FFF;
	}

	.outras h4 {
		text-transform: uppercase;
		height: 26px;
		background: url(../images/bg_tit_dir.gif) no-repeat right;
	}

	.outras h4 span {
		display: block;
		height: 20px;
		padding: 6px 0 0 31px;
		background: url(../images/tit_not.gif) no-repeat left;
	}

	.outras ul { padding: 5px; }

	.outras li { margin-bottom: 3px; }

	.outras li a {
		display: block;
		padding: 8px 5px;
		padding-left: 17px;
		border: 1px solid #DDD;
		background: url(../images/bullet02.gif) no-repeat 6px 50%;
	}

	.outras li a:hover { background-color: #F5F5F5; }
	/********************
	Fim: outras noticias
	********************/
/********************
Fim da pagina de noticias
********************/



/********************
Termos de uso
********************/
.uso {
	width: 88%;
	margin: 10px 0 0 15px;
	padding: 15px;
	padding-top: 8px;
	border: 2px solid #D8D8D8;
}

#aceite {
	float: right;
	overflow: hidden;
	margin-top: 15px;
	padding-right: 46px;
	width: 280px;
}

a.nao_concordo {
	float: left;
	width: 104px;
	height: 24px;
	margin-top: 20px;
	text-indent: -9999px;
	background: url(../images/nao_concordo.gif) no-repeat;
}

a.concordo {
	float: right;
	width: 145px;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/concordo.gif) no-repeat;
}
/********************
Fim dos termos de uso
********************/