@charset "utf-8";
/* CSS Document */
p {
	text-align: justify;
}
body{
	background-color: #E2E2E2;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
img {
	border: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix{min-height: 0;} /* IE 7 */
* html .clearfix{height: 1%;} /* IE 6 */

.titulos{
	color:#FF0000;
}

/*FORM PESQUISA NO TOP À ESQ.*/
#pesquisa_form{
	
	
}

#conteudo{
	border:0px #00FFFF dashed;
	
	margin-top:1em;
		
	width:960px;
	height:auto;
	
	margin-left:auto;
	margin-right:auto;	
	
	background-color:#FFFFFF; 
}

#header{
	border:0px #FF0000 dashed;
	
	top:0px;
		
	width:960px;
	height:114px;
		
	margin-top:0px;
	margin-left:0;
	
	background-color:#FFF;
	/*background-image:url(imgs_guide/header_top_guide.jpg);*/
	background-position:top left;
}
/*elementos do header (logotipo; menus.... excepto linha divisória)*/
.header_elementos{
	border:0px #0000FF solid;
	
	top:0px;
		
	width:960px;
	height:114px;
		
	margin-top:0px;
	margin-left:0;
	
	float:left;
}
/*LOGOTIPO NO TOPO À ESQ. */
#header_logotipo{
	border:0px #00FF00 dashed;   /*VS. FINAL FICA COM 0px... 1 PX É PARA TESTES*/
/*
	background-image:url(imgs/logotopo.gif);
	background-repeat:no-repeat;
	background-position:center;
*/	
	margin-right:20px;
	margin-left:20px;
	margin-top:4px;
	
	padding-left:20px;
	
	width:133px;   		/*153 sem dashed lines*/
	height:102px;	
	
	float:left;
}

/* Holder dos MENUS NO TOPO à direita do logotipo*/
#header_menus{
	border:0px #000000 dashed;   /*VS. FINAL FICA COM 0px... 1 PX É PARA TESTES*/
	
	width:767px;	/*769 sem dashed lines*/
	height:107px;	/* altura = à altura da div do logotipo no topo à esq. + a margin top da div do logotipo*/
		
	margin-top:0;
	margin-left:0;
	
	float:left;
	
	position:relative;
	
}
/*MENU COM O GRADIENTE DE FUNDO ( HOMEPAGE => GRAD. VERDE*/
#header_menu_topo{
	border:0px #FFFFFF dashed;   /*VS. FINAL FICA COM 0px... 1 PX É PARA TESTES*/
	
	width:100%;	/*largura da div header - largura da div do logo;   776 - 135= 641*/
	height:48px;
		
	margin-top:0;
	margin-left:0;
	
	background-image:url(imgs/grad_verde_menu_top.jpg); /*COR DEFAULT*/
	background-position:top left;
	background-repeat:repeat-x;

}

#header_menu_breadcrumb{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#838485;
	
	border:0px #FFFFFF solid;   /*VS. FINAL FICA COM 0px... 1 PX É PARA TESTES*/
	
	width:100%;
	height:15px;
		
	margin-top:0;
		
	/*background:url(imgs/fundoverdebreadcrumb.jpg) bottom left repeat;*/
	/*background-position:55px 0px; */
	background-color:#ebefda;	
	float:left;
}

/*breadcrum: onde estou*/
#header_menu_breadcrumb_default{
	/*border:0px #FFFFFF solid;   */
	width:65px;	
	height:100%;
	margin-top:0;
	padding-left:7px;
	padding-top:1px;
	background-color:#FFFFFF;
	
	float:left;
}
/* breadcrum / caminho*/
#header_menu_breadcrumb_root{
	border:0px #FFFFFF solid;   /*VS. FINAL FICA COM 0px... 1 PX É PARA TESTES*/
	width:auto;	
	height:100%;
	margin-top:0;
	padding-top:1px;
	padding-left:4px;
	float:left;
}

#header_menu_breadcrumb_root a{
	text-decoration:none;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#838485;
}

#header_menu_breadcrumb_root a:hover{
	text-decoration:none;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

#header_noticias{
	border:0px #FFFF00 solid;
	width:425px;
	height:auto;  /*44px*/
		
	border-bottom:1px #455A21 solid;
	
	margin-bottom:-5px;
	padding-bottom:5px;
	padding-left:10px;
	
	position: absolute; /* PARA ALINHAR OS LOGOS EMBAIXO; NA DIV header_menus FOI NECESSÁRIO COLOCAR position: relative;  Os logos dos sócios embaixo à esq. também foram alinhados desta forma*/
	bottom: 0; 
}
/*
#header_noticias img{
	padding-top: 22px;
	padding-left: 8px;
	float:left;
}
*/
.align_bottom{
		vertical-align:bottom;
		position:relative;
}

/*#header_menu_seccoes_holder{
	border:0px #000000 solid;
	
	width:100%;
	height:38px;
		
	margin-top:0;
	margin-left:0;
	
	vertical-align:bottom;
	
	float:left;		
}
*/
#menu_top_esq{
	border:0px #FF0000 dashed;
	
	width:auto;
	height:37px;
	
	margin:0;
	padding:0;
		
	margin-top:10px;  /*10*/
	float:left;
}

#menu_top_esq img{
	border:none;	
}

/* RETIRAR O CONTORNO DAS IMGS DOS MENUS do TOPO*/
#header_menu_topo img{
	border:0px #009999 dashed;
	margin-left:10px;
}

/*==================================================*/
#menu_top_esq a, #menu_top_dir a {
	outline:none;
}
#menu_top_dir ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu_top_dir ul li {
	font-size: 1.1em;	
	display: inline;
	color: #fffffe;
	font-weight: bold;
	border-left: 0.2em solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0;
	outline: 0;
}
#menu_top_dir ul li#first-menu-option {
	border-left: none;
}
#menu_top_dir ul li a {
	color: #fffffe;
	text-decoration: none;
}
#menu_top_dir ul li a:hover {
	color: #474747;
	text-decoration: none;
}
a:link .home_btn, a:visited .home_btn{
			/*display:block;*/
			width:28px;
			height:37px;
			background-image:url(imgs/home_btn_out.png);
			background-repeat:no-repeat;
			background-position:top left;
			
			border:none;
}

a:hover .home_btn {
			/*display:block;*/
			width:28px;
			height:37px;
			background-image:url(imgs/home_btn_over.png);
			background-repeat:no-repeat;
			background-position:top left;
			
			border:none;
}

a:link .mapa_btn, a:visited .mapa_btn{
			/*display:block;*/
			width:62px;
			height:37px;
			background-image:url(imgs/mapa_btn_out.png);
			background-repeat:no-repeat;
			background-position:top left;
}
a:hover .mapa_btn {
			/*display:block;*/
			width:62px;
			height:37px;
			background-image:url(imgs/mapa_btn_over.png);
			background-repeat:no-repeat;
			background-position:top left;
}

a:link .contacto_btn, a:visited .contacto_btn{
			/*display:block;*/
			width:43px;
			height:37px;
			background-image:url(imgs/contactos_btn_out.png);
			background-repeat:no-repeat;
			background-position:top left;
}
a:hover .contacto_btn {
			/*display:block;*/
			width:43px;
			height:37px;
			background-image:url(imgs/contactos_btn_over.png);
			background-repeat:no-repeat;
			background-position:top left;
}

/*==================================================*/
#menu_top_dir{
	border:0px #000000 dashed;
	
	width:auto; /*auto;*/
	height:auto; /*48px*/
	
	position:relative;
	margin-top:1.5em;
	margin-left: 2em;
	float:left;
}

#pesquisa_form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fffffe;
	
	margin-top:1.5em;
	margin-right: 2em;
	width:auto; 
	display: inline;
	float:right;
	height:auto; 
}

#pesquisa_form form fieldset{
	border:none;/*RETIRAR O BORDER DO CAMPO PESQUISA + LABEL*/
	outline:none;
	
	margin:0px;
	padding:0px;
}

#pesquisa_form form input[type=text]{
	width:134px;
	height:14px;
	
	outline:none;
	
	margin:0px;
	padding:0px;
}

/*COR DO CONTORNO DA BOX PESQUISA PARA CADA PÁGINA==============*/
#home_page #pesquisa_form form input{
	border:0px #5C8727 solid; /*COR DEFAULT */
}
#jovens_page #pesquisa_form form input{
	border:0px #EEB111 solid; /*COR DEFAULT */
}
#adultos_page #pesquisa_form form input{
	border:0px #5C85A3 solid; /*COR DEFAULT */
}
#seniores_page #pesquisa_form form input{
	border:0px #98002E solid; /*COR DEFAULT */
}
#projectos_page #pesquisa_form form input{
	border:0px #572700 solid; /*COR DEFAULT */
}
/*COR DO CONTORNO DA BOX PESQUISA PARA CADA PÁGINA==============END*/


/*==================================================*/
a:link .newsletter_btn, a:visited .newsletter_btn{
			/*display:block;*/
			width:66px;
			height:13px;
			background-image:url(imgs/newsletter_btn_out.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:hover .newsletter_btn {
			/*display:block;*/
			width:66px;
			height:13px;
			background-image:url(imgs/newsletter_btn_over.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:link .noticias_btn, a:visited .noticias_btn{
			/*display:block;*/
			width:50px;
			height:13px;
			background-image:url(imgs/noticias_btn_out.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:hover .noticias_btn {
			/*display:block;*/
			width:50px;
			height:13px;
			background-image:url(imgs/noticias_btn_over.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}

a:link .galeria_btn, a:visited .galeria_btn{
			/*display:block;*/
			width:43px;
			height:13px;
			background-image:url(imgs/galeria_btn_out.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:hover .galeria_btn {
			/*display:block;*/
			width:43px;
			height:13px;
			background-image:url(imgs/galeria_btn_over.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:link .faqs_btn, a:visited .faqs_btn{
			/*display:block;*/
			width:32px;
			height:13px;
			background-image:url(imgs/faqs_btn_out.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:hover .faqs_btn {
			/*display:block;*/
			width:32px;
			height:13px;
			background-image:url(imgs/faqs_btn_over.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:link .links_btn, a:visited .links_btn{
			/*display:block;*/
			width:30px;
			height:13px;
			background-image:url(imgs/links_btn_out.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:hover .links_btn {
			/*display:block;*/
			width:30px;
			height:13px;
			background-image:url(imgs/links_btn_over.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:link .pesquisa_btn, a:visited .pesquisa_btn{
			/*display:block;*/
			width:57px;
			height:13px;
			background-image:url(imgs/pesquisa_btn_out.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}
a:hover .pesquisa_btn {
			/*display:block;*/
			width:57px;
			height:13px;
			background-image:url(imgs/pesquisa_btn_over.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			
			border:none;
}

/* _____________________________________________________*/




/* __________________________________________________________________________________________________________ RODAPÉ */
#rodape{
	border-top:1px #AAAAAA solid;
	
	margin-top:6px;
	padding-top:4px;
	margin-left:20px;
		
	background-color:#FFFFFF;
	
	width:922px; /*960- 20 - 20 ... e com margin-left:20px;*/
	height:auto;
	
	text-align:center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#BFBFBF;
	
	float:left;	
}

#rodape img{
		padding-top:4px;
		margin-left:8px;
}

#rodape a{
	text-decoration:none;
	color:#666666;
}
#rodape a:hover{
	text-decoration:none;
	color:#333333;
}

