@charset "utf-8";
.fundo {
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#menu {
	height: 75px;
}
#logo_destaque {
	height: 260px;
}
.painel {
	background-image: url(images/painel_destaque.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.painel1 {
	background-image: url(images/painel01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo table tr .painel1 table tr td {
	text-align: justify;
}
.painel2 {
	background-image: url(images/painel02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.texto_verde_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #107C02;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
.texto_materia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #107C02;
	font-style: italic;
	text-align: justify;
}
.texto_verde2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #107C02;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
.texto_verde2_dir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #107C02;
	font-weight: bold;
	Text-align: right;
	font-style: normal;
}
.painel3 {
	background-image: url(images/painel03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.barra_verde { 
	background-image: url(images/barra_verde.jpg);
	background-repeat: repeat-x;
	height: 247px;
}
.texto_branco {
	color: #FFF;
}
