/************************************************************

Nesta folha de estilos estão definidas
as variações de cores do site

*************************************************************/

.color_variation_dark
{
	background-color: #65AC1E;
}

.color_variation_light
{
	background-color: #9ECF6D;
	color: #FFFFFF;
}

.color_variation_lighter
{
	background-color: #CBF2A3;
	color:#65AC1E;
}

/* Top Navigation Menu
---------------------------------------------*/
.topMenu, a.topMenu:link, a.topMenu:visited, a.topMenu:active, a.topMenu:hover
{
	color:#65AC1E;
}

a.topMenuLink:link, a.topMenuLink:visited, a.topMenuLink:active, a.topMenuLink:hover
{
	color:#65AC1E;
	font-weight: bold;
}

a.topNav:link, a.topNav:visited, a.topNav:active, a.topNav:hover
{
	color:#FFFFFF;
}

/* Titulo
---------------------------------------------*/
.titulo-principal
{
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 18px ;
	color: #65ac1e;
}

#titulo_dest_container
{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #65AC1E;
	padding: 0px 0px 0px 16px;
	margin-bottom: 18px;
	color: #65AC1E;
	float: right;
}

/*
#titulo_destaque
{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 16px;
	color: #65AC1E;
	float: right;
}

*/


/* footer
---------------------------------------------*/
#linha_footer
{
	width: 90%;
	text-align: center;
	border-top: 1px solid #65AC1E;
	padding-top: 6px;
	margin: 18 50 0 50;
	font-size: 11px;
}

/* mapa do site
---------------------------------------------*/

.txtMap{
	COLOR: #65AC1E;
	TEXT-DECORATION: NONE;
	FONT-WEIGHT: NORMAL;
    FONT-SIZE: 13PX;
    LIST-STYLE-TYPE: SQUARE;
}

a.txtMapLink, a.txtMapLink:link, a.txtMapLink:visited, a.txtMapLink:active, a.txtMapLink:hover
{
	COLOR: #65AC1E;
	FONT-WEIGHT: NORMAL;
    FONT-SIZE: 13PX;
    LIST-STYLE-TYPE: SQUARE;
	/*font-weight: bold;*/
}

/* Left Navigation Menu
---------------------------------------------*/
#left_navigation div
{
	width: 100%;
	float: none;
}

.menu
{
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}

div.menu a:link, div.menu a:visited, div.menu a:active
{
	font-weight: bold;
	color: #CBF2A3;
}

.menu_n
{
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	background-color: #CBF2A3;
	color: #000000;
	font-weight: bold;
	margin-bottom: 12px;
}

.menu_n1
{
	font-size: 12px;
	background: transparent url('/images/menu_icone.gif') 1px 6px no-repeat;
	padding: 4px 4px 4px 14px;
}

div.menu_n1 a:link, div.menu_n1 a:visited, div.menu_n1 a:active
{
	font-weight: bold;
	color: #CBF2A3;
}

.menu_n2
{
	font-size: 12px;
	background: transparent url('/images/menu_icone.gif') 10px 6px no-repeat;
	padding: 4px 4px 4px 25px;
}

div.menu_n2 a.aberto:link, div.menu_n2 a.aberto:visited, div.menu_n2 a.aberto:active
{
	font-weight: bold;
	color: #CBF2A3;
}

div.menu_n2 a.fechado:link, div.menu_n2 a.fechado:visited, div.menu_n2 a.fechado:active
{
	/*font-weight: normal;*/
	font-weight: bold;
	color: #CBF2A3;
}

.menu_n3
{
	font-size: 12px;
	background: transparent url('/images/menu_icone.gif') 25px 6px no-repeat;
	padding: 4px 4px 4px 40px;
}

div.menu_n3 a.aberto:link, div.menu_n3 a.aberto:visited, div.menu_n3 a.aberto:active
{
	font-weight: bold;
	color: #CBF2A3;
}

div.menu_n3 a.fechado:link, div.menu_n3 a.fechado:visited, div.menu_n3 a.fechado:active
{
	/*font-weight: normal;*/
	font-weight: bold;
	color: #CBF2A3;
}

.txt{
	color:#65AC1E;
}

/* -- Mutirão -- */

#mutirao{
		border:5px solid #65AC1E;
		padding: 15px 15px 15px 15px;
		position: absolute;
		background-color: white;	
		top: 80px;
		left: 100px;
		width: 600px;		
	}
#mutirao h1{
	font-size: 14px;
	color: #65AC1E;
}