
/*
TAGs genéricas
========================================================================= */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	border:0;
	text-align:justify !important;
	}

body {
	background:url(../image/bg/bg.jpg) top center no-repeat;
	background-color:#E6F2CC;
	margin:0;
	}

ul, ol {
	list-style-type:none;
	}

a {
	color:#4A573F;
	text-decoration:underline;
	outline:none;
	}

a:hover {
	text-decoration:none;
	}

h2 {
	margin-bottom:20px;
	}

h3 {
	color:#4A573F;
	}

h4 {
	color:#4A573F;
	}

h4 span{
	color:#9AA53D;
	}

p {
	color:#4A573F;
	line-height:13px;
	}

label {
	color:#2C3204;
	}

.inputText {
	padding:0 3px 0 3px;
	height:16px;
	font-size:11px;
	border:solid 1px #929292;
	color:#4A573F;
	}

.inputTextYear {
	padding:0 3px 0 3px;
	height:16px;
	font-size:11px;
	border:solid 1px #929292;
	color:#4A573F;
	width:150px;
	}

.button {
	height:22px;
	text-indent:-9000px;
	line-height:9000px;
	overflow:hidden;
	border:none;
	cursor:pointer;
	}

.underline { text-decoration:underline; }

.floatLeft {
	float:left;
	}

.floatRight {
	float:right;
	}
	
.positionHist{ position:relative; top:-20px;}
.positionHistobj{ position:relative; top:-25px;}

/*
NAVEGAÇÃO
======================================================================= */
#linkA_RMA,
#linkEntMata,
#linkCmPart,
#linkNot,
#linkPubl,
#linkLk {
	float:left;
	height:32px;
	text-indent:-9000px;
	overflow:hidden;
	margin-left:8px;
	position:relative;
	z-index:14;
	background-repeat:no-repeat;
	}

#linkA_RMA {
	width:55px;
	margin-left:2px;
	position:relative;
	}
#linkEntMata {
	width:101px;
	}
#linkCmPart	{
	width:108px;
	}
#linkNot {
	width:58px;
	}
#linkPubl {
	width:83px;
	background:url(../image/txt/publicacoes.png) no-repeat;
	}
#linkLk {
	width:31px;
	background:url(../image/txt/links.png) no-repeat;
	border:0;
	}

#dropDownA_RMA,
#dropDownEntMata,
#dropDownCmPart,
#dropDownNot {
	width:151px;
	float:left;
	position:relative; padding-top:15px;
	margin-top:10px;
	z-index:10;
	}

#dropDownA_RMA {
	background:url(../image/bg/bg_menu_not.jpg) 0 15px repeat-x;
	margin-bottom:-145px; margin-right:-153px;
	left:-55px;
	}

#dropDownEntMata {
	background:url(../image/bg/bg_menu_rma.jpg) 0 15px repeat-x;
	margin-bottom:-116px; margin-right:-163px;
	left:-100px;
	width:161px;
	}

#dropDownCmPart {
	background:url(../image/bg/bg_menu_not.jpg) 0 15px repeat-x;
	margin-bottom:-145px; margin-right:-163px;
	left:-108px;
	}

#dropDownNot {
	background:url(../image/bg/bg_menu_not.jpg) 0 15px repeat-x;
	margin-bottom:-172px; margin-right:-163px;
	left:-58px;
	width:161px;
	}

#dropDownA_RMA li,
#dropDownEntMata li,
#dropDownCmPart li,
#dropDownNot li{
	width:149px;
	height:29px;
	border:solid 1px #ADC7A2; border-bottom:none;
	/*float:left;*/
	position:relative;
	}
#dropDownEntMata li { width:161px; }
#dropDownNot li { width:160px; }
.ultimoItem { border-bottom:solid 1px #ADC7A2 !important; }

#dropDownA_RMA a,
#dropDownEntMata a,
#dropDownCmPart a,
#dropDownNot a{
	margin:0 0 0 10px;
	padding:8px 0 0 10px;
	background:url(../image/img/bullet_menu.png) 0 14px no-repeat;
	display:block;
	height:21px;
	color:#6D844E;
	}
#dropDownA_RMA a:hover,
#dropDownEntMata a:hover,
#dropDownCmPart a:hover,
#dropDownNot a:hover{ text-decoration:none; }

.show { display:block; }
.hidde { display:none; }

.off_A_RMA{ background:url(../image/txt/a_rma.png) no-repeat; }
.off_EntMata{ background:url(../image/txt/entrar_na_mata.png) no-repeat; }
.off_CmPart	{ background:url(../image/txt/como_participar.png) no-repeat; }
.off_Not { background:url(../image/txt/noticias.png) no-repeat; }

.on_A_RMA{ background:url(../image/txt/a_rma_on.png) -1px -3px no-repeat; height:33px; position:relative; top:-17px; }
.on_EntMata{ background:url(../image/txt/entrar_na_mata_on.png) -1px -2px no-repeat; height:33px; position:relative; top:-17px;}
.on_CmPart	{ background:url(../image/txt/como_participar_on.png) -2px -2px no-repeat; height:33px; position:relative; top:-17px;}
.on_Not { background:url(../image/txt/noticias_on.png) -2px -2px no-repeat; height:33px; position:relative; top:-17px; }
/*
ELEMENTOS DE ESTRUTURA
======================================================================= */
#accessibility { display:none; }

#containerGeral {
	width:775px;
	background:url(../image/bg/container_bg.jpg) top repeat-x;
	background-color:#D1E3C6;
	position:relative;
	left:50%;
	margin-left:-388px;
	}

#cabecalho {
	width:775px;
	height:144px;
	background:url(../image/bg/bg_cabecalho.jpg) repeat-x;
	float:left;
	}
#cabecalhoAdmin {
	width:775px;
	height:113px;
	background:url(../image/bg/bg_cabecalho_admin.jpg) repeat-x;
	float:left;
	}

#conteudo {
	width:775px;
	background:url(../image/bg/container_bg.jpg) repeat-x;
	float:left;
	background-color:#D1E3C6;
	}
.contGT { padding-bottom:40px; }
.contNotImg { padding-bottom:70px; }
.contNotNws { padding-bottom:40px; }
.apRMA { padding-bottom:40px; }
.notAgn { padding-bottom:40px; }

#conteudoAdmin {
	width:775px;
	height:730px;
	background:url(../image/bg/container_admin_bg.jpg) repeat-x;
	float:left;
	background-color:#D1E3C6;
	}

#areaEsqHome {
	float:left;
	width:535px;
	}

#areaDirHome {
	float:right;
	width:225px;
	}

.home {
	background:url(../image/bg/home_bg3.jpg) no-repeat !important;
	width:775px !important;
	height:892px;
	}

#filiadasRMA {
	float:left;
	width:315px;
	height:40px;
	border-right:solid 1px #9EB6C4;
	position:relative;
	left:22px;
	top:9px;
	}

#filiadasRMA_interna {
	/*display:none; /* estava destruindo o layout no Safari */
	float:left;
	width:565px;
	height:40px;
	margin-top:9px;
	position:relative;
	left:22px;
	}

#detalheHome {
	width:52px;
	height:67px;
	float:left;
	background:url(../image/img/detalhe_home.jpg) no-repeat;
	position:relative;
	margin:0 25px -10px 40px;
	top:-10px;
	}

#detalheInterna {
	width:56px;
	height:41px;
	float:right;
	background:url(../image/img/detalhe_internas.jpg) no-repeat;
	position:relative;
	right:-4px;
	}

#destaqueNotHome {
	float:left;
	width:525px;
	height:223px;
	}

#destaqueNotHomeFoto {
	width:179px;
	margin-right:12px;
	float:left;
	}

#NotFoto {
	width:247px;
	margin-right:12px;
	margin-bottom:10px;
	}

#NotFotoRight {
	width:247px;
	margin-left:12px;
	text-align:right;
	}

#notHome {
	float:left;
	width:200px;
	position:relative;
	left:20px;
	margin-top:13px;
	}

#agnHome {
	float:left;
	width:235px;
	position:relative;
	left:65px;
	margin-top:13px;
	display:block !important;
	}

#rodape {
	width:775px;
	height:50px;
	float:left;
	background:url(../image/img/rodape.jpg);
	text-indent:-9000px;
	overflow:hidden;
	margin-right:-3px;
	}

#areaEsqInternas {
	float:left;
	width:490px;
	position:relative;
	left:22px;
	}

#areaDirInternas {
	width:221px;
	float:right;
	position:relative;
	right:22px;
	margin-top:-20px;
	}

#destaqueNot {
	float:left;
	width:520px;
	padding:19px 0 15px 0;
	border-bottom:solid 1px #C5D5B4;
	}

#destaqueNotFoto {
	width:179px;
	padding-right:12px;
	float:left;
	}

.box {
	width:468px;
	float:left;
}
.box.verde {
	background-image:url(../image/bg/box_verde_bg.jpg);
}
.top {
	background-position:left top;
	background-repeat:no-repeat;
	height:8px;
	float:left;
}

.bottom {
	background-position:left bottom;
	background-repeat:no-repeat;
	height:10px;
	float:left;
}

.box.verde.center {
	background-position:right top;
	background-repeat:repeat-y;
}

.box.verde.center div {
	margin-left:10px;
}

#recBoletins {
	width:221px;
	height:125px;
	float:left;
	background:url(../image/img/receba_boletins_box.jpg);
	margin:10px 0;
	}

#bancoImg {
	width:181px;
	height:251px;
	background:url(../image/img/banco_imagens_box.jpg);
	float:left;
	border-top:solid 1px #FFF;
	padding:5px 20px 0 20px;
	}

.bordaInfeiror {
	width:221px;
	height:8px;
	background:url(../image/bg/box_dir_inf.jpg) bottom no-repeat;
	float:left;
	font-size:1px;
	}

#destaqueDir {
	float:left;
	width:211px;
	height:208px;
	background:url(../image/bg/destaque_dir_bg.jpg);
	padding:11px 0 0 10px;
	margin:10px 0;
	}

#comoColaborar {
	width:208px;
	height:70px;
	float:left;
	background:url(../image/img/como_colaborar_bg.jpg);
	padding:55px 0 0 13px;
	}
	
.bntcadastrar {
	background:url(../image/btn/bnt_cadastrese.png) no-repeat;
	text-indent:-5000px;
	position:relative;
	top:11px;
	right:2px;
	float:left;
	width:90px !important;
	height:22px;
	display:block;
	}
	
.ajustaLi {
	width:500px;
	}

#gtDir {
	width:169px;
	float:right;
	margin-top:-70px;
	margin-bottom:20px;
	position:relative;
	right:22px;
	}

#gtInner {
	float:left;
	width:534px;
	padding:20px 0 20px 0;
	background:#EAF2E7;
	position:relative;
	left:22px;
	}

#boxInferiores {
	width:755px;
	float:left;
	position:relative; left:10px;
	background:url(../image/bg/box_inferiores_bg.jpg) repeat-y;
	margin-top:30px;
	}

.blocoInferior {
	width:240px;
	float:left;
	background:url(../image/bg/bg_gt_box_inf.jpg);
	margin-left:8px;
	padding-bottom:20px;
	}
#blocoInfBottom {
	width:755px;
	padding-bottom:5px;
	background:url(../image/bg/box_inferiores_bottom_bg.jpg) left bottom no-repeat;
	float:left;
	}
.primeiroBloco { margin-left:0; }

#adminDir {
	width:540px;
	height:605px;
	float:left;
	margin-left:35px;	}

#adminCorpo {
	width:534px;
	height:575px;
	background-color:#EAF2E7;
	float:left;
	}

#adminTable {
	width:512px;
	height:537px;
	float:left;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
	left:10px;
	}

#newsAdminTable {
	width:512px;
	height:325px;
	float:left;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
	left:10px;
	}

#adminTableRel {
	width:512px;
	height:508px;
	float:left;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
	left:10px;
	}

.entDesc_on {
	float:left;
	width:743px;
	clear:left;
	}
.entDesc_off { display:none; }

.entDesc_on address{
	font-style:normal;
	font-weight:bold;
	float:left;
	position:relative;
	left:20px;
	margin-top:16px;
	color:#4A573F;
	}
.entDesc_on address span{
	float:left;
	clear:left;
	}
.entDesc_on p{
	width:700px;
	float:left;
	position:relative;
	left:20px;
	margin-top:18px;
	padding-bottom:12px;
	}

#primAcessBox {
	width:275px;
	height:146px;
	background:url(../image/img/prim_acess_box.jpg);
	float:left;
	margin-top:30px;
	}

#primAcessEsq {
	width:448px;
	float:left;
	position:relative;
	left:20px;
	margin-right:20px;
	padding-bottom:35px;
	}

#screenshot {
	width:219px;
	height:74px;
	background:url(../image/img/screensaver.jpg);
	float:right;
	position:relative;
	right:22px; top:-460px;
	margin-bottom:-40px;
	}

#screenshotDir {
	width:219px;
	height:74px;
	background:url(../image/img/screensaver.jpg);
	float:left;
	}

#display {
	width:500px;
	height:135px;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
	background-position:0 0;
	float:right;
	position:relative; right:15px; top:34px;
	padding-top:45px;
	}
.display_1 { background-image:url(../image/txt/eco_1_tit.png);}
.display_2 { background-image:url(../image/txt/eco_2_tit.png);}
.display_3 { background-image:url(../image/txt/eco_3_tit.png);}
.display_4 { background-image:url(../image/txt/eco_4_tit.png);}
.display_5 { background-image:url(../image/txt/eco_5_tit.png);}
.display_6 { background-image:url(../image/txt/eco_6_tit.png);}
.display_7 { background-image:url(../image/txt/eco_7_tit.png);}
.display_8 { background-image:url(../image/txt/eco_8_tit.png);}
#texto_display {
	width:500px;
	color:#5E753C;
	float:left;
	margin-right:20px;
	}
#num_display {
	font-size:127px;
	color:#A6B74A;
	float:left;
	margin-top:-30px;
	}
#ecoAtitudes {
	width:735px;
	height:320px;
	float:left;
	position:relative;
	left:22px;
	margin-top:40px;
	}
/*#ecoAtitudes ol {
	width:175px;
	height:230px;
	border:solid 1px #B6CEA5; border-top:none;
	float:left;
	position:relative;
	left:11px; top:12px;
	}
#ecoAtitudes ol li{ float:left; }
#ecoAtitudes ol span{ display:none; }
#ecoAtitudes a { outline:none; }
#ecoAtitudes h3 {
	width:175px;
	border-top:solid 1px #B6CEA5;
	text-indent:-9000px;
	cursor:pointer;
	float:left;
	}*/
.eA_tit_1_on{ background:url(../image/btn/eco_bt_1_on.png); height:28px;}
.eA_tit_1_off{ background:url(../image/btn/eco_bt_1_off.png); height:28px;}

.eA_tit_2_on{ background:url(../image/btn/eco_bt_2_on.png); height:28px;}
.eA_tit_2_off{ background:url(../image/btn/eco_bt_2_off.png); height:28px;}

.eA_tit_3_on{ background:url(../image/btn/eco_bt_3_on.png); height:28px;}
.eA_tit_3_off{ background:url(../image/btn/eco_bt_3_off.png); height:28px;}

.eA_tit_4_on{ background:url(../image/btn/eco_bt_4_on.png); height:27px;}
.eA_tit_4_off{ background:url(../image/btn/eco_bt_4_off.png); height:27px;}

.eA_tit_5_on{ background:url(../image/btn/eco_bt_5_on.png); height:27px;}
.eA_tit_5_off{ background:url(../image/btn/eco_bt_5_off.png); height:27px;}

.eA_tit_6_on{ background:url(../image/btn/eco_bt_6_on.png); height:28px;}
.eA_tit_6_off{ background:url(../image/btn/eco_bt_6_off.png); height:28px;}

.eA_tit_7_on{ background:url(../image/btn/eco_bt_7_on.png); height:28px;}
.eA_tit_7_off{ background:url(../image/btn/eco_bt_7_off.png); height:28px;}

.eA_tit_8_on{ background:url(../image/btn/eco_bt_8_on.png); height:28px; }
.eA_tit_8_off{ background:url(../image/btn/eco_bt_8_off.png);height:28px; }

#datasComBox {
	float:left;
	width:221px;
	background-color:#DAEAD0;
	padding:20px 0 0 0;
	}

#imgBox {
	width:483px;
	background:url(../image/bg/box_verde_bottom.jpg) left bottom no-repeat;
	background-color:#E7F1E2;
	float:left;
	padding:12px 0 26px 0;
	position:relative; left:-22px;
	}
.entFiliadas { margin-bottom:10px; }

.imgPreview {
	width:424px;
	border:solid 1px #CEE2C1;
	background:url(../image/bg/img_preview_bg.jpg) left top repeat-x;
	background-color:#DCE9D8;
	float:left;
	position:relative; left:20px; top:8px;
	z-index:2;
	margin-bottom:-304px;
	padding-bottom:7px
	}
.imgPreview img{
	float:left;
	margin:10px 0 5px 11px;
	}

.bflBox {
	width:452px;
	height:75px;
	background:url(../image/bg/boletin_fin_box.jpg);
	margin-bottom:10px;
	padding:7px 0 0 0;
	}
.bflBox h4{
	position:relative; left:10px;
	width:345px;
	float:left;
	}
.bflBox h4 span{
	color:#4A573F;
	font-weight:normal;
	clear:left;
	float:left;
	}
.downloadBlf{
	width:75px; height:20px;
	text-indent:-9000px; overflow:hidden;
	float:right;
	position:relative; right:10px;
	}
.bflBox p{
	width:412px;
	float:left;
	position:relative; left:10px; top:10px;
	clear:both;
	}

#dirDevBox {
	float:left;
	width:221px;
	background-color:#E8F1E3;
	padding:20px 0 15px 0;
	}

div#areaEsqInternas{margin:20px 0 0 0 !important;}
div#formasCaptacaoRecursos{border-top:1px solid #b0cba4; border-bottom:1px solid #b0cba4; width:453px; padding-top:24px; margin-bottom:15px;}
.fadeInternoConhecaTipos{ background:url(../image/bg/bg_conheca_os_tipos.jpg) no-repeat; width:222px; height:81px;}
.fadeInternoConhecaTiposExp{ background:url(../image/bg/bg_conheca_os_tipos_exp.jpg) repeat-x #daead0 !important;}
div#comoCriarONG{ background:url(../image/img/tit_como_criar_ong.jpg) no-repeat; width:219px; height:71px; margin:17px 0 0 0; float:left;}
div.bordaInfeirorConhecaTipos {width:221px; height:8px; background:url(../image/bg/box_dir_inf_conheca_tipos.jpg) bottom no-repeat; float:left; font-size:1px;}
div#comoColaborar{ margin-bottom:39px;}
div#destaqueDirJud{float:left; width:211px; height:208px; background:url(../image/bg/destaque_dir_bg.jpg); padding:11px 0 0 10px; margin:52px 0 10px 0px; position:relative; left:1px;}
div#comoColaborar{ position:relative; left:1px;}
#comoColaborarDen {width:208px; height:70px; float:left; background:url(../image/img/como_colaborar_bg.jpg); padding:55px 0 0 13px; margin-top:51px;}
div#conhecaTiposOrganizacao{ background:url(../image/img/tit_conheca_tipos_organizac.jpg) no-repeat; width:220px; height:106px; margin-bottom:24px; float:right;}
div#areaDirInternas .destaqueDirCol{ margin-top:50px;}
.areaDirListContatoEstaduais{ margin:50px 0 0 0 !important;}
div#elosEstaduais{ width:689px; float:left; margin-top:30px; border:1px solid red;}

#areaDirTitInternas{
	margin:52px 0 5px 0;
	text-indent: -9000px;
	width:184px;
	height:34px;
	background:url(../image/txt/area_dir_tit_home.png);
	position:relative; left:16px;
	}
.bottomPos { margin-top:20px !important; float:left; }

#areaDirListContato{
	width:208px;
	height:61px;
	background: url(../image/btn/fd_menu_contato.jpg);
	float:left;
	position:relative; left:10px;
	}
#addressContato { float:left; }

.box strong{color:#9aa53d;}

.areaDirListContatoEstaduais{ margin:50px 0 0 0 !important;}
div.elosEstaduais{ background:url(../image/bg/bg_linhaElosEstaduais.png) no-repeat left bottom; width:750px; float:left; margin-bottom:9px; }
div#ziquizira{ margin-top:40px;}
/*
TABELAS
======================================================================= */

#adminHeader {
	width:538px;
	height:31px;
	float:left;
	background:url(../image/img/tabela_header.jpg);
	}

#adminTable table{
	width:494px;
	float:left;
	}

#newsAdminTable table{
	width:494px;
	float:left;
	}

#adminTableRel table{
	width:494px;
	float:left;
	}


#adminTable th {
	background:#C4D9B6;
	text-transform:uppercase;
	padding:7px 0;
	color:#4A573F;
	text-align:left;
	}

#newsAdminTable th {
	background:#C4D9B6;
	text-transform:uppercase;
	padding:7px 0;
	color:#4A573F;
	text-align:left;
	}

#adminTableRel th {
	background:#C4D9B6;
	text-transform:uppercase;
	padding:7px 0;
	color:#4A573F;
	text-align:left;
	}

#adminTable td {
	background:#DAEAD0;
	padding:7px 0;
	color:#4A573F;
	text-align:left;
	}

#newsAdminTable td {
	background:#DAEAD0;
	padding:7px 0;
	color:#4A573F;
	text-align:left;
	}

#adminTableRel td {
	background:#DAEAD0;
	padding:7px 0;
	color:#4A573F;
	text-align:left;
	}

.tableInt_on tr{ display:block; }
.tableInt_off { display:none; }
.tableInt_on td { background:#FFF !important; }
.tableInt_on p { margin:0 10px 0 20px !important; }

#adminTable table p {
	margin-left:10px;
	}
p.pStatus { margin-left:38px !important; font-weight:bold; }
p.pValor { margin-left:28px !important; }

#newsAdminTable table p {
	margin-left:10px;
	}

#adminTableRel table p {
	margin-left:10px;
	}

.tableIntTit_on, .tableIntTit_off {
	width:480px;
	cursor:pointer;
	display:block;
	background-repeat:no-repeat;
	background-position:460px 4px;
	font-weight:normal;
	text-transform:none;
	}
.tableIntTit_on { background-image:url(../image/btn/table_on.png); }
.tableIntTit_off { background-image:url(../image/btn/table_off.png); }

#tabelaPrincipal th{ border:solid 1px #EAF2E7; border-right:none; }
#tabelaPrincipal td{ border:solid 1px #EAF2E7; border-right:none; }
.tabelaInterna { margin-bottom:1px; }
.tabelaInterna td{ border:solid 1px #EAF2E7; border-right:none; }
.tabelaInterna th{ background:#DAEAD0 !important; }

#gtTable {
	width:514px;
	float:left;
	position:relative;
	left:10px;
	top:-10px;
	margin-bottom:-20px;
	}
#gtTable caption{
	color:#3E6178;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	padding-left:5px;
	position:relative;
	}
#gtTable p {
	margin-left:10px;
	}
#gtTable th {
	background:#C4D9B6;
	text-transform:uppercase;
	padding:7px 0;
	color:#4A573F;
	text-align:left;
	}
#gtTable td {
	background:#DAEAD0;
	padding:7px 0;
	color:#4A573F;
	text-align:left;
	}
/* -- calendário -- */
#calendario {
	width:184px;
	margin-left:20px;
	}
#calendario th{
	height:27px;
	background:url(../image/bg/calendario_head.jpg) no-repeat;
	}
#calHead { width:184px; background:url(../image/bg/calendario_head.jpg); }

#calMesAnt{
	width:8px; height:8px;
	text-indent:-9000px; overflow:hidden;
	background:url(../image/btn/cal_bullet_esq.png);
	float:left;
	position:relative; left:10px; top:4px;
	margin-right:15px;
	}
#calMesProx{
	width:8px; height:8px;
	text-indent:-9000px; overflow:hidden;
	background:url(../image/btn/cal_bullet_dir.png);
	float:right;
	position:relative; right:10px; top:4px;
	}
#calHead h4{
	width:136px;
	text-transform:uppercase;
	color:#576F35;
	text-align:left;
	float:left;
	position:relative; left:10px;
	margin-right:10px; margin-top:1px;
	}
#calendario tbody{
	border:solid 1px #BCD1AF; border-top:none;
	float:left;
	}
#calendario td{
	width:26px; height:22px;
	background:#D1E3C6;
	text-align:center !important; vertical-align:middle;
	font-weight:bold;
	color:#60773F;
	float:left;
	}
#calendario acronym { color:#60773F; }
.semana { border-bottom:solid 1px #BDD2B0; }
.primSemana { border-top:solid 1px #DCEAD4; }
.semAtiva { background-color:#DFEADB !important; }
.diaAtivo { background-color:#C3D8B8 !important; }

/*
LISTAS
======================================================================= */
#listaEventos
{
	height:120px;
	overflow:auto;
} 

#guiaList {
	float:left;
	margin-left:81px;
	margin-top:3px;
	float:left;
	}

#guiaList li {
	float:left;
	}

#menuPrincipal {
	float:left;
	margin-top:18px;
	width:480px;
	}

#menuPrincipal li{
	float:left;
	}

#filiadasRMA li{
	float:left;
	display:block !important;
	}

#filiadasRMA_interna li{
	padding-top:12px;
	float:left;
	}

#destaqueNotHome ul {
	float:right;
	width:240px;
	margin:7px 0;
	}

#destaqueNotHome ul li {
	padding-left:10px;
	background:url(../image/img/mini_bullet.png) 0 4px no-repeat;
	}

#buscaNotHome {
	float:left;
	width:495px;
	height:71px;
	margin:40px 0 0 0;
	position:relative;
	left:22px;
	}

#buscaNotHome li{
	float:left;
	}

#notHome li {
	padding-left:5px;
	background:url(../image/img/mini_bullet.png) no-repeat 0 4px;
	float:left;
	width:200px;
	margin-bottom:2px;
	}

#areaDirListHome {
	float:right;
	width:205px;
	padding-right:20px;
	}

#areaDirListHome li{
	float:right;
	width:205px;
	height:20px;
	margin-bottom:2px;
	}

#areaDirLinksHome {
	float:right;
	width:205px;
	margin-top:108px;
	padding-right:20px;
	}

#areaDirLinksHome li {
	float:right;
	width:205px;
	height:28px;
	margin-bottom:2px;
	}

#outrasSecoesList {
	float:left;
	width:221px;
	background-color:#E8F1E3;
	padding:20px 0 15px 0;
	}
#outrasSecoesList li {
	margin:0 10px 0 16px;
	}
.fadeInterno {
	background:url(../image/bg/bg_outras_secoes.jpg) top repeat-x;
	background-color:#DAEAD0 !important;
	}

#outrasSecoesList li{
	padding-left:20px;
	background:url(../image/img/mini_bullet.png) no-repeat 0 4px;
	}

#saiuImprensaList {
	width:251px;
	float:left;
	background-color:#EAF2E6;
	padding:20px 10px 15px 10px;
	}

#saiuImprensaList li {
	float:left;
	margin-bottom:5px;
	}

#adminEsq {
	float:left;
	width:185px;
	height:605px;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
	left:23px;
	top:80px;
	background-color:#EAF2E7;
	border:solid 1px #A7C294;
	border-right:none;
	}

.gt_list_on {
	width:165px;
	padding:10px 0 15px 0;
	background:url(../image/bg/bg_gt_menu.jpg) repeat-x;
	background-color:#EAF2E7;
	margin-right:-3px;
	float:left;
	}
.gt_list_off {
	width:165px;
	float:left;
	}
.gt_list_on { display:block; }
.gt_list_off li { display:none; }

.gt_list_on li{
	float:left;
	clear:left;
	padding-left:15px;
	background:url(../image/img/mini_bullet.png) 0 4px no-repeat;
	position:relative;
	left:16px;
	}
/*---------------------*/
.optNivel_1 {
	float:left;
	background-color:#C4D9B6;
	}
.optNivel_1 li {
	border:solid 1px #A7C294;
	border-top:none;
	border-left:none;
	width:165px;
	float:left;
	}

.optNivel_2_on, .optNivel_2_off  {
	float:left;
	background-color:#EAF2E7;
	}
.optNivel_2_on { display:block; }
.optNivel_2_off { display:none; }
.optNivel_2_on li {
	border:none;
	border-top:solid 1px #A7C294;
	float:left;
	width:165px;
	float:left;
	}
.optNivel_2_off li {
	border:none;
	border-top:solid 1px #A7C294;
	float:left;
	width:165px;
	float:left;
	}

.optNivel_3_on { display:block; float:left }
.optNivel_3_off { display:none; float:left; }
.optNivel_3_on li{
	border:none;
	border-top:solid 1px #A7C294;
	width:165px;
	height:27px;
	background-color:#FBFCFA;
	float:left;
	}

#homeList li{
	margin-left:20px;
	margin-bottom:2px;
	color:#4A573F;
	background:url(../image/img/mini_circle.png) 0 6px no-repeat;
	padding-left:10px;
	}


/*--------------------------------*/
#gtAgnList {
	float:left;
	position:relative;
	left:10px;
	}

#gtAgnList h4{
	float:left;
	position:relative;
	left:10px;
	}

.gtAgnMes {
	float:left;
	width:433px;
	border-bottom:solid 1px #B0CBA4;
	margin-bottom:30px;
	}

.gtAgnMes li{
	float:left;
	width:433px;
	border-top:solid 1px #B0CBA4;
	padding:8px 0;
	}

#artPubList { float:left; padding-bottom:20px; }

#artPubList li{
	float:left;
	width:433px;
	border-bottom:solid 1px #B0CBA4;
	padding:5px 0;
	position:relative;
	left:10px;
	margin-bottom:3px;
	}

#artPubList h4{ color:#A6B74A; }

#artPubList p{
	background:url(../image/img/gt_bullet.jpg) 415px 0 no-repeat;
	padding-right:10px;
	}
	
/*---------*/
#artPubList2 { float:left; padding-bottom:20px; }

#artPubList2 li{
	float:left;
	width:433px;
	border-bottom:solid 1px #B0CBA4;
	padding:5px 0;
	position:relative;
	left:10px;
	margin-bottom:3px;
	background:url(../image/img/gt_bullet.jpg) 415px 9px no-repeat;
	}

#artPubList2 h4{ color:#A6B74A; width:400px; }
#artPubList2 a{ color:#A6B74A; }

#artPubList2 p{
	
	padding-right:10px;
	}
/*---------*/



#retBuscaList { margin-bottom:20px; }
#retBuscaList li {
	width:461px;
	margin-left:22px;
	padding:8px 0;
	border-bottom:solid 1px #C5D5B4;
	}


#retBuscaPag {
	margin-left:15px;
	padding-bottom:60px;
	}
.pagAreaEsq {
	margin:15px 0 0 0 !important;
	padding-bottom:1px !important;
	}
#retBuscaPag li{
	float:left;
	}

#retBuscaPag a {
	border-right:solid 1px #4A573F;
	padding-right:3px;
	margin-left:4px;
	}
.noBorder { border:none !important; }
.pagAtivo { font-weight:bold; }

#pagAnterior {
	width:20px;
	height:22px;
	background:url(../image/btn/pag_bt_esq.jpg) no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	position:relative;
	top:-5px;
	margin-bottom:-5px;
	}

#pagProximo {
	width:20px;
	height:22px;
	background:url(../image/btn/pag_bt_dir.jpg) no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	position:relative;
	top:-5px;
	margin-bottom:-5px;
	}

#entPag {
	float:left;
	position:relative;
	left:15px;
	top:8px;
	width:200px;
	margin-bottom:10px;
	}

#entPag li{ float:left; }

#entPag a {
	border-right:solid 1px #4A573F;
	padding-right:3px;
	margin-left:4px;
	}

.mapaArea01 { width:140px; float:left; padding-bottom:30px; position:relative; left:22px; }
.mapaArea02 { width:148px; float:left; padding-bottom:30px; position:relative; left:22px;}
.mapaArea03 { width:147px; float:left; padding-bottom:30px; position:relative; left:22px;}
.mapaArea04 { width:140px; float:left; padding-bottom:30px; position:relative; left:22px;}
.mapaArea05 { width:150px; float:left; padding-bottom:30px; position:relative; left:22px;}

.lista li {
	padding-left:10px;
	background:url(../image/img/mini_bullet.png) no-repeat 0 4px;
	margin-bottom:4px;
	width:120px;
	}

.subLista { margin-top:4px; }

.ultimaLista li{
	font-weight:bold;
	border-bottom:solid 1px #B0CBA4;
	padding-bottom:8px;
	margin-bottom:7px;
	}

#entList { width:743px; position:relative; left:20px; }

#entList li {
	width:743px;
	background:url(../image/bg/bg_ent_opt.jpg) repeat-x;
	background-color:#ECF3E9;
	float:left;
	padding:10px 0 6px 0;
	border-bottom:solid 1px #D1E3C6;
	}

#entList h3 {
	color:#8C9E2A;
	float:left;
	position:relative;
	left:18px;
	}

#entList h3 a{
	color:#8C9E2A;
	display:block;
	clear: none;
	margin:0px;
}
	
#entIntroList {
	color:#4A573F;
	margin:6px 0 25px 22px;
	}

.blocoInferior li {
	çfont-weight:bold;
	color:#4A573F;
	margin-left:13px; margin-bottom:5px;
	width:215px;
	}

ul.gtsList li {
	margin-bottom:2px;
	}

#datasComBox ul {
	margin-left:20px; margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:solid 1px #B0CBA4;
	width:184px;
	}
#datasComBox li {
	margin-bottom:3px;
	font-weight:bold;
	color:#4A573F;
	}
#datasComBox li span{
	margin-right:3px;
	font-weight:bold;
	color:#A6B74A;
	}

#agnList {
	width:434px;
	float:left;
	}
#agnList li{
	width:434px;
	float:left;
	margin-top:10px;
	}
#agnList h3{
	color:#937000;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:solid 1px #B0CBA4;
	}
#agnList ol li{
	padding:7px 0;
	border-bottom:solid 1px #B0CBA4;
	float:left;
	margin:0;
	}
#agnList ol li h4{
	background-repeat:no-repeat;
	background-position:415px 3px;
	width:425px;
	cursor:pointer;
	}
.agnTitOn { background-image:url(../image/btn/ap_lnk_bullets_on.png); }
.agnTitOff { background-image:url(../image/btn/ap_lnk_bullets_off.png); }
#agnList ol li div{
	margin-top:7px;
	float:left; clear:left;
	width:420px;
	}

.agnBoxOn { display:block; } .agnBoxOff { display:none; }
#agnList ol li div p{
	margin:0 0 7px 0;
	float:left;
	width:420px;
	}
.local, .endereco, #agnList address { margin:0 !important; }
#agnList address span{
	font-style:normal;
	float:left; 
	clear:left;
	color:#4A573F;
	width:420px;
	}

#imgBox ul li{
	margin:0 0 7px 24px;
	}

#imgResult {
	width:483px;
	float:left;
	}
#imgResult li{
	float:left;
	width:117px; height:110px;
	}
#imgResult img{
	border:solid 1px #E9F7E3;
	}

#destaquesList {
	float:left;
	width:287px;
	padding:10px 0;
	}
#destaquesList li{
	width:250px;
	margin-bottom:3px;
	float:left;
	}
#destaquesList a{
	padding-left:10px;
	background:url(../image/newsletter/bullet_claro.png) 0 -2px no-repeat;
	font-weight:bold;
	display:block;
	}

#balaioBox {
	background:url(../image/bg/balaio_borda_inf.jpg) left bottom no-repeat;
	background-color:#E9F5E1;
	width:173px;
	float:left;
	padding:10px 0 55px 0;
	}
#balaioBox li{
	margin:0 10px 3px 0;
	float:left;
	position:relative; left:10px;
	clear:left;
	}
#balaioBox a{
	padding-left:10px;
	background:url(../image/newsletter/bullet_claro.png) 0 -2px no-repeat;
	display:block;
	width:150px;
	}
#balaioBox h4{
	margin:0 0 10px 10px;
	color:#607642;
	}

#editoriais {
	width:461px; height:24px;
	background:url(../image/img/editoriais_box.jpg) no-repeat;
	float:left;
	padding:9px 0 14px 0;
	border-bottom:solid 1px #B0CBA4;
	}
#editoriais li{ float:left; }
#editoriais a{
	text-indent:-9000px;
	display:block;
	height:12px;
	margin-left:5px;
	}
#edLink01 { width:26px;}

#edLink03 { width:78px;}
#edLink04 { width:91px;}
#edLink05 { width:129px; position:relative; left:7px;}
#edLink06 { width:76px; position:relative; left:15px;}

.outrosList {
	float:left;
	width:461px;
	}
.outrosList li{
	padding:15px 0;
	border-bottom:solid 1px #B0CBA4;
	}
.outrosList h4{
	font-size:13px;
	margin-bottom:10px;
	}
.outrosListP {
	margin-bottom:15px;
	}
.outrosListLink {
	padding-left:10px;
	background:url(../image/img/mini_bullet.png) 0 4px no-repeat;
	font-weight:bold;
	}

#outrasNoticias{clear:left;}
#outrasNoticias li{clear:left; display:block; border-bottom: 1px solid #b0cba4;	padding:10px 0 30px 0;}
.ultBolArtList{clear:left; margin-bottom:5px;}
p{ line-height:12px;}
ul#outrasSecoesList .classeInternaRecursosa{ margin:0 0 4px -9px;}
ul#outrasSecoesList .classeInternaRecursosli{ margin:0 0 4px 20px; position:relative; top:-5px; clear:right}
ul#outrasSecoesList li{ margin-bottom:1px;}
ul#outrasSecoesList h4{position:relative; left:-9px;}
ul#outrasSecoesList .avancaExclusivo{ margin:2px 0 0 20px;}
ul#outrasSecoesList .avancaExclusivo p{ margin-left:-10px; }
ul#exemplosAcoesJudiciais {float:left; padding:17px 0 7px 0;}
ul#exemplosAcoesJudiciais li{padding-left:10px; background:url(../image/img/mini_bullet.png) no-repeat 0 4px; margin:0 10px 0 2px; font-weight:bold;}
ul#exemplosAcoesJudiciais .corPDF{color:#a5b648 !important;}
ul#listaComoDenunciar{margin:19px 0 0 10px; color:#4a573f;}
ul#listaComoDenunciar li{background:url(../image/img/bullet_como_denunciar.jpg) left top no-repeat; float:left; margin-bottom:3px; padding-right:20px; width:450px;}
ul#listaComoDenunciar span{ position:relative; top:-7px; left:10px;}
div#formasCaptacaoRecursos ul#capRecursosBraExt .recursosBrasil{ background:url(../image/img/elem_captacao_rec_bras.jpg) no-repeat; width:216px; height:11px; display:block; text-indent:-900000px;}
div#formasCaptacaoRecursos ul#capRecursosBraExt .recursosExterior{ background:url(../image/img/elem_captacao_rec_ext.jpg) no-repeat; width:219px; height:11px; display:block; text-indent:-9000000px;}
div#formasCaptacaoRecursos ul#capRecursosBraExt li{ margin-bottom:5px;}
div#formasCaptacaoRecursos ul#capRecursosBraExt{ margin:10px 0 18px 0;}
ul#cargos { color:#4a573f;}
.cargoBold{font-weight:bold; margin-top:15px;}
ul#identificacoes a{ text-decoration:underline}
div#elosEstaduais ul#listaElosEstaduais{color:#4a573f; }

ul#descricaoElosEstaduais{ width:206px; /*border-bottom:1px solid #b0cba4;*/ font-weight:normal; float:left}

ul#listaElosEstaduais .marginLeftElos{
	color:#4a573f; 
	float:left; 
	font-weight:bold; 
	margin:0 0 9px 32px; 
	*margin-left:16px; 
	width:206px;
	*width:220px;
	}
ul#descricaoElosEstaduais{ width:206px; /*border-bottom:1px solid #b0cba4;*/font-weight:normal; color:#4a573f; padding-top:4px;}
ul#descricaoElosEstaduais .marginBottomElos{ padding-bottom:8px;}
.noBorder{ border:none !important;}

.apLnkList { width:432px; clear:left; }

.apLnkList li{
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #b0cba4;
	background: url(../image/img/ap_lnk_bullets.jpg) 416px 8px no-repeat;
	display:block;
	padding-right:15px;
}
/*
TÍTULOS
======================================================================= */
.tituloH2 {
	margin-top:40px;
	}

.tituloH3 {
	margin:15px 0;
	float:left;
	}
#cabecalho h1 a{
	display:block;
	width:180px;
	height:116px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../image/img/logo.jpg) right no-repeat;
	margin:11px 95px 0 0;
	float:left;
	position:relative;
	left:22px;
	}

#cabecalhoAdmin h1 a{
	display:block;
	width:113px;
	height:73px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../image/img/logo_mini.jpg) right no-repeat;
	margin:17px 0 0 0;
	float:left;
	position:relative;
	left:38px;
	}

#cabecalho h2{
	width:482px;
	height:29px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../image/txt/rma_subt_home.png) right no-repeat;
	float:left;
	margin-top:19px;
	}

#cabecalhoAdmin h2{
	width:274px;
	height:24px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../image/img/rma_subt_admin.jpg) right no-repeat;
	float:right;
	margin:30px 0 8px 0;
	position:relative;
	right:45px;
	}

#cabecalhoAdmin h3 {
	width:274px;
	color:#A6B74A;
	float:right;
	clear:right;
	font-size:14px;
	position:relative;
	right:45px;
	}

#menuPrincipal h3 { display:none; }

#filiadasRMA h3 {
	width:87px;
	height:13px;
	float:left;
	background:url(../image/txt/filiadas_rma.png);
	text-indent:-9000px;
	overflow:hidden;
	margin-top:15px;
	margin-right:8px;
	}

#filiadasRMA_interna h3 {
	width:87px;
	height:13px;
	float:left;
	background:url(../image/txt/filiadas_rma.png);
	text-indent:-9000px;
	overflow:hidden;
	margin-top:15px;
	margin-right:12px;
	}

#conOngsHome {
	float:left;
	width:210px;
	height:18px;
	background:url(../image/txt/conheca_ongs_tit_home.jpg);
	text-indent:-9000px;
	overflow:hidden;
	margin-top:20px;
	cursor:pointer;
	}

#destaqueNotHome h3{
	color:#7A8426;
	font-size:18px;
	float:right;
	width:240px;
	margin-top:19px;
	}

#destaqueNotHome h4{
	color:#9AA53D;
	font-size:11px;
	margin:3px 0;
	float:right;
	width:240px;
	}

#buscaNotHome h2 {
	float:left;
	background:url(../image/txt/busca_not_home.jpg) no-repeat;
	width:440px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	margin-bottom:5px;
	}

#notHome h2 {
	float:left;
	width:173px;
	height:23px;
	background:url(../image/txt/not_home_tit.jpg);
	text-indent:-9000px;
	margin-bottom:4px;
	}

#agnHome h2 {
	width:208px;
	height:23px;
	background:url(../image/txt/agn_home_tit.jpg) no-repeat 2px 0;
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	}

#agnData {
	float:left;
	width:150px;
	}
#agnDataDia {
	float:left;
	width:56px;
	height:34px;
	border:solid 1px #C5D5B4;
	background:url(../image/bg/agn_data_bg.jpg);
	text-align:center;
	}
#agnDataDia span{
	font-size:29px;
	color:#606B10;
	width:56px;
	}
#agnDataMesAno {
	float:left;
	width:74px;
	height:24px;
	border:solid 1px #C5D5B4;
	background:url(../image/bg/agn_data_bg.jpg);
	text-align:center;
	margin-left:3px;
	padding:4px 0 6px 0;
	}
#agnDataMesAno span{
	width:72px;
	text-transform:uppercase;
	font-size:12px;
	color:#606B10;
	float:left;
	line-height:12px;
	margin-left:1px;
	}

#areaDirTitHome {
	float:right;
	width:184px;
	height:38px;
	background:url(../image/txt/area_dir_tit_home.png) no-repeat 0 3px;
	text-indent:-9000px;
	position:relative;
	right:36px;
	margin-bottom:4px;
	margin:0;
	margin-top:5px;
	}

#destaqueNot h3{
	color:#7A8426;
	font-size:18px;
	float:right;
	width:230px;
	position:relative; right:27px;
	}

#destaqueNot h4{
	color:#9AA53D;
	float:right;
	width:230px;
	margin-top:2px;
	position:relative; right:27px;
	}

#outrasNoticias h3{
	clear:left;
	font-size:14px;
	margin-bottom:4px;
}

#outrasSecoesTit {
	float:left;
	width:221px;
	height:45px;
	background:url(../image/img/outras_secoes_box_top.jpg);
	text-indent:-9000px;
	margin:0;
	}

#dirDevTit {
	float:left;
	width:221px;
	height:55px;
	background:url(../image/img/dir_dev_tit.jpg);
	text-indent:-9000px;
	margin:0;
	}

#maisSobreTit {
	float:left;
	width:221px;
	height:45px;
	background:url(../image/img/mais_sobre_box_top.jpg);
	text-indent:-9000px;
	margin:0;
	}

#buscaNotTit {
	float:left;
	width:221px;
	height:46px;
	background:url(../image/img/busca_not_box_top.jpg);
	text-indent:-9000px;
	margin:0;
	}

#datasComTit {
	float:left;
	width:221px;
	height:46px;
	background:url(../image/img/datas_com_tit.jpg);
	text-indent:-9000px;
	margin:0;
	}

#recBoletins h2 {
	text-indent:-9000px;
	overflow:hidden;
	}

#saiuImprensaTit {
	width:221px;
	height:44px;
	float:left;
	background:url(../image/img/saiu_imprensa_box_top.jpg);
	text-indent:-9000px;
	overflow:hidden;
	margin:0;
	}

#saiuImprensaList h4 {
	color:#9AA53D;
	}

#bancoImg h2{
	text-indent:-9000px;
	overflow:hidden;
	}

.gtTit {
	float:left;
	margin:25px 0 10px 0;
	position:relative;
	left:20px;
	}

.gtHead {
	float:left;
	margin:0;
	position:relative;
	left:22px;
	margin-bottom:-3px;
	}

.gtAPP_tit_on, .gtAPP_tit_off {
	float:left;
	width:169px;
	height:30px;
	text-indent:-9000px;
	overflow:hidden;
	margin:0;
	cursor:pointer;
	}
.gtAPP_tit_on {	background:url(../image/img/gt_head_menu_app_on.jpg); }
.gtAPP_tit_off { background:url(../image/img/gt_head_menu_app_off.jpg); }

.gtAS_tit_on, .gtAS_tit_off {
	float:left;
	width:169px;
	height:30px;
	text-indent:-9000px;
	overflow:hidden;
	margin:0;
	cursor:pointer;
	}
.gtAS_tit_on {	background:url(../image/img/gt_head_menu_as_on.jpg); }
.gtAS_tit_off {	background:url(../image/img/gt_head_menu_as_off.jpg); }

.gtUC_tit_on, .gtUC_tit_off {
	float:left;
	width:169px;
	height:30px;
	text-indent:-9000px;
	overflow:hidden;
	margin:0;
	cursor:pointer;
	}
.gtUC_tit_on {	background:url(../image/img/gt_head_menu_uc_on.jpg); }
.gtUC_tit_off {	background:url(../image/img/gt_head_menu_uc_off.jpg); }

#boxInferiores h2 {
	width:240px;
	height:46px;
	text-indent:-9000px;
	overflow:hidden;
	margin:0;
	}
#inf_gtApp { background:url(../image/img/gt_app_inf_box.jpg); }
#inf_gtAs { background:url(../image/img/gt_as_inf_box.jpg); }
#inf_gtUc { background:url(../image/img/gt_uc_inf_box.jpg); }
#inf_regSul { background:url(../image/img/reg_sul_inf_box.jpg); }
#inf_regSe { background:url(../image/img/reg_se_inf_box.jpg); }
#inf_regNe { background:url(../image/img/reg_ne_inf_box.jpg); }


.optNivel_1_tit_on, .optNivel_1_tit_off, .optNivel_1_tit_none  {
	float:left;
	width:155px;
	height:16px;
	margin:3px 0;
	padding:4px 0 2px 0;
	position:relative;
	left:10px;
	color:#4A573F;
	cursor:pointer;
	}
.optNivel_1_tit_on { background:url(../image/btn/optNivel_1_on.png) 132px 0 no-repeat; }
.optNivel_1_tit_off { background:url(../image/btn/optNivel_1_off.png) 132px 0 no-repeat; }
.optNivel_1_tit_none { background-image:none; }

.optNivel_2_tit_on, .optNivel_2_tit_off{
	width:145px;
	height:16px;
	float:left;
	margin:3px 0;
	padding-top:4px;
	position:relative;
	left:10px;
	color:#A6B74A;
	cursor:pointer;
	}
.optNivel_2_tit_on { background:url(../image/btn/optNivel_2_on.png) 137px 8px no-repeat; }
.optNivel_2_tit_off { background:none; }

#adminHeader h2 {
	float:left;
	margin-top:8px;
	position:relative;
	left:10px;
	color:#3B6F03;
	text-transform:uppercase;
	}

#adminCorpo p strong{
	width:513px;
	float:left;
	margin:7px 0 7px 13px;
	color:#3E6178;
	}

#eventoTit {
	color:#3B6F03;
	text-transform:uppercase;
	margin:8px 0 10px 0;
	float:left;
	position:relative;
	left:13px;
	}

#gtAgnList h4 {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#937000;
	margin-bottom:10px;
	}

#gtAgnList h5{
	width:50px;
	float:left;
	color:#A6B74A;
	}

.retBuscaTit { margin:70px 0 15px 20px; }

.mapaTit { margin:80px 0 14px 20px; }

.bltTit { margin:80px 0 15px 18px; }

.primAcessTit { float:left; margin:35px 0 15px -2px; width:400px; }

.cadNovoTit { margin:80px 0 15px 18px; }

.forTit { margin:80px 0 15px 18px; }

.forSubTit { margin:0 0 15px 0; border-bottom:solid 1px #B0CBA4; }

.ecoAtTit { margin:80px 0 20px 18px; }

.ecoAtTit2 { margin:0px 0 20px 18px; position:relative; top:20px; }

.cooTit { margin:20px 0 20px 0; height:30px !important; }

.gtsTit { margin:80px 0 20px 18px; }

.areaEsqTit { margin:10px 0 10px 0; }

.bolInfTit { margin:15px 0 20px 0; }

.editorialTit { margin:28px 0 0 0; border-bottom:solid 1px #B0CBA4; padding-bottom:3px; width:460px; }

.destaqueTit { margin:18px 0 0 0; border-bottom:solid 1px #B0CBA4; padding-bottom:3px; width:460px; }

.editoriaisTit { margin:20px 0 0 0; border-top:solid 1px #B0CBA4; padding-top:10px; width:460px; float:left; }

.blfTit { margin:0 0 15px 0; }

.agnTit { margin:20px 0 10px 0; }

.notNwsTit { margin:0 0 10px 0; }

.titBoxBanco { margin:0 0 10px 0;}

.anoBoletim{ float:left; position:relative; top:15px; *top:25px; }

#retBuscaList h3 {
	font-weight:normal;
	}

#retBuscaList h3 span {
	font-weight:bold;
	color:#9AA53D;
	}

.mapaArea01 h3,
.mapaArea02 h3,
.mapaArea03 h3,
.mapaArea04 h3 {
	width:auto;
	border-bottom:solid 1px #B0CBA4;
	padding-bottom:8px;
	margin-bottom:5px;
	}

#primAcessBox h3{
	display:none;
	}

#screenshot h3{ display:none; }

#screenshotDir h3{ display:none; }

.blocoInferior h3 {
	width:215px;
	margin:5px 0 0 13px;
	padding-bottom:8px;
	border-bottom:solid 1px #B0CBA4;
	font-weight:normal; font-size:10px;
	color:#576F35;
	text-transform:uppercase;
	}

#datasComBox h3 {
	margin-left:20px; margin-bottom:5px;
	text-transform:uppercase;
	}

#numBoletin { margin-top:30px; }
#numBoletin span{
	color:#9FB038;
	font-weight:bold;
	float:left;
	clear:left;
	}
#numBoletin strong {
	font-size:14px;
	color:#4A573F;
	width:400px;
	}

#rmaTit {
	width:400px; height:13px;
	margin:18px 0 10px 0;
	float:left;

	/*text-indent:-9000px; overflow:hidden;
	background:url(../image/txt/not_rma_tit.png);*/

	}

#rmaTit a{
	font-size:19px;
	color:#607642;
}

#copTit {
	width:40px; height:13px;
	text-indent:-9000px; overflow:hidden;
	/*background:url(../image/txt/not_cop_tit.png);*/
	float:left;
	margin:18px 0 0 0;
	}

#mudanTit {
	width:40px; height:13px;
	text-indent:-9000px; overflow:hidden;
	background:url(../image/txt/not_mudan_tit.png);
	float:left;
	margin:18px 0 0 0;
	}

#notTit {
	font-size:18px;
	color:#7A8426;
	}

.notSubTit {
	margin:0 0 5px 0;
	clear:left;
	}

#pubMatTit {
	width:400px;
	height:17px;
	text-indent:-9000px; overflow:hidden;
	background:url(../image/txt/pub_mat_tit.jpg) no-repeat;
	margin:10px 0 10px 0;
	}

#pubRmaTit {
	width:153px;
	height:17px;
	text-indent:-9000px; overflow:hidden;
	background:url(../image/txt/pub_rma_tit.png);
	margin:30px 0 10px 0;
	}

#outrasPubTit {
	width:143px;
	height:17px;
	text-indent:-9000px; overflow:hidden;
	background:url(../image/txt/outras_pub_tit.png);
	margin:30px 0 10px 0;
	}

#boletinsTit {	
	width:57px;
	height:17px;
	text-indent:-9000px; overflow:hidden;
	background:url(../image/txt/boletins_tit.png);
	margin:30px 0 10px 0;
	}

#apRmaTit {
	color:#6D844E;
	font-size:14px;
	margin-bottom:5px; margin-top:10px;
	}

#siteTit {
	width:36px;
	height:15px;
	text-indent:-9000px;
	background:url(../image/txt/sites_tit.png);
	margin:10px 0 10px 0;
	}

#pubEntTit {
	width:188px;
	height:19px;
	text-indent:-9000px;
	background:url(../image/txt/pub_ent_tit.png);
	margin:30px 0 10px 0;
	}

#orgMataAntTit {
	width:296px;
	height:19px;
	text-indent:-9000px;
	background:url(../image/txt/org_meio_amb_tit.png);
	margin:30px 0 10px 0;
	}

h3#comoCaptar{ background:url(../image/bg/bg_como_captar_recursos.jpg) no-repeat; width:454px; height:277px; margin-top:14px; text-indent:-999px; overflow:hidden;}
h2#conhecaOsTipos {float:left; width:221px; height:51px; background:url(../image/img/tit_conheca_os_tipos.jpg); text-indent:-9000px; margin:0;}
h2#titMais{float:left; width:221px; height:45px; background:url(../image/img/tit_mais.jpg); text-indent:-9000px; margin:0;}
h2#sitesUteis{float:left; width:221px; height:45px; background:url(../image/img/tit_sites_uteis.jpg); text-indent:-9000px; margin:0;}
div#formasCaptacaoRecursos h3{ background:url(../image/img/tit_formas_captacao.jpg) no-repeat; width:297px; height:24px; text-indent:-90000000px;}
h3#eccoAtitudes a{ background:url(../image/img/ecco_atitudes.jpg); width:222px; height:82px; display:block; text-indent:-900000px; margin-right:11px; float:left;}
div#acoesJudiciais h3{ background:url(../image/img/acoes_judiciais.jpg); width:222px; height:81px; text-indent:-900000px; float:left}

/*
BLOCOS DE TEXTO
======================================================================= */
#destaqueNotHome p {
	float:right;
	padding-bottom:10px;
	width:240px;
	border-bottom:solid 1px #C5D5B4;
	}

#agnDescp {
	width:207px;
	float:left;
	clear:left;
	top:7px;
	position:relative;
	left:2px;
	}

#areaDirDestaque {
	float:right;
	width:185px;
	height:208px;
	position:relative;
	top:90px;
	right:31px;
	}

#areaDirDestaque a{
	display:block;
	width:185px;
	height:200px;
}

#destaqueNot p {
	float:right;
	padding-top:5px;
	width:218px;
	position:relative;
	right:40px;
	}

#recBoletins p{
	width:200px;
	float:left;
	margin:25px 0 0 10px;
	color:#587035;
	}

#saiuImprensaList p {
	font-weight:bold;
	}

#cabecalhoAdmin p {
	width:274px;
	position:relative;
	clear:right;
	right:45px;
	float:right;
	}
#cabecalhoAdmin p span{
	font-weight:bold;
	}

p#conLeft strong {
	float:left;
	width:100px;
	}
p#conRight strong {
	float:right;
	width:100px;
	text-align:right;
	margin-right:15px;
	}

#pDataEnvio { margin-left:20px !important; background:url(../image/btn/table_on.png) 95px 4px no-repeat; }
.pRemetente { background:url(../image/btn/table_on.png) 75px 4px no-repeat;}

#pAdminHome { margin:8px; }

.pMod {
	font-weight:bold;
	margin:18px 0 0 20px;
	}
.linkMod { margin-left:20px; }

.pData {
	margin-left:28px !important;
	}

.pStatusPen {
	margin-left:28px !important;
	font-weight:bold;
	text-transform:uppercase;
	}

.partNome strong{
	width:auto;
	color:#4A573F !important;
	float:none !important;
	margin:0 !important;
	}

#retBuscaIntro {
	margin: 0 0 20px 23px;
	}

#entIntro {
	position:relative;
	left:22px;
	}

#bltIntro { margin-left:20px; margin-bottom:20px; }
.bltOkIntro { margin-left:20px; margin-top:2px; }

#primAcessIntro {
	width:405px;
	margin-bottom:18px;
	}

#codIntro {
	width:405px;
	color:#2C3204;
	margin-bottom:5px;
	}

#primAcessBox p {
	margin-top:55px;
	margin-left:20px;
	margin:55px 0 2px 20px
	}
#primAcessBox .phone { margin-top:3px !important; }

.cadIntro { margin:10px 0 15px 20px; }
.cadIntro strong { color:#2C3204; font-weight:normal; }

.ecoP {
	width:700px;
	margin:0 0 10px 0;
	position:relative;
	left:22px;
	color:#4A573F;
	}

.forIntro {
	margin:0 0 17px 20px;
	}

.blocoInferior p {
	width:215px;
	margin:5px 0 10px 13px;
	}

.blocoInfP_menor {
	width:455px;
	margin-bottom:10px;
	}
.blocoInfP_maior {
	margin:0 20px 5px 20px;
	}

#agnIntro { margin:10px 0; }

#areaEsqIntro {
	margin:5px 0;
	}

#imgBox p{
	margin:0 0 17px 0;
	position:relative; left:24px;
	width:385px;
	}

.imgPreview p {
	width:400px;
	margin:0 10px 0 0;
	position:relative; left:10px;
	float:left;
	clear:left;
	font-size:9px;
	}
.imgPreview label{
	float:left;
	color:#4A573F;
	font-weight:bold;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 10px 0 10px;
	}
.imgPreview label strong{
	padding-right:12px;
	margin-right:12px;
	border-right:solid 1px #4A573F;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#imgAviso {
	width:483px; height:63px;
	background:url(../image/txt/img_aviso.png) 0 15px no-repeat;
	text-indent:-9000px; overflow:hidden;
	float:left;
	}

#editorialIntro{ margin:9px 0 0 0; }

#notData {
	font-weight:bold;
	margin:2px 0 5px 0;
	}
#notData span{
	color:#9AA53D;
	}

.notP {
	margin:0 0 5px 0;
	}

#notImgP {
	padding:0 0 17px 0;
	position:relative; left:24px;
	font-weight:bold;
	}

#consSust {
	width:208px;
	height:220px;
	background:url(../image/img/criacao_camarao.jpg) 0 20px no-repeat;
	margin:20px 0 0 15px;
	}
#consSust img{
	position:relative;
	top:30px;
	left:10px;
}

.blfPUltimo{ padding-bottom:10px; }

#addressContato span, #addressContato a{
	font-style:normal;
	}

#addressContato span{
	display:block;
	clear:left;
	color:#4a573f;
	font: 11px Arial, Helvetica, sans-serif;
	}
.espacoEnd{
	margin-top:10px;
	}
.apLnkList p{
	margin: 5px 0 5px 0;
	}
.espBottom{
	margin: 0 0 40px 0;
}

#dirDevBox p{ margin:0 10px 10px 10px; }

div#areaEsqInternas p{ margin:0 0 6px 0; line-height:13px;}
div#areaEsqInternas .espacamentoTit{margin-top:11px;}
div#areaEsqInternas .espacamentoTitConheca{margin-top:15px;}
div#areaEsqInternas .artSubTit{margin-top:32px; margin-bottom:3px !important;}
div#areaEsqInternas .tiposORG{margin-top:16px; }
div#areaEsqInternas .tiposAcao{ position:relative; top:20px;}
div#areaEsqInternas .exemplosAcoes{margin-top:25px;}
div#comoCriarONG h3{text-indent:-900000px; overflow:hidden}
div#comoCriarONG p{position:relative; top:20px; widows:180px; margin-left:18px; color:#587035;}
ul#outrasSecoesList p{ margin:0 20px 3px 32px; line-height:13px;}


/*
LINKS
======================================================================= */
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
#contatoLink {
	width:45px;
	height:10px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../image/txt/contato.jpg) no-repeat 0 2px;
	display:block;
	border-right:solid 1px #C5B77F;
	float:left;
	}

#mapaSiteLink {
	width:71px;
	height:13px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../image/txt/mapa_do_site.jpg) no-repeat 7px 2px;
	display:block;
	float:left;
	}

#filiadasRMA a {
	float:left;
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	}

#filiadasRMA_interna a {
	float:left;
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	}

#esqSenha {
	width:78px;
	height:18px;
	background:url(../image/txt/esqueci_senha.png) right bottom no-repeat;
	position:relative;
	left:7px;
	}
#PrimAcesso {
	width:75px;
	height:16px;
	background:url(../image/txt/prim_acesso.png) right bottom no-repeat;
	position:relative;
	left:7px;
	}

#btVejaMaisHome {
	background:url(../image/btn/bt_veja_mais_home.jpg);
	width:78px;
	float:right;
	position:relative;
	right:166px;
	margin-top:7px;
	}

#filiadasRMA_interna #esqSenha {
	width:78px;
	height:10px;
	background:url(../image/txt/esqueci_senha.png) no-repeat;
	padding:0 5px 0 7px;
	border-right:solid 1px #383C38;
	margin-top:5px;
	float:left;
	}
#filiadasRMA_interna #PrimAcesso {
	width:85px;
	height:10px;
	background:url(../image/txt/prim_acesso.png) 10px 0 no-repeat;
	padding:0 5px 0 7px;
	margin-top:5px;
	float:left;
	}

#btComoFiliarHome {
	margin:15px 0 0 15px;
	float:left;
	background:url(../image/btn/bt_como_se_filiar_home.jpg);
	width:99px;
	}

#destaqueNotHome a {
	font-weight:bold;
	}

#setaGrandeEsq {
	float:left;
	width:27px;
	height:34px;
	background:url(../image/btn/agn_bt_esq.jpg);
	text-indent:-9000px;
	overflow:hidden;
	margin-right:9px;
	margin-top:3px;
	}

#setaGrandeDir {
	float:left;
	width:27px;
	height:34px;
	background:url(../image/btn/agn_bt_dir.jpg);
	text-indent:-9000px;
	overflow:hidden;
	margin-top:3px;
	margin-left:-3px;
	}

#destaqueNot a {
	font-weight:bold;
	}

#outrasNoticias a{
	font-weight:bold;
	margin-top:5px;
	float:left;
	}

#outrasSecoesList a:link {
	font-weight:bold;
	}

#outrasSecoesList a:visited {
	font-weight:bold;
	}
	
#outrasSecoesList a:hover {
	color:#A5B648;
	text-decoration:none;
	}
#outrasSecoesList a:active {
	color:#A5B648;
	text-decoration:none;
	}	

.coordenacaoRma #cordRma{
	color:#A5B648;
	text-decoration:none;
	}
	
.conselhoRma #consRma{
	color:#A5B648;
	text-decoration:none;
	}
.estatutoRma #estRma{
	color:#A5B648;
	text-decoration:none;
	}
.secretariaRma #secRma{
	color:#A5B648;
	text-decoration:none;
	}
.balancoRma #balRma{
	color:#A5B648;
	text-decoration:none;
	}
.regimentoRma #regRma{
	color:#A5B648;
	text-decoration:none;
	}	
#recBoletins a{
	width:85px;
	height:20px;
	float:left;
	margin:8px 0 0 10px;
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	}

#bancoImg a {
	float:left;
	width:80px;
	height:20px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	}

.gt_list_on a {
	font-weight:bold;
	}
.gt_list_on a:hover {
	color:#A5B648;
	text-decoration:none;
	}

#btSairAdmin {
	float:right;
	width:46px;
	height:23px;
	margin:30px 19px 26px 0;
	text-indent:-20px;
	overflow:hidden;
	background:url(../image/btn/bt_sair.jpg);
	}
	
#btEditarCadastroAdmin {
	float:right;
	width:118px;
	height:23px;
	margin:30px 19px 26px 0;
	text-indent:-80px;
	overflow:hidden;
	background:url(../image/btn/bt_edcadastro.png);
	}
	
#btEditarSenha {
	float:right;
	width:93px;
	height:20px;
	margin:31px 19px 27px 0;
	text-indent:-80px;
	overflow:hidden;
	background:url(../image/btn/bt_alterarsenha.png);
	}

.optNivel_3_on a {
	float:left;
	margin:7px 0 5px 0;
	position:relative;
	left:10px;
	color:#4A573F;
	padding-left:10px;
	background:url(../image/img/optNivel_3.png) no-repeat 0 5px;
	}

#btBoletinsAntigos {
	width:122px;
	border-top:solid 1px #B6CFA5;
	padding-top:9px;
	float:left;
	clear:left;
	margin:10px 0 30px 0;
	position:relative;
	left:22px;
	}

.btBoletinsAntEsq {
	margin:-71px 0 50px 105px !important;
	*margin:-71px 0 50px 51px !important;
	left:0 !important;
	}
	
#btBoletinsAntigos a{
	width:122px;
	height:21px;
	background:url(../image/btn/bt_boletinsAntigos.jpg);
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	}
	
#btVoltarBoletinsAnt {
	width:137px;
	padding-top:9px;
	float:left;
	clear:left;
	margin:10px 0 30px 0;
	position:relative;
	left:22px;
	}
.btVoltarEsqBolAnt {
	margin:10px 0 50px 0 !important;
	left:0 !important;
	}
#btVoltarBoletinsAnt a{
	width:87px;
	height:21px;
	background:url(../image/btn/bt_voltar.jpg);
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	}

#btVoltarInf {
	width:137px;
	border-top:solid 1px #B6CFA5;
	padding-top:9px;
	float:left;
	clear:left;
	margin:10px 0 30px 0;
	position:relative;
	left:22px;
	}
.btVoltarEsq {
	margin:10px 0 50px 0 !important;
	left:0 !important;
	}
#btVoltarInf a{
	width:87px;
	height:21px;
	background:url(../image/btn/bt_voltar.jpg);
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	}

#btVoltarHomeInf {
	width:155px;
	border-top:solid 1px #B6CFA5;
	padding-top:9px;
	float:left;
	clear:left;
	margin:20px 0 235px 0;
	position:relative;
	left:20px;
	}
#btVoltarHomeInf a{
	width:192px;
	height:21px;
	background:url(../image/btn/bt_voltar_home.jpg);
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	position:relative;
	margin-right:-37px;
	}

#primAcessBox a {
	margin-left:20px;
	font-weight:bold;
	}

#screenshot a {
	width:70px;
	height:18px;
	text-indent:-9000px; overflow:hidden;
	float:left;
	position:relative;
	left:10px; top:45px;
	}

#screenshotDir a {
	width:70px;
	height:18px;
	text-indent:-9000px; overflow:hidden;
	float:left;
	position:relative;
	left:10px; top:45px;
	}

#btForVoltar {
	width:192px;
	background:url(../image/btn/bt_for_voltar.jpg);
	float:left;
	line-height:normal;
	position:relative; left:18px;
	margin-right:18px;
	}
#btForAcessar {
	width:157px;
	background:url(../image/btn/bt_for_acessar.jpg);
	float:left;
	line-height:normal;
	position:relative; left:10px;
	}

#eaBtAnt {
	width:94px;
	height:40px;
	background:url(../image/btn/bt_anterior.jpg);
	text-indent:-9000px; overflow:hidden;
	float:left;
	position:relative; left:35px; top:20px;
	}
#eaBtProx {
	width:92px;
	height:40px;
	background:url(../image/btn/bt_proxima.jpg);
	text-indent:-9000px; overflow:hidden;
	float:right;
	position:relative; right:23px; top:20px;
	}
.btShow { display:block; }
.btHidde { display:none; }

#btcontinuar {
	text-indent:-9000px; overflow:hidden;
	width:90px !important;
	height:22px !important;
	background:url(../image/btn/bt_continuar.png);
	/position:relative; left:35px; top:20px;
	margin:20px 0 20px 35px;
	display:block;
}

#entList a {
	float:left;
	clear:left;
	margin-left:18px;
	}

#areaDirLinksHome li a{
	display:block;
	width:205px;
	height:28px;
	text-indent:-9000px;
	overflow:hidden;
	position:relative;
	top:50px;
	}

#areaDirListHome li a{
	display:block;
	width:205px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	position:relative;
	}

a.maisDetalhes {
	width:109px;
	height:21px;
	background:url(../image/btn/bt_maisdetales.png);
	float:right !important;
	clear:none !important;
	position:relative;
	display:block;
	cursor:pointer;
	left:-36px;
	}
a.fechar {
	width:70px;
	height:21px;
	background:url(../image/btn/bt_fechar.png);
	float:right !important;
	clear:none !important;
	position:relative;
	display:block;
	cursor:pointer;
	left:-36px;
	}

.blocoInferior li a{
	width:215px;
	display:block;
	font-weight:normal;
	color:#A5B647;
	}

ul.gtsList li a{
	padding-left:10px;
	background:url(../image/img/mini_bullet.png) no-repeat 0 4px;
	font-weight:bold;
	color:#4A573F;
	}

#btVoltar {
	width:87px;
	background:url(../image/btn/bt_voltar.jpg);
	line-height:0;
	float:left;
	margin-top:10px;
	}

#btFecharImg {
	width:59px; height:20px;
	line-height:0;
	background:url(../image/btn/bt_img_fechar.png);
	float:right;
	margin:6px 10px 0 0;
	}

#procAfiliacao {
	width:221px; height:63px;
	background:url(../image/img/proc_afiliacao.jpg);
	text-indent:-9000px; overflow:hidden;
	float:left;
	margin-top:48px;
	}
#addressContato a{
	font-weight:bold;
	margin:0px 0 40px 0;
	float:left;
	}

#areaDirListContato li a{
	display:block;
	width:205px;
	height:20px;
	text-indent:-9000px;
	overflow:hidden;
	}
.apLnkList a{
	color: #a6b74a;
	font-weight:bold;
	}

div#comoCriarONG a{color:#587035;}

#gtAgnList a{
	width:370px;
	float:left;
	display:block;
	font-weight:bold;
	background:url(../image/img/gt_bullet.jpg) 370px 3px no-repeat;
	padding-right:10px;
	}

.lnkLeiaMais{font-weight:bold;}
.btnVerTodos{display:block;	background:url(../image/btn/btVerTodos.png); width:77px; height:23px; text-indent:-9000px;}
.btnDir{text-indent:-9000px; background:url(../image/btn/btSetinhaDir.png) no-repeat;	width: 5px; height: 5px; display:block;	float:left;	clear:right; margin:4px 0 0 0;}
.btnEsq{text-indent:-9000px; background:url(../image/btn/btSetinhaEsq.png) no-repeat; width: 5px; height: 5px; display:block;	float:left;	margin:4px 0 0 0;}
.btVoltarEsq{ margin-bottom:40px !important;}
a#saibaMaisComoParticipar{background:url(../image/btn/bt_saiba_mais.jpg) no-repeat; width:86px; height:23px; display:block; text-indent:-90000px; margin:17px 0 15px 0;}
div#acoesJudiciais a{ width:150px; position:relative; left:73px; top:-46px; display:block; color:#587035; float:left;}
#menuPrincipal a{ text-decoration:none;}
#menuPrincipal a:hover{ text-decoration:underline;}

.boletim #outrasSecoesList a#boletim:link, .boletim #outrasSecoesList a#boletim:visited, .ong #linkOng a{
	color:#A5B648;
	}
.releases #outrasSecoesList a#releases:link, .releases #outrasSecoesList a#releases:visited {
	color:#A5B648;
	}
.imprensa #outrasSecoesList a#imprensa:link, .imprensa #outrasSecoesList a#imprensa:visited {
	color:#A5B648;
	}
.artigos #outrasSecoesList a#artigos:link, .artigos #outrasSecoesList a#artigos:visited {
	color:#A5B648;
	}
.agenda #outrasSecoesList a#agenda:link, .agenda #outrasSecoesList a#agenda:visited {
	color:#A5B648;
	}
 .oscip #linkOscip a{
	color:#A5B648;
	}
 .conselhos #linkConselhos a{
	color:#A5B648;
	}
 .comites #linkCom a{
	color:#A5B648;
	}
 .outras #linkOut a{
	color:#A5B648;
	}


/*
FORMULÁRIOS
======================================================================= */
#cabecalho label {
	width:38px;
	height:18px;
	background:url(../image/txt/busca_label.jpg) no-repeat 0 5px;
	float:left;
	text-indent:-9000px;
	overflow:hidden;
	margin-left:30px;
	}
#cabecalho input {
	float:left;
	width:163px;
	margin-right:7px;
	}
#cabecalho #btOkHome {
	float:left;
	width:40px;
	background:url(../image/btn/bt_ok_cabecalho.jpg);
	}

#inputLogin {
	width:110px;
	float:left;
	margin-bottom:3px;
	}
#inputSenha {
	width:74px;
	float:left;
	clear:left;
	}
#btOkFiliadas {
	width:39px;
	background:url(../image/btn/bt_ok_home.jpg);
	float:left;
	margin-left:3px;
	}
#filiadasRMA fieldset {
	width:126px;
	float:left;
	display:block !important;
	}

#filiadasRMA_interna fieldset {
	width:220px;
	float:left;
	}
#filiadasRMA_interna input {
	float:left;
	}
#filiadasRMA_interna #inputLogin {
	width:110px;
	float:left;
	margin:0 4px 0 0;
	}
#filiadasRMA_interna #inputSenha {
	width:70px;
	float:left;
	clear:none;
	}
#filiadasRMA_interna #btOkFiliadas {
	width:39px;
	background:url(../image/btn/bt_ok_home.jpg);
	float:left;
	margin-left:3px;
	}

#buscaNotHomeLi01 { width:216px; }
#buscaNotHomeLi01 label{
	width:69px;
	height:18px;
	background:url(../image/txt/palv_chave_label.png) 0 4px no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	margin-right:5px;
	}
#buscaNotHomeLi01 input{
	width:120px;
	float:left;
	}
#buscaNotHomeLi02 { width:105px; margin-left:70px; }
#buscaNotHomeLi02 fieldset{
	width:105px;
	float:left;
	margin-right:-70px;
	}
#buscaNotHomeLi02 legend span{
	width:65px;
	height:18px;
	background:url(../image/txt/data_label.png) 0 4px no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	position:relative;
	left:-70px;
	*left:-76px;
	margin-bottom:-18px;
	}
#buscaNotHomeLi02 input{
	width:80px;
	float:left;
	margin-right:5px;
	}

#btBuscarHome {
	width:56px !important;
	background:url(../image/btn/bt_buscar_home.jpg);
	float:left;
	}

#areaDirBuscaNot {
	width:201px;
	float:left;
	padding:18px 10px 10px 10px;
	background:url(../image/bg/bg_area_dir_busca_not.jpg) top repeat-x;
	background-color:#DAEAD0;
	}
#areaDirBuscaNot label{
	color:#7A8426;
	}
#areaDirBuscaNot legend{
	color:#7A8426;
	*margin-left:-6px;
	}
#areaDirBuscaNot input{
	width:185px;
	}
#areaDirBuscaNot fieldset {
	width:80px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	}
#areaDirBuscaNot fieldset input {
	width:20px;
	float:left;
	margin-right:5px;
	}
#areaDirBuscaNot .button {
	width:56px;
	background:url(../image/btn/bt_buscar_home.jpg);
	display:block;
	clear:both;
	}

.tableCheckbox {
	float:left;
	margin:0 23px 0 8px;
	}
#nRegLabel {
	float:left;
	color:#3E6178;
	font-weight:bold;
	margin:7px 5px 0 12px;
	}
#nReg {
	float:left;
	width:25px;
	margin-top:5px;
	text-align:center;
	}
#btnEditar {
	float:right;
	width:64px;
	background:url(../image/btn/btEditar.png);
	margin-right:8px;
	margin-top:9px;
	}
#btnExcluir {
	float:right;
	width:70px;
	background:url(../image/btn/btExcluir.png);
	margin-right:8px;
	margin-top:9px;
	}
.dataEnvioLabel { margin-left:20px !important; }

#bltForm { position:relative; left:20px; margin-bottom:10px; float:left; }
#bltForm li{ margin-bottom:8px;}
#inputNomeBlt,
#inputEmailBlt,
#inputConfBlt {
	width:280px;
	}
#inputEstBlt { width:65px; border:solid 1px #929292; }
#inputActBlt { width:165px; border:solid 1px #929292; }
#confirmBlt { margin:8px 0; }
#labelNomeBlt,
#labelEmailBlt,
#labelConfBlt,
#labelEstBlt,
#labelActBlt {
	width:120px;
	color:#2C3204;
	float:left;
	}
#labelConfirmBlt {
	color:#4A573F;
	margin-left:5px;
	position:relative;
	top:-8px;
	}
#btnConfirmar {
	width:71px;
	background:url(../image/btn/bt_confirmar.jpg);
	float:left;
	}
#btnCancelar {
	width:67px;
	background:url(../image/btn/bt_cancelar.jpg);
	margin-left:8px;
	float:left;
	}

#codForm label{ color:#2C3204; }
#codForm input{ width:250px; }
input#btEntrar {
	width:52px;
	background:url(../image/btn/bt_entrar.jpg);
	float:left;
	clear:left;
	margin-top:20px;
	}

#cadForm {
	float:left;
	width:600px;
	position:relative;
	left:20px;
	padding-bottom:30px;
	}
#cadForm li { float:left; margin-bottom:8px; width:600px; }
#cadForm label {
	width:135px;
	float:left;
	}
#cadForm input {
	width:250px;
	float:left;
	}
.interrogacao {
	width:22px;
	height:22px;
	background:url(../image/btn/interrogacao.png);
	text-indent:-9000px;
	overflow:hidden;
	display:block;
	float:left;
	margin:-2px 3px 0 5px;
	}
#verfUsu {
	width:172px;
	height:20px;
	background:url(../image/btn/bt_verificar_nome.png);
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	}
input#btnCadastrar {
	width:72px;
	background:url(../image/btn/bt_cadastrar.jpg);
	margin-top:12px;
	}

/*-----*/

#forForm {
	float:left;
	position:relative;
	left:22px;
	width:735px;
	padding-bottom:30px;
	}

#forForm li{ margin-bottom:10px; }
#forForm legend { display:none; }
#forForm label {
	width:98px;
	float:left;
	}
#forEstado { width:165px; height:16px; border:solid 1px #929292; }
#forNome,
#forSigla,
#forCNPJ,
#forCidade,
#forEnd,
#forComp,
#forEmail,
#forSite,
#forSkype,
#forMSN,
#forPR,
#forGestao,
#forEmailP,
#forCargo,
#forFun,
#forEmailR,
#incEmail,
#emailPesq{
	width:270px;
	}
#forPrefxTel,
#forPrefxTelP,
#forPrefxFax,
#forPrefxCelP,
#forPrefxTelR,
#forPrefxCelR{
	width:28px;
	}
.listCheck li{ width:250px; }
.listCheck input{ float:left; }
.listCheck label { float:left; margin-left:10px; *padding-top:4px; color:#4A573F; }
.labelAlto { margin-top:-6px; }
.labelForCargo { margin:4px 0 0 0;}
.inputForCargo { margin:16px 0 16px 0;}
#listEmailsInfo { margin:-38px 0 20px 105px; *margin-top:-35px; }

#emailsInc { margin:12px 0; }
#emailsInc label{ margin:5px 0 0 0; }
#emailsInc #incEmail{ width:280px; }
#btIncEmail {
	width:131px;
	background:url(../image/btn/bt_incluir_email.png);
	position:relative;
	top:3px; left:8px;
	}
#emailsList { margin-left:100px; margin-bottom:20px; }
#emailsList ul{
	width:285px;
	height:111px;
	background:url(../image/bg/bg_form_list.jpg) repeat-x;
	background-color:#DAEAD0;
	float:left;
	padding:10px 0 0 0;
	overflow:auto; overflow-x:hidden;
	}
#emailsList li{
	float:left;
	margin-bottom:5px;
	}
#emailsList input { margin-left:12px; }
#emailsList h5{
	width:287px;
	height:31px;
	background:url(../image/img/emails_inc_tit.png);
	display:block;
	text-indent:-9000px; overflow:hidden;
	}
#btApagarEmail {
	width:131px;
	background:url(../image/btn/bt_apagar_select.png);
	position:relative;
	top:-22px;
	}

#pesqInc { margin-top:15px; }
#pesqInc textarea{
	width:291px;
	height:85px;
	border:solid 1px #929292;
	padding:2px;
	}
#btIncPesq {
	width:152px;
	background:url(../image/btn/bt_pesq_inc.png);
	margin-left:10px;
	}
#emailPesq { width:287px; }
#apPesqList {
	width:586px;
	}
#apPesqList ul{
	width:285px; height:111px;
	background:url(../image/bg/bg_form_list.jpg) repeat-x;
	background-color:#DAEAD0;
	float:left;
	padding:10px 0 0 0;
	overflow:auto; overflow-x:hidden;
	}
#apPesqList	li{
	float:left;
	margin-bottom:5px;
	}
#apPesqList input{ margin-left:12px; }
#apPesqList h5{
	width:287px;
	height:31px;
	background:url(../image/img/pesq_list_tit.png);
	text-indent:-9000px; overflow:hidden;
	float:left;
	}
#pesqIntro { padding-bottom:15px; }
#apPesqIntro {
	margin-left:100px; margin-bottom:10px;
	}
#apPesqList p {
	width:88px;
	float:left;
	margin-right:10px;
	}
#btApagarPesq {
	width:131px;
	background:url(../image/btn/bt_apagar_select.png);
	float:left;
	position:relative;
	top:-22px;
	}

#dadosList input{
	width:78px;
	margin-bottom:8px;
	}
#dadosList label{
	margin-top:-5px;
	}
#objMis {
	width:283px;
	height:122px;
	border:solid 1px #929292;
	padding:2px;
	}

#areasList h5{
	width:110px;
	font-weight:normal;
	color:#2C3204;
	float:left;
	}
#listCheckEsq, #listCheckDir {
	width:250px;
	float:left;
	}
#areasList li{ float:left; margin-bottom:4px; }
#areasList label { width:220px; }
#salvar {
	width:55px;
	background:url(../image/btn/bt_salvar.png);
	float:left;
	clear:left;
	margin-top:20px;
	}
#salvarInfo {
	width:178px;
	background:url(../image/btn/bt_salvar_info.png);
	float:left;
	clear:left;
	margin-top:20px;
	}

/*-----*/

#imgBox ul li label{
	width:90px;
	float:left;
	}
#imgBox ul li select{
	width:165px; height:16px;
	border:solid 1px #929292;
	}
#imgBtBuscar {
	width:56px;
	background:url(../image/btn/bt_buscar.png);
	margin:10px 0 0 0;
	float:left;
	position:relative; left:24px;
	}

#buscaEnt label{
	width:50px;
	float:left;
	}
#buscaEnt li{
	margin-bottom:5px;
	}
#entEstado { width:144px; height:15px; border:solid 1px #929292; }
#entAtuacao { width:164px; height:15px; border:solid 1px #929292; }
#btBuscarEnt {
	width:114px;
	background:url(../image/btn/bt_buscar_ent.png);
	margin:8px 0;
	float:left;
	}

form#formTiposOrganizacao{margin:68px 0 0 24px;}
form#formTiposOrganizacao select{width:164px; }
form#formTiposOrganizacao option{color:#587035; }
/*
OUTROS
======================================================================= */

#destaqueNotHome img{
	float:left;
	margin:10px 0 0 22px;
	}

#destaqueNotHome label{
	float:left;
	clear:left;
	color:#A0AC8E;
	font-size:9px;
	width:179px;
	margin:2px 0 0 22px;
	}

#NotFoto label, #NotFotoRight label{
	float:left;
	clear:left;
	color:#A0AC8E;
	font-size:9px;
	width:179px;
	margin:2px 0 0 0;
	}

#destaqueNot img{
	float:left;
	}

#destaqueNot label{
	float:left;
	clear:left;
	color:#A0AC8E;
	font-size:9px;
	width:200px;
	margin-top:2px;
	}

#bancoImg img {
	margin:8px 0;
	}

#imgBox object{
	margin:0 0 10px 20px;
	}

.debug {border:1px solid red;}
.titLnkList {margin: 15px 0 0 0;}
div.hr{	height:1px;	border-bottom:1px solid #c5d5b4; float:left; width:100%; margin:16px 0;}
div.hr hr{ display:none; }
.titBox {margin:0px; padding:0px;}
.dataAgenda{color:#9aa53d; font-weight:bold; float:left;margin:0 10px;}
#agendaRMA {width:93%; float:left; padding:0 8px 0 16px; margin:0;}
#agendaRMA h4{clear:left;}
#agendaRMA .hr{	margin:5px 0;}

#search{
	text-align:right;
}

ul#outrasNoticias a#verTodasNoticias{ 
	background:url(../image/btn/vertodasnoticias.jpg) no-repeat; 
	display:block; 
	width:144px; 
	height:22px; 
	text-indent:-90000000px; 
}
div#outrasNoticias a#verTodasNoticias{ 
	background:url(../image/btn/vertodasnoticias.jpg) no-repeat; 
	display:block; 
	width:144px; 
	height:22px; 
	text-indent:-90000000px; 
}
ul#outrasNoticias li.listaBoletins{
	width:450px; 
	height:8px;
	padding:20px;
	margin:10px 0 0 0;
	*margin:-5px 0 0 0;
}
ul#outrasNoticias li.listaBoletins h3{ 
	float:left;
	position:relative;
	left:-20px;
	top:-5px;
	*top:8px;
}
ul#outrasNoticias li.listaBoletins h4{ 
	float:left;
	position:relative;
	left:-95px;
	top:10px;
	*top:23px;
}
ul#outrasNoticias a.link{ 
	display:block;
	width:75px;
	height:15px;
	float:left;
	position:relative;
	top:-8px;
	font-size:14px;
}

#testandoH3{ position:relative; top:20px; border:1px solid red !important;}
.marginNada{ margin:4px 0 4px 0 !important; padding:0px !important;}

#comoSeFiliar{ background:url(../image/txt/como_se_filiar.jpg) no-repeat; width:132px; height:18px; text-indent:-90000px; overflow:hidden;}

.sobeNome{ position:relative; top:-5px;}
.sobeNomeA{ position:relative; top:-4px;}

/* recuperação de senha */
#recuperarsenha input#btenviar{
	width:53px;
	height:23px;
	background:url("../image/btn/bt_enviar.png") no-repeat;
	float:left;
	margin-top:20px;
}
#recuperarsenha div{ margin-top:15px; }
#recuperarsenha div input{ margin-left:10px; width:285px; height:16px; border:1px solid #607a3e; }
#btvoltarrecuperarok {
	width:192px;
	background:url(../image/btn/bt_for_voltar.jpg);
	float:left;
	line-height:normal;
	position:relative; 
	top:20px;
}

/* sucesso e erro */
#alerta{ float:left; position:relative; top:20px; margin-right:6px; text-indent:-9000px; overflow:hidden; width:31px; height:30px; background:url("../image/graph/alerta.png") no-repeat; }
#alertaerro{ float:left; position:relative; top:20px; margin-right:6px; text-indent:-9000px; overflow:hidden; width:31px; height:30px; background:url("../image/graph/alertaerro.png") no-repeat; }

/* ==== ENTRE NA MATA === */
.entremata {
	margin-bottom:-5px;
	float:left;
	}

body.entrenamata {
	background:#D1E3C6;
	}

body.entrenamata #containerGeral {
	width:938px;
	background:#D1E3C6;
	position:relative;
	left:50%;
	margin-left:-469px;
	}
body.entrenamata #conteudo {
	width:938px; height:auto;
	}
body.entrenamata #cabecalho {
	width:938px; height:99px;
	}
body.entrenamata #cabecalho h1 a{
	width:140px; height:89px;
	background:url(../image/img/logo_menor.png) right no-repeat;
	margin:2px 95px 0 0;
	}
	
	#cabecalho h1 a{
	display:block;
	width:180px;
	height:116px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../image/img/logo.jpg) right no-repeat;
	
	float:left;
	position:relative;
	left:22px;
	}
	
	
	
	
/*body.entrenamata .entremata {
	float:left;
	clear:left;
	display:none;
	}*/
body.entrenamata #rodape {
	width:264px; height:14px;
	background:url(../image/txt/rodape_entremata.png);
	text-indent:-9000px;
	overflow:hidden;
	margin-right:-3px;
	margin:0 0 0 345px;
	}
