/* Estilo da página */
* {
	padding: 0px;
	margin: 0px;
}
		

html {  background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #CBCBCB 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #CBCBCB 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #CBCBCB 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #CBCBCB));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #CBCBCB 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #CBCBCB 100%); }

.clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; visibility: visible; } .clearfix { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ }
		
html, body 
		{
	padding:0px;
	margin: 0px;

	font-family: 'Ubuntu', sans-serif;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-family: 'Ubuntu Mono', sans-serif;
	
	/* IE10 Consumer Preview */ 
	
}	
img{ border:none; }
a{
	text-decoration: none;
	color: #4f2f6b;
}
a:visited{
	text-decoration: none;
	color: #765395;
}	
a:hover{
	text-decoration: none;
	color: #AB92C2;
}	
	
#container{
	width:1200px; margin:auto; 
}

/* topo*/
#topo{ 
	width:1200px; height:123px; background-color:#d5d5d5; 
}
.fostering {
	background-color: #d5d5d5;
	padding-left: 30px;
	padding-bottom: 15px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
}

/* nav menu*/
#nav{ 
	font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    height: 25px;
    margin-left: 321px;
    margin-top: 40px;
    position: absolute;
    text-decoration: none;
    z-index: 1;
	font-weight:bold;
	color:#363636;
}

.btnnav {
	font-family: 'Ubuntu', sans-serif;
	height:83px;
	float:left; 
	text-decoration:none; 
	bottom: 0px;   
	font-size:16px; 
	z-index:2;
	border: none;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-transform:uppercase;
	padding-top:40px;
	font-weight:normal;
}

.btnnav:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.menu{
	padding:30px 22px 19px 22px; color:#363636; text-decoration:none;	
	color: #363636;
}

.menu:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fef200;
}

.menuselect {
	background: none repeat scroll 0 0 #FEF200;
    height: 83px;
    left: 0;
    top: 0;
	cursor:default;
	padding:30px 22px 19px 22px;
}

.menu:hover,
.menu:active {
	color: #aeabab;
}

.menu:hover:after,
.menu:active:after {
	height:100%;
}


/*logotipo*/
#logo{ margin-left:20px; width:302px; height:123px; float:left; position:relative; z-index:999; }

/*Area reservada - linguagem*/

#sessao{
	height: 40px;
  float:right;
    top: 0;
    width: 353px;
    z-index: 2;
	font-family: 'Ubuntu', sans-serif;
}

#iniciar_sessao{ width:219px; height:40px; background-color:#292929; float:left; line-height:40px; }

#iniciar_sessao a{ font-size:13px; color:#8C8C8C;text-decoration:none; }

#iniciar_sessao a:hover{ color:#fef200; text-decoration:none;}

#iniciar_sessao .select { color:#fef200; text-decoration:none; background-color:#292929}
 
#iniciar_sessao img{ vertical-align:middle; margin-left:5px; }

#registar{ width:68px; float:left; line-height:40px; margin-left:16px; padding:0px 5px 0px 5px; color:#8a8888;}

#registar a{ color:#8a8888; font-size:12px; text-decoration:none;} 

#registar a:hover{ color:#474747; text-decoration:none; }

#langs{ width:40px; height:40px; float:left;font-family: 'Ubuntu', sans-serif;}

#langs ul.lang, ul.lang ul
        {
        	list-style:none;
        	margin:0; 
			padding:0;
        	position: relative;
			width:40px; 
			height:40px;
			color:#FF0;
			text-decoration:none;
        }
		
#langs ul.lang li
        { 
        	position: relative; 
        	float: left; 
        	zoom: 1; /*Needed for IE*/
        	background-color:#292929; 
			line-height:40px; 
			text-align:center; 
			float:left; 
			color:#FF0;
			text-decoration:none;
        }
#langs ul.lang li:hover
        { 
        	background: #FF0; 
			color: #333; 
			font-size:13px; 
			text-decoration:none;
        }
#langs ul.lang li a
        {
        	display: block; 
        	font-size: 12px;
			width:40px; 
			height:40px; 
			background-color:#292929; 
			line-height:40px; 
			text-align:center; 
			float:left; 
			color:#fef200; 
			text-decoration:none;
        }
        
       
#langs ul.lang ul 						
        { 
        	display:none; 
        	position: absolute; 
			width:40px; 
			height:40px;
        	background:#fff600;
			top: 100%; 
        	left: 0; 
			text-decoration:none;
        }
#langs ul.lang ul li
        { 
        	background: #fff600; 
        	color: #000; 
			float: none; 
			text-decoration:none;
		}
									  
#langs ul.lang ul li a
        { 
        	width: 100%; 
        	display: block; 
        	color:#000000;
			background: #fff600;
			text-decoration:none;
        } 

   
#langs ul.lang ul ul
        { 
        	left: 100%; 
        	top: 0; 
        }
        
      
#langs ul.lang li:hover > ul 			
        { 
        	display:block;
        }

/*Banner home-slider-eventos*/

#banner{ width:1200px; height:306px; height:307px;  z-index:990;}

#slider{ float:left; width:918px; background-color:#64497c; height:306px; font-family: 'Ubuntu', sans-serif;}

#slider .slide1{ background-image: url(../images/slide_01.png); width: 349px; float:left; height:306px;}
#slider .slide2{ width:220px; float:left; height:306px; vertical-align:middle;}
#slider .slide3{ background-image: url(../images/slide_03.png); float:left;  width: 349px; height:306px;}

#slider .slide1 img{vertical-align: middle; margin-bottom: 10px; margin-top:40px; margin-left: -40px;} 

#slider .slide2 img{vertical-align: middle; margin-bottom: 10px; margin-top:40px; margin-left: 10px;} 

#slider .slide3 img{vertical-align: middle; margin-bottom: 10px; margin-top:40px; margin-left: 45px;} 

#slider .slide1 p{ font-size:18px; color:#fff; text-transform:uppercase; margin-left:-40px;}

#slider .slide2 p{ font-size:18px; color:#fff; text-transform:uppercase; margin-left:10px;}

#slider .slide3 p{ font-size:18px; color:#fff; text-transform:uppercase; margin-left:45px;}

/* eventos-redes sociais*/
#proximos{ float:right; width:282px; height:306px; background-color:#ffffff; }

#proximos_titulo{ width:282px; height:56px; line-height:55px; padding-left: 20px; font-family: 'Ubuntu', sans-serif;}

#proximos_titulo p{ font-size:18px; text-transform:uppercase; color:#3d3d3d; margin-left: 44px; }

#proximos_titulo img { padding-top:15px; float:left; }

#redes, { float:left; height: 26px; }

.facebook, .facebook a  { float:left; width:100%; height: 38px; background:#9473b1 url(../images/facebook.png) no-repeat;margin: 0 1% 1% 0}
.linkedin, .linkedin a {float:left; width:44px; height: 38px; background-image:url(../images/in.png); margin-right:1px; background-color:#9473b1 }
.youtube, .youtube a  {float:left; width:50%; height: 38px; background:#9473b1 url(../images/youtube.png) no-repeat; margin-bottom:1% }

.facebook a:hover { background-color:#fef200; }
.linkedin a:hover { background-color:#fef200 }
.youtube a:hover { background-color:#fef200 }

#mailing{ float:left; background-color:#292929; height:38px; width:192px; }

.inputmail{ width:101px; height:29px; background:transparent; border:none; padding:5px; color:#8d8d8d; font-size:12px;}

/* eventos */
#eventos{ width:282px; height:213px; background-color:#9473b1; }

#ballom{     
	border-radius: 25px 25px 25px 25px;
    float: left;
    height: 38px;
    line-height: 15px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    width: 38px;
}

#ballom a{ width:38px; height:38px; background: #fef200;
float:left;  text-align:center; line-height:15px; border-radius: 25px; text-decoration:none; border: solid 2px #fef200 ; font-family: 'Ubuntu', sans-serif; }

#ballom a:hover { background-color: #fff; 	border: solid 2px #fff ;}

#ballom p{ margin-top:7px; font-family: 'Ubuntu', sans-serif;}

.dia{ font-weight:800; color:#9473b1; font-size:19px; font-family: 'Ubuntu', sans-serif; }

.mes{ font-size:11px; color:#9473b1;font-family: 'Ubuntu', sans-serif; }

#evento_texto{ float:left; margin-left:5px; height:43px; width:190px; border-bottom:2px solid #674e7d; margin-top:20px; color:#4f3a61; font-family: 'Ubuntu', sans-serif;}

/* topo end*/

/* container homepage*/

#container_middle{width:1200px; margin-top:15px; min-height:459px; height:auto; }

#destaques{ width:795px; float:left; margin-top:44px; font-family: 'Ubuntu', sans-serif; margin-right:0px; }

#titulo_noticias{ position:absolute; z-index:2;font-family: 'Ubuntu', sans-serif; font-size: 18px; color:#4d4a03; text-transform:uppercase; vertical-align:middle; background-image:url(../images/destaque_titulos_03.png); background-repeat:no-repeat; width:303px; height:88px; line-height:48px; padding-left: 70px;font-weight:bold; font-size:15px; }

#destaque{ float:left; width:263px; border-right:1px solid #000000; border-bottom:1px solid #000000; margin-right:1px; margin-bottom: 1px;}

#destaque_titulos{  background-color: #1E1625; height: 58px; margin-top: 138px;  opacity:0.8;
  filter:alpha(opacity=80);position: absolute; width: 263px;  /* For IE8 and earlier */} 

#destaque p{ color:#fff; font-size:11px; text-transform:uppercase;  height: 50px; margin-top: 145px; vertical-align:middle; margin-left: 30px; position: absolute; width: 200px; z-index: 1; text-align:center;}

#destaque a{background-image:url(../images/mais_ico.png); background-repeat:no-repeat; width: 20px; height:20px; margin-top: 170px; position: absolute; z-index: 1; margin-left: 240px;}

#destaque a:hover{ background-position: 0px -18px;}

/*separadores de projectos*/
.top{ margin-top:0px!important;}
.dest_necessidade{ background-color: #928b03!important; }
.dest_ideias{ background-color: #725d85!important;}
.dest_projectos{ background-color: #418199!important;}

.ideias-home-tab img, .necessidade-home-tab img, .projectos-home-tab img{ padding-left:20px;}

.ideias-home-tab{ background-color:#b68fd9; color:#484747; text-transform:uppercase;font-weight:200;}
.necessidade-home-tab{ background-color:#fef200;color:#484747;text-transform:uppercase;font-weight:200;}
.projectos-home-tab{ background-color:#5fbfe3;color:#484747; text-transform:uppercase; font-weight:200;}

#modulo-noticias{float:right; width: 405px; margin-bottom:0px;  }

#titulo_noticias-modulo{ margin-left: 795px;position: absolute;  z-index: 2; vertical-align:middle; background-image:url(../images/destaque_titulos_03.png); background-repeat:no-repeat; width:303px; height:88px; line-height:48px; padding-left: 70px; font-size:15px; color:#4d4a03;}

#noticias_thumbs-modulo{width:270px; float:left; margin-top:45px;margin-bottom: 10px; height:auto; font-family: 'Ubuntu', sans-serif;} 

#noticias_thumbs-modulo .thumbs{width:405px; height:115px; background-color:#f9f8f8; margin-bottom:1px; vertical-align:middle; border-bottom:1px solid #CCC; font-family: 'Ubuntu', sans-serif;}


#noticias_thumbs-modulo .thumbs img{ float:left; margin-right:10px;}

#noticias_thumbs-modulo .thumbs .data{ color:#9473b1; font-size:12px; padding-top:20px;width:350px; margin-left:10px; margin-bottom: 5px;}

#noticias_thumbs-modulo .thumbs .textonoticia{color:#765c8e; font-size:12px;text-transform:uppercase; width:350px; margin-left:10px; padding-bottom:30px; padding-top:10px;}

#noticias_thumbs-modulo .thumbs .iconnoticia, .thumbs .iconnoticia a{  float: right; padding-left: 10px;  border-bottom: 30px solid #474646;
    border-left: 24px solid rgba(0, 0, 0, 0); height: 0; width: 66px;}
	
#noticias_thumbs-modulo .thumbs .iconnoticia a:hover{border-bottom: 30px solid #ffed00;
    border-left: 24px solid rgba(0, 0, 0, 0); height: 0; width: 72px;}
	
#noticias_thumbs-modulo .thumbs .iconnoticia img{ float:left; vertical-align:middle; margin-top: 5px;}

/*separadores de projectos end*/

/*projectos*/
#projecto{float:left; width: 385px; margin-left:20px; margin-top:44px;  }

#titulo_projectos{ margin-left: 815px;position: absolute;  z-index: 2; vertical-align:middle; background-image:url(../images/destaque_titulos_05.png); background-repeat:no-repeat; width:303px; height:88px; line-height:48px; padding-left: 70px; font-size:15px; color:#4d4a03;font-family: 'Ubuntu', sans-serif;}

#titulo_projectos span{ font-weight:bold; text-transform:uppercase; }

#destaque_projectos{ float:left; width: 385px; line-height:30px; position:relative }

#botao_projectos img{ vertical-align: middle; margin-left: 10px; }

#botao_projectos { width:auto; padding: 5px 5px 5px 10px; background-color:#484747; position:absolute; bottom: 35px; left:250px; color:#fff; font-size:14px; line-height: 20px;text-decoration:none;}

#botao_projectos a{text-decoration:none;  color:#fff; font-size:14px; width:auto;font-family: 'Ubuntu', sans-serif;}

#botao_projectos a:hover{ color:#FF0;}

#video{ width:405px; height:auto; float: left;}
.video-tabs{ margin-top:10px;}

.bico_caixa-necessidades{margin-left: -815px;
    margin-top: 60px;
    position: absolute;
}


/* container end*/

/*parceiros*/

#parceiros{ width:1200px; height:190px; margin-top: 10px; background-color:#ffffff;  }

#parceiros ul{height:190px;  margin:0 auto; margin-left: 25px; }

#parceiros li{ float:left;  display:inline; height:177px; margin-right:30px;}

#parceiros li p{ font-size:12px; color:#2e2e2e; text-align:left; padding-top: 15px;font-family: 'Ubuntu', sans-serif;}

#parceiros li img{ margin-top:13px; height:59px; line-height:59px; vertical-align:middle; text-align:left; margin-right:5px;}

.promotor{ width:100px;}
.parceiros{ width: 203px;}
.avaliador_externo{width: 170px;}
.parceirosinternacionais{width: 180px;}
.parceirosestrategicos{width: 291px;}
.apoios{width: 70px;}

.right{float:right;}


/*parceiros end*/

/*footer*/

#footer{ width:100%; height:162px; background-color:#d5d5d5; margin-bottom: 20px; margin:0 auto;font-family: 'Ubuntu', sans-serif;}

#footer a{ color:#2e2e2e; text-decoration:none; text-transform:uppercase; font-size:18px; border-bottom: 3px solid #9473b1; padding-bottom: 3px; margin-right:40px;  }

#footer img{ vertical-align:middle; margin-right: 10px; border:0 !important;}

#footer a:hover{ color:#9473b1; border-bottom: 3px solid #2e2e2e; }


#footer .active, #footer .active a{ color:#9473b1; border-bottom: 3px solid #2e2e2e; 	background: none repeat scroll 0 0 #FEF200; cursor:default; border-bottom:none; padding-bottom: 20px !important; padding-left: 10px;padding-right: 10px; padding-top: 52px;}

#menu_footer{ padding-top:50px; margin-left: 95px;}

#legal{ color:#757575; font-size:12px; margin-top:40px; width:1200px; text-decoration:none;} 

#legal a, #legal a:hover{ color:#757575; font-size:12px; margin-top:40px; width:1200px; text-decoration:none; border:0px;text-transform:none;} /*footer end*/

/*slider outras páginas*/

#slidercontent{ float:left; width:918px; height:306px; }



#slidercontent .slide{ width:312px; float:left; height:308px; background-image: url(../images/background_slider.png);  background-repeat:no-repeat; position:relative; z-index:990; }

#slidercontent .slide .titulo{font-size:18px; color:#fff; text-transform:uppercase; margin-bottom: 20px;  margin-left:20px; width:220px; margin-top: 15%;font-family: 'Ubuntu', sans-serif;}

#slidercontent .slide p{ font-size:14px; color:#fff; line-height: 18px; margin-left:20px; width:220px; font-family: 'Ubuntu', sans-serif; font-weight:200;}

#slidercontent .slide .vermais, #slidercontent .slide .vermais a{ bottom: 15%; color: #FFFFFF; float: right; font-size: 12px;line-height: 35px; position: absolute; right: 10%; text-decoration:none; width:60px;font-family: 'Ubuntu', sans-serif;
}

#slidercontent .slide .vermais a:hover{color:#fef200}
#slidercontent .slide .vermais img{ vertical-align:middle; margin-right: 10px; width:37px; height:38px;}

.nav-dots {
	width: 100px;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute; 
 	bottom: 20%; 
	left: 8%;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color:#d3cece;
}

.nav-dots .nav-dot:hover, .nav-dots .nav-dot:active {
	cursor: pointer;
	-webkit-box-shadow:inset 0px 0px 0px 3px #d3cece;
    -moz-box-shadow:inset 0px 0px 0px 3px #d3cece;
    box-shadow:inset 0px 0px 0px 3px #d3cece;
	background-color: #2a2929;
}

/*slider outras páginas end */

/*higlight menu*/
#tools{ width:282px; height:255px; background-color:#efeeee; padding-top: 15px; }

#ballomicon{     
    float: left;
    height: 65px;
    width: 65px;
	border: solid #4f2f6b 4px;
	background-color:#ffffff;
	border-radius: 45px 45px 45px 45px;
	position:relative;
	z-index: 21;
	margin-left: 10px;
}

#tools-texto{ float:left; margin-left:5px; height:41px; width:160px; margin-top:18px;font-family: 'Ubuntu', sans-serif; margin-bottom:24px; color:#4f3a61; background-color:#4f2f6b; border-radius:25px; color:#FFF; text-transform:uppercase; line-height: 39px; padding-left: 50px; margin-left: -35px; }
#ballomicon .icon_funciona{ background-image: url(../images/icons_tools_funciona.png); height:55px; background-position: 5px 5px; background-repeat:no-repeat;}
#ballomicon .icon_ideias{ background-image: url(../images/icons_tools_ideias.png);height:55px; background-position: 2px 5px; background-repeat:no-repeat;}
#ballomicon .icon_metodo{ background-image: url(../images/icons_tools_metodo.png);height:55px; background-position: 4px 1px; background-repeat:no-repeat;}

/*higlight menu end*/

/* O que é */

#o_que_e {width:630px; float:left; margin-top:30px; margin-left: 30px; margin-bottom: 10px;}

#o_que_e .titulo{ font-size:46px; color:#4f2f6b; width:440px; margin-bottom: 20px; font-weight:bold;font-family: 'Ubuntu', sans-serif;}

#o_que_e p{font-size:14px; color:#272727; width:620px; text-align:justify; line-height: 20px; font-family: 'Ubuntu', sans-serif; font-weight:200;}

#o_que_e img{ float:left;}
/*o que é end */

/* O que é */

#o_que_epg {width:630px; float:left; margin-top:30px; margin-left: 30px; margin-bottom: 10px;}

#o_que_epg .titulo2{ color: #4F2F6B;
font-family: Ubuntu, sans-serif;
font-size: 18px;
margin-bottom: 20px;
padding-top: 10px;
text-transform: uppercase;
width: 550px;}

#o_que_epg p{font-size:14px; color:#272727; width:600px; text-align:justify; line-height: 20px; font-family: 'Ubuntu', sans-serif; font-weight:200;}

#o_que_epg img{ float:left;}
/*o que é end */

/*como funciona */

#como_funciona {width:1200px; padding-top:30px;  background-image:url(../images/como_funciona_seta.png); background-position:37px 103px; height: 460px; background-repeat:no-repeat; }

#como_funciona .titulo{ font-size:20px; color:#4f2f6b; margin-bottom: 20px; text-transform:uppercase; height: 53px; line-height: 30px; padding-left:20px;font-family: 'Ubuntu', sans-serif;}

#como_funciona .titulo img{vertical-align:middle; margin-right: 10px; }

#como_funciona .fases{ width: 250px; float:left; margin-left: 25px; margin-right:25px; margin-top:0px; height:auto; font-family: 'Ubuntu', sans-serif;}

#como_funciona .fases  h1{ font-size:40px; color:#4f2f6b; text-transform:uppercase; margin-top:170px;font-family: 'Ubuntu', sans-serif;}

.fase1{background-image:url(../images/fase1.png); background-position:top center; height:200px; background-repeat:no-repeat;}

.fase2{background-image:url(../images/fase2.png); background-position:top center; height:200px; background-repeat:no-repeat;}

.fase3{background-image:url(../images/fase3.png); background-position:top center; height:200px; background-repeat:no-repeat;}

.fase4{background-image:url(../images/fase4.png); background-position:top center; height:200px; background-repeat:no-repeat;}

#como_funciona .fases h2{ font-size:18px; color:#4f2f6b; margin-top: 10px;font-family: 'Ubuntu', sans-serif;}

#como_funciona .fases p{font-size:12px; color:#272727; text-align:justify; line-height: 16px; margin-top: 10px; font-family: 'Ubuntu', sans-serif; font-weight:100; }

.fase1 .overlayer, .fase2 .overlayer{
	   display:none;
	   position:absolute;
	   z-index: 20;
	   height:460px;
      line-height: 20px;
      font-size: 14px;
      text-align: center;
      color: rgb(113, 157, 171);
	  margin-left: 182px;
	  margin-top: -100px;
	  background-image:url(../images/balao.png);
	  background-repeat:no-repeat;
      text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
	  overflow-y:auto;
	   width: 390px;
	 
}


.fase3 .overlayer, .fase4 .overlayer{
	   display:none;
	   position:absolute;
	   z-index: 20;
	   width: 390px;
	   height:460px;
      line-height: 20px;
      font-size: 14px;
      text-align: center;
      color: rgb(113, 157, 171);
	  margin-left: 180px;
	  margin-top: -100px;
	  background-image:url(../images/balao_drt.png);
	  background-repeat:no-repeat;
      text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
	  overflow-y:auto
	  
}

.last{margin-left: -328px !important;
	  margin-top: -50px;}


.fase1 .overlayer h3, .fase2 .overlayer h3{ font-size:18px; color:#4f2f6b; margin-top:15px;text-align:left;padding-left: 65px; margin-top: 40px; }

.fase1 .overlayer p, .fase2 .overlayer p{ font-size:12px; color:#484747; line-height:25px; text-align:left; width: 280px; padding-left: 65px; margin-top: 40px;}


.fase3 .overlayer h3, .fase4 .overlayer h3{ font-size:18px; color:#4f2f6b; margin-top:15px;text-align:left;padding-left: 45px; margin-top: 40px; }

.fase3 .overlayer p, .fase4 .overlayer p{ font-size:12px; color:#484747; line-height:25px; text-align:left; width: 280px; padding-left: 45px; margin-top: 40px;}



/*como funciona end*/



/*contactos */

#formulario, #contactos, #mapa{ width:330px; float:left; padding-top:30px; margin-right: 30px; padding-left:40px; padding-left:20px;}

#map_canvas{ width: 330px; height:250px; border: solid 5px #4f2f6b; border-radius:25px; }

#formulario .titulo, #contactos .titulo, #mapa .titulo{font-size:18px; color:#4f2f6b; margin-bottom: 20px; text-transform:uppercase; height: 53px; line-height: 30px; font-family: 'Ubuntu', sans-serif;}

#formulario .titulo img, #contactos .titulo img, #mapa .titulo img{vertical-align:middle; margin-right: 10px; }

#contactos p{ font-size:15px; color:#484747;font-family: 'Ubuntu', sans-serif;}

#contactos p span{ color:#4f2f6b; font-weight:bold;}

#formulario .input{ width:320px; height:26px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:12px; margin-bottom: 10px;}

#formulario .mensagem{ width:320px; height:106px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:13px; font-family: 'Ubuntu'; margin-bottom: 10px;}

input[type=submit] {
	border:0px; font: inherit; text-transform:uppercase; background-repeat:no-repeat; cursor:pointer; width:150px; height:36px; background:#4f2f6b; color:#e5e4e4; font-size:14px; font-family: 'Ubuntu'; text-transform:uppercase; float:right;
}

input[type=submit]:hover {
	 background:#fcf105; color:#4f2f6b;
	
}
/*contactos end */

/* Notícias */

.noticiastitulo, .forumtitulo, .agendatitulo{ font-size:20px; color:#4f2f6b; width:240px;    margin-left: 20px; line-height: 50px; margin-bottom:10px; text-transform:uppercase;font-family: 'Ubuntu', sans-serif;}

.noticiastitulo img, .forumtitulo img, .agendatitulo img{ vertical-align:middle; margin-right:10px;}

#noticias{width:720px; float:left; margin-top:0px;  background:#fff; height:570px; overflow-y:auto;  }

#noticias img{ margin-left:30px; float:left; margin-top:40px; margin-right:20px; margin-bottom:20px;  }

#noticias p{ font-size:14px; color:#484747; margin-left: 30px; text-align:justify; width: 640px; line-height: 17px;font-family: 'Ubuntu', sans-serif;font-weight:100;}

#noticias .data{font-size:12px; color:#4f2f6b; font-weight:bold; margin-bottom:10px; margin-top:60px; margin-left:30px;font-family: 'Ubuntu', sans-serif;font-weight:200;}

#noticias h1{font-size:16px; color:#4f2f6b; margin-bottom:10px; text-transform:uppercase; margin-left:30px; width: 620px; font-family: 'Ubuntu', sans-serif; font-weight:bold;}

#noticias_thumbs{width:470px; float:left; margin-top:0px; margin-left:10px; margin-bottom: 10px; height:auto; font-family: 'Ubuntu', sans-serif;} 

#partilhar, #partilhar a{ font-family: 'Ubuntu', sans-serif; border-bottom: 30px solid #4F2F6B;
    border-left: 24px solid rgba(0, 0, 0, 0);
    bottom: -79px;
    color: #FFFFFF;
    float: right;
    font-size: 13px;
    height: 0;
    line-height: 29px;
    margin-right: 0px;
    padding-left: 10px;
    position: relative;
    text-decoration: none;
	padding-left:14px;
	padding-right:10px;}

#partilhar img{ float:left; vertical-align:middle; margin-top: 5px;!important margin-left: 0px; !important; margin-left: 0px!important;  margin-bottom: 0px!important; margin-right: 0px!important;float:left; }

.thumbs{width:470px; height:100px; background-color:#f9f8f8; margin-bottom:5px; vertical-align:middle;}


.thumbs img{ float:left; margin-right:10px;}

.thumbs .data{ color:#9473b1; font-size:12px; padding-top:20px;width:450px; margin-left:10px; margin-bottom: 5px;}

.thumbs .textonoticia{color:#765c8e; font-size:12px;text-transform:uppercase; width:380px; margin-left:10px;}

.thumbs .iconnoticia, .thumbs .iconnoticia a{  float: right; padding-left: 10px;  border-bottom: 30px solid #474646;
    border-left: 24px solid rgba(0, 0, 0, 0); height: 0; width: 66px;}
.thumbs .iconnoticia a:hover{border-bottom: 30px solid #ffed00;
    border-left: 24px solid rgba(0, 0, 0, 0); height: 0; width: 72px;}
.thumbs .iconnoticia img{ float:left; vertical-align:middle; margin-top: 5px;}

.pagenavi{clear: both;
    font-size: 12px;
    text-align: center; font-family: 'Ubuntu', sans-serif; width:470px; }

.pagenavi span,.pagenavi a { padding:4px 8px;margin-right:1px;font-size:11px;color:#484747; text-decoration:none;  text-align:center;}

.pagenavi a:visited{}

.pagenavi a:hover,.pagenavi .current{color: #ff0cfc; text-decoration:none;}

.pagenavi .triangle-left, .pagenavi .triangle-left a { width: 0; height: 0; border-bottom: 10px solid rgba(0, 0, 0, 0); border-right: 14px solid #4f2f6b; border-top: 10px solid rgba(0, 0, 0, 0); float:left; border-radius:5px;} 

.pagenavi .triangle-right, .pagenavi .triangle-right a { width: 0; height: 0; border-top: 10px solid transparent; border-left: 14px solid #4f2f6b; border-bottom: 10px solid transparent;float:left;border-radius:5px; }

.pagenavi .triangle-right a:hover{ border-color:#ff0cfc;}

/* Notícias  end*/

/* Forum */

#container_middleforum {
    background-color: #F2F1F1;
    height: auto;
    margin-top: 15px;
    min-height: 501px;
    width: 1200px;
}

#accaosocial{ width: 392px; float:left; margin-right:12px;}

#accaosocial .titulo, #cultura-patrimonio .titulo, #forum .titulo{width: 395px; height: 55px; font-size:17px; color:#484747; text-transform:uppercase; text-align:center; line-height: 50px; padding-top:1px; font-family: 'Ubuntu', sans-serif; font-weight:600;}

#accaosocial .titulo img, #cultura-patrimonio .titulo img{vertical-align:middle; margin-right:10px;text-decoration:none;font-family: 'Ubuntu', sans-serif; }

#accaosocial .entrar{  background-color: #4F2F6B;
    color: #FFFFFF;
    font-size: 14px;
    height: 125px;
    line-height: 20px;
    padding: 41px 41px 45px 65px;
    width: 310px;font-family: 'Ubuntu', sans-serif; font-weight:200;}

#accaosocial .entrar span, #cultura-patrimonio .entrar span, #forum .entrar span, #accaosocial .entrar span a , #cultura-patrimonio .entrar span a, #forum .entrar span a{ 
	bottom: -66px;
    float: right;
    font-size: 12px;
    margin-right:0px;
    position: ;
	color:#FFF;
    text-transform: uppercase;
	text-decoration:none;font-family: 'Ubuntu', sans-serif; font-weight:400 }

#accaosocial .entrar span img, #cultura-patrimonio .entrar span img, #forum .entrar span img, #accaosocial .entrar span img a, #cultura-patrimonio .entrar span img a, #forum .entrar span img a{ float:right;}

#cultura-patrimonio{width: 392px;float:left; margin-right:12px;text-decoration:none;font-family: 'Ubuntu', sans-serif; }

#cultura-patrimonio .entrar{ background-color:#8bb90f;  color: #FFFFFF;
    font-size: 14px;
    height: 125px;
    line-height: 20px;
    padding: 41px 41px 45px 45px;
    width: 310px;}

#forum{width: 392px;float:left;margin-right: 8px;text-decoration:none;font-family: 'Ubuntu', sans-serif; }
#forum p{ font-size:14px; color:#272727; text-align:justify; padding-right:20px; padding-bottom:0px;}

#forum .titulo{ 
    font-size: 24px;
    height: 70px;
    line-height: 29px;
    width: 310px;
	color:#4f2f6b;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
}

#forum .titulo img{ float: right; vertical-align: middle; margin-top:23px;}
#maisforum, #maisforum a {position:absolute; z-index:2; width:181px; height:98px;  margin-left: 211px;
    margin-top: 96px; background-repeat: no-repeat;
}
#maisforum img, #maisforum img a{ float:right; vertical-align:bottom; margin-top:60px; }

.roxo{background-image:url(../images/hover-forum_01.png);}
.verde{background-image:url(../images/hover-forum_02.png); }
.laranja{background-image:url(../images/hover-forum_03.png);}

/* Forum end*/
/* Agenda */


#proximoseventos{ float:right; width:400px; height:56px; background-color:#4f2f6b; font-family: 'Ubuntu', sans-serif;}

#proximoseventos_titulo{ width:282px; height:56px; line-height:55px; padding-left: 20px; }

#proximoseventos_titulo p{ font-size:18px; text-transform:uppercase; color:#fff; margin-left: 14px; float: left; font-weight:600; }

#proximoseventos_titulo img { padding-top:15px; float:left; }

#eventosagenda{ width:400px; height:393px; background-color:#9473b1; padding-top:10px; font-family: 'Ubuntu', sans-serif;}

#ballomagenda{     
	border-radius: 25px 25px 25px 25px;
    float: left;
    height: 38px;
    line-height: 15px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    width: 38px;
	margin-left: 20px;
	margin-right: 10px;
}

#ballomagenda a{ width:38px; height:38px; background: #fef200;
float:left;  text-align:center; line-height:15px; border-radius: 25px; text-decoration:none; border: solid 2px #fef200 ;  }

#ballomagenda a:hover { background-color: #fff; 	border: solid 2px #fff ;}

#ballomagenda p{ margin-top:7px; }

#ballomagenda .dia{ font-weight:800; color:#9473b1; font-size:19px;  }

#ballomagenda .mes{ font-size:11px; color:#9473b1; }

#eventoagenda_texto{  
	/*border-bottom: 1px solid #4F2F6B;*/
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    height: 59px;
    margin-left: 5px;
    margin-top: 12px;
    width: 267px;
 }
 
#eventoagenda_texto span{ 
    color: #4f2f6b;
	font-size:11px;
	text-transform:uppercase;
    width: 267px;
	float:right;
	margin-bottom:10px;
 }
 
#destaqueevento{ float:left; width:400px; height:459px; background-image:url(../images/cut_destaque.png); background-repeat:no-repeat;  background-position: -7px 252px; background-color:#4f2f6b;}
 
#destaqueevento .data{color:#9473b1; font-size:18px;width:350px; margin-left:30px; margin-top:20px;font-family: 'Ubuntu', sans-serif; font-weight:300;}
#destaqueevento .nomeevento{font-size:18px; color:#FFF;width:350px; margin-left:30px; margin-bottom:10px;font-family: 'Ubuntu', sans-serif;}
#destaqueevento p{font-size:13px; color:#FFF; width:350px; margin-left:30px;font-family: 'Ubuntu', sans-serif; font-weight:100;}

#destaqueevento .botao, #destaqueevento .botao a{ float:left; width:198px; border:1px solid #43255d; height: 40px; font-size:14px; vertical-align:middle; line-height:40px; color:#FFF; margin-top:50px; text-align:center;background: #633b86; font-family: 'Ubuntu', sans-serif;/* Old browsers */

background: -moz-linear-gradient(top,  #633b86 0%, #7d5c9a 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#633b86), color-stop(100%,#7d5c9a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #633b86 0%,#7d5c9a 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #633b86 0%,#7d5c9a 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #633b86 0%,#7d5c9a 100%); /* IE10+ */

background: linear-gradient(to bottom,  #633b86 0%,#7d5c9a 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#633b86', endColorstr='#7d5c9a',GradientType=0 ); /* IE6-9 */

}

#destaqueevento .botao img{ vertical-align:middle; margin-right:8px;}

/*calendario*/

#calendario{ width:400px; height: 400px;float:left;font-family: 'Ubuntu', sans-serif;}

#calendario .sabermais, #calendario .sabermais a{color:#4f2f6b; font-size:14px; height:40px; line-height:40px; text-align:center; margin-top:20px; font-weight:600;text-decoration:none;font-family: 'Ubuntu', sans-serif;}

##calendario .sabermais a:hover{ color:#999; text-decoration:none;}
#calendario .sabermais img{ vertical-align:middle;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cal {
  display: block;
  width: 216px;
  margin-left:77px ;
  margin-top:30px;
}
.cal a {
  text-decoration: none;
}
.cal caption {
  line-height: 45px;
  color: #464545;
  text-align: center;
  background: #333;
  background: #fafafa;

}
.cal caption span {font-weight: bold;}
.cal caption a {
  line-height: 53px;
  padding: 0 10px;
  font-size: 15px;
  color: #e2e2e2;
}
.cal caption a:hover {
  color: #464545;
}

.cal caption .prev {
  float: left;
  color:#c6c6c6;
  background-color:#eaeaea;
  width:55px;
  font-weight:bolder;
  line-height: 45px;
  height: 45px;
}
.cal caption .next {
  float: right;
  width:55px;
  color:#c6c6c6;
  background-color:#eaeaea;
  font-weight:bolder;
  line-height: 45px;
  height: 45px;
}
.cal th, .cal td {
  line-height: 32px;
   width:55px;
  text-align: center;

}
.cal th:first-child, .cal td:first-child {
  border-left: 0;
}
.cal th {
  line-height: 35px;
  font-size: 8px;
  color: #fff;
  text-transform: uppercase;
  background: #4f2f6b;
}
.cal td {
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

.activesemana{ 
box-shadow: inset 0 -5px 0 0  #9473b1;
	
}
.cal td a {
  clear: both;
  display: block;
  position: relative;
  width: 35px;
  color: #666;
  background-color:#FFF;
}
.cal td a:hover, .cal td.off a {
  background: #fff;
  color:#464545;

}
.cal td a:hover {
	margin:-1px;
  border: 1px solid #464545;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);

}
.cal td a:hover:before {
   content:"";
   position: absolute; 
   border-bottom:10px solid white;
   border-left: 10px solid white; 
   margin: 0px;
   right:0px;
	
}
.cal td a:hover:after {
   content:"";
   margin: 0px;
   position: absolute; 
   border-top: 10px solid #464545; 
   border-left: 10px solid white;  
    right:0px;
}
 #triangle-up {
   border-bottom: 10px solid #FF0000;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-bottom: -5px;
    margin-left: 8px;
    margin-top: -5px;
    width: 0; } 

.cal td.off a {
  color: #b3b3b3;
}
.cal td.active{
  color: #464545;
  background: #fef200;

}
.cal td.active:first-child a, .cal td:first-child a:active {
  border-left: 0;
  margin-left: 0;
}
.cal td.active:last-child a, .cal td:last-child a:active {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td.active a, .cal tr:last-child td a:active {
  border-bottom: 0;
  margin-bottom: 0;
}

/*calendario end*/
/* Agenda end */

/* ideias//necessidades */
container_ideias{width:1200px; margin-top:25px; min-height:459px; height:auto; }

#ideias{ width: 405px; float:left; height: 430px;margin-top:20px;}

#titulo{ position:absolute; z-index:2; font-size: 18px; color:#4d4a03; text-transform:uppercase; vertical-align:middle;width:303px; height:88px; line-height:48px; padding-left: 29px; font-size:18px; margin-top:10px;font-family: 'Ubuntu', sans-serif;}

.separador_roxo{background-image:url(../images/separador_roxo.png); background-repeat:no-repeat; }

.separador_amarelo{background-image:url(../images/separador_amarelo.png); background-repeat:no-repeat; }

#titulo img{ vertical-align:middle; margin-right:5px;}

#ideias .titulo{width: 350px; margin-left: 20px; font-size:30px; color:#4f2f6b; margin-top:70px;  margin-bottom: 20px; 	font-family: 'Ubuntu', sans-serif;}
#ideias p{width: 350px; color:#72727; font-size:14px; line-height:20px ;margin-left: 20px; text-align:justify;font-family: 'Ubuntu', sans-serif; font-weight:100;}

#destaques_ideias{ width:795px; float:left; margin-bottom:10px; min-height:630px; }

#destaque_ideias{ float:left; width:263px; border-right:0px solid #000000;  margin-right:1px; border-bottom:1px solid #000000; margin-bottom: 1px;}

#destaque_ideias2{ float:left; width:263px; border-right:0px solid #000000;  margin-right:1px; border-bottom:1px solid #000000; margin-bottom: 1px;}

#destaque_ideias_titulos{  background-color: #69527d; height: 58px; margin-top: 138px;  opacity:0.8;
  filter:alpha(opacity=80);position: absolute; width: 263px;  /* For IE8 and earlier */} 
  
 #destaque_ideias_titulos2{  background-color: #fff10b; height: 58px; margin-top: 138px;  opacity:0.8;
  filter:alpha(opacity=80);position: absolute; width: 263px;  /* For IE8 and earlier */}  
  
#destaque_necessidade_titulos{  background-color: #9c9503; height: 58px; margin-top: 138px;  opacity:0.8;
  filter:alpha(opacity=80);position: absolute; width: 263px; /* For IE8 and earlier */} 

#destaque_ideias p{ color:#dbd9d9; font-size:11px; text-transform:uppercase;  height: 50px; margin-top: 145px; vertical-align:middle; margin-left: 30px; position: absolute; width: 200px; z-index: 1; text-align:center;font-family: 'Ubuntu', sans-serif;}

#destaque_ideias2 p{ color:#3c3c3b
; font-size:11px; text-transform:uppercase;  height: 50px; margin-top: 145px; vertical-align:middle; margin-left: 30px; position: absolute; width: 200px; z-index: 1; text-align:center;font-family: 'Ubuntu', sans-serif;}

#destaque_ideias a{background-image:url(../images/mais_ideias.png); background-repeat:no-repeat; width: 20px; height:20px; margin-top: 170px; position: absolute; z-index: 1; margin-left: 240px;}

#destaque_ideias2 a{background-image:url(../images/mais_ideias2.png); background-repeat:no-repeat; width: 20px; height:20px; margin-top: 170px; position: absolute; z-index: 1; margin-left: 240px;}

#destaque_ideias a:hover{ }

#destaque_ideias2 a:hover{ }

#tab{ width:263px; float:left; width:263px; border-right:0px solid #000000;  margin-right:1px;  height:50px; margin-top:10px; color:#484747; font-size:15px; line-height:50px;font-family: 'Ubuntu', sans-serif;}

.ideias{ background-color:#f5f4f4; color:#484747; text-transform:uppercase; width:391px!important;text-transform:uppercase; text-align:center; border:none;
}

.select{ background-color:#9777b4; color:#fff!important; text-transform:uppercase!important;width:400px!important; text-transform:uppercase; text-align:center;}
.necessidade{ background-color:#f1f0f0;color:#484747; width:391px!important;text-transform:uppercase; text-align:center;}
.yellow-tabs{background-color:#e2d504;text-transform:uppercase; font-size:13px!important; }
.selectnecessidade{ background-color:#e2d504;color:#484747; width:400px!important; text-transform:uppercase; text-align:center;}

#tab img{ vertical-align:middle; margin-right:8px; margin-left:5px;}

.right {float:right; margin-top:15px;}

#center{margin-left: 317px; margin-top: 20px;}
#centernews{margin-left: 137px; margin-top: 20px;}

#ideias .enviar {
	border:0px; font: inherit; text-transform:uppercase; background-repeat:no-repeat; cursor:pointer; width:310px; height:30px; background:#4f2f6b; color:#e5e4e4; font-size:18px; font-family: 'Ubuntu'; text-transform:uppercase; text-align:center; padding-top:10px; margin-top:5px; margin-left:0px;}

/* ideias//necessidades end*/

/* ideias//necessidades detalhe*/

#necessidade{ width:794px; height:157px; background-color:#f9f9f9;}
/* ideias//necessidades detalhe end*/
#necessidade img{ float:left; margin-right:20px;}
#necessidade .nome{font-size:18px; font-weight:bold; color:#4f2f6b; padding-top:20px; float:left; margin-right:10px;font-family: 'Ubuntu', sans-serif;}

#necessidade .data{font-size:14px; color:#676767; padding-top:24px; padding-left:0px; float:left;font-family: 'Ubuntu', sans-serif;}
#necessidade .titulo{ 
	font-size:19px; color:#4f2f6b; 
    margin-left: 282px;
    margin-top: 20px;
    position: absolute;
    width: 500px;  padding-top: 32px;font-family: 'Ubuntu', sans-serif;}
	
#necessidade .partilha, #necessidade .partilha a {float: left;
font-family: 'Ubuntu', sans-serif;
    padding-top: 25px;
    position: absolute;
    right: 50px; font-size:14px;color:#4f2f6b}
	

#necessidade .partilha img{ margin-right: 2px; margin-top:-2px;}

#deixar_comentario{ width:794px; height:auto; background-color:#fef200; padding-bottom:77px;}

#deixar_comentario img{ vertical-align:middle; margin-right:5px;}

#deixar_comentario .titulo{
	font-size: 18px;
	font-weight: normal;
	color: #4f2f6b;
	padding-left: 20px;
	padding-top: 20px;
	font-family: 'Ubuntu', sans-serif;
}

#deixar_comentario .mensage{ width:740px; height:60px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:13px; font-family: 'Ubuntu'; margin-bottom: 10px; margin-left:20px; margin-top:20px;}

#deixar_comentario  input[type=submit] {
	border:0px; font: inherit; text-transform:uppercase; background-repeat:no-repeat; cursor:pointer; width:150px; height:36px; background:#4f2f6b; color:#e5e4e4; font-size:14px; font-family: 'Ubuntu'; text-transform:uppercase; float:right; margin-right:20px;
	
}
#deixar_comentario input[type=submit]:hover {
	 background:#ead4fd; color:#4f2f6b;
	
}
#listacomentarios{ background-color:#e7e6e6; width:794px;min-height: 100%;
height:auto !important; /* modern Browser */
height:100%; padding-bottom:40px;}

#comentario{width:740px; height:auto; background:#fff; border: solid 1px #adadad; border-radius:2px; padding:5px; color:#8d8d8d; font-size:13px; font-family: 'Ubuntu';  margin-left:20px; margin-top:20px; padding-bottom:60px;}

.bico_caixa{ margin-left:40px; margin-top: -1px;}

#listacomentarios .titulo{font-size:18px; color:#4f2f6b; padding-left:20px; padding-top:20px;font-family: 'Ubuntu', sans-serif;}

#listacomentarios .titulo img{ vertical-align:middle; margin-right:5px;}


#comentario .nome{font-size:18px; font-weight:bold; color:#4f2f6b; padding-top:5px; float:left;margin-left:20px; margin-right:10px;font-family: 'Ubuntu', sans-serif;}


#comentario .data{font-size:14px; color:#676767; padding-top:8px; }
#comentario p{color:#484747; font-size:14px; position:absolute; width:700px; margin-left:20px; margin-top:10px;	font-family: 'Ubuntu', sans-serif;}


#resposta_comentario{width:600px; height:auto; border-radius:2px; padding:5px; color:#8d8d8d; font-size:13px; font-family: 'Ubuntu'; margin-bottom: 10px; margin-left:20px; padding-bottom:60px; margin-left:158px;}


.user{background:#fff; border: solid 1px #adadad;}
.admin{ background-color:#ead4fd; border: solid 1px #51316d;}

#resposta_comentario .nome{font-size:18px; font-weight:bold; color:#4f2f6b; padding-top:5px; float:left;margin-left:20px; margin-right:10px;font-family: 'Ubuntu', sans-serif;}

#resposta_comentario  .nome span{ text-transform:uppercase;}

#resposta_comentario .data{font-size:14px; color:#676767; padding-top:8px; font-family: 'Ubuntu', sans-serif;font-family: 'Ubuntu', sans-serif;}

#resposta_comentario p{color:#484747; font-size:14px; position:absolute; width:590px; margin-left:20px; margin-top:10px;	font-family: 'Ubuntu', sans-serif;}

#listacomentarios .responder { font: inherit; background-repeat:no-repeat; cursor:pointer; width:120px; height:32px; background:#4f2f6b; color:#fff; font-size:14px; font-family: 'Ubuntu'; float:right; margin-right:22px; text-align:center; line-height:26px; margin-bottom:20px;
}

#necessidade_encontrada{ width: 795px; height:119px; background-color:#ded8d8; float:left;}


#necessidade_encontrada img{ vertical-align:middle; margin-right:10px;}

#necessidade_encontrada .titulo{ font-size:18px; color:#4f2f6b; margin-left:25px; margin-top:20px; line-height:25px;font-family: 'Ubuntu', sans-serif;}

#necessidade_encontrada p{font-size:16px; color:#484747;   margin-left: 66px;
    margin-top: 9px;font-family: 'Ubuntu', sans-serif;}

/*ideias//necessidades detalhe end*/

/*logs */	
#subsnews-overlayer{	 
	  position:absolute;
	  z-index: 22;
	  height:160px;
      color: rgb(113, 157, 171);
	  margin-left: 860px;
    margin-top: 153px;
	  background-image:url(../images/balao_subsnews.png);
	  background-repeat:no-repeat;
	  padding:20px;
	  padding-top:60px;
	  padding-left:40px;
}
#subsnews-overlayer .input{ width:260px; height:19px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:12px; margin-bottom: 10px; margin-right:5px; margin-top:5px;}

#subsnews-overlayer .enviar{
	-moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    background: none repeat scroll 0 0 #4F2F6B;
    border: 0 none;
    color: #E5E4E4;
    cursor: pointer;
    float: left;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 28px;
    line-height: inherit;
    margin-left: 134px;
    text-transform: uppercase;
    width: 140px;
}

#login-overlayer{	 
display:none;
	  position:absolute;
	  z-index: 200;
	  height:260px;
      color: rgb(113, 157, 171);
	  margin-left: 182px;
	  margin-top: 211px;
	  background-image:url(../images/balao-login.png);
	  background-repeat:no-repeat;
	  width:442px;
}

#login-overlayer p{font-size:15px; color:#333232;margin-top: 20px;font-family: 'Ubuntu', sans-serif; }

#login-overlayer img{ margin-top:15px; vertical-align:central; }

#login-overlayer span{ font-size:16px; color:#4f2f6b; font-weight:bold; margin-top: 5px; margin-bottom: 20px;font-family: 'Ubuntu', sans-serif;}

#login-overlayer input{ width:161px; height:19px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:12px; margin-bottom: 10px; margin-right:5px; margin-top:5px;}

#login-overlayer .enviar{
	-moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    background: none repeat scroll 0 0 #4F2F6B;
    border: 0 none;
    color: #E5E4E4;
    cursor: pointer;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 28px;
    line-height: inherit;
    text-transform: uppercase;
    width: 100px;
}

#login-overlayer #registo{ 
	color: #8A8888;
    float: left;
    line-height: 29px;
    margin-left: 16px;
    padding: 0 5px;
    width: 68px
	}
	
.logintopo{ background-image:url(../images/balao-login-topo.png) !important ;  margin-left: 782px!important; margin-top: 46px!important;}


#registar-overlayer{
	  display:none;
	  position:absolute;
	  z-index: 99;
	  height:760px;
      color: rgb(113, 157, 171);
	  margin-left: 720px;
	  margin-top: 46px;
	  background-image:url(../images/balao-registo.png);
	  background-repeat:no-repeat;
	  padding:20px;
	  padding-top:40px;
	  padding-left:50px;
	padding-right:40px;
	overflow:hidden;
	font-family: 'Ubuntu', sans-serif;
}

#registar-overlayer p{font-size:15px; color:#333232; margin-bottom:10px;margin-top: 20px;text-align:center}

#registar-overlayer .campos{font-size:12px; color:#333232;margin-top: 13px;text-align:left; width:auto; margin-right:20px; float:left;	font-family: 'Ubuntu', sans-serif;}

#registar-overlayer .caracteres{color: #333232;
    float: right;
    font-size: 12px;
    margin-right:25px;
    margin-top: 15px;
    width: auto;
}
#registar-overlayer img{ margin-top:15px; vertical-align:central;  margin-left: 30px;}

#registar-overlayer span{ font-size:16px; color:#4f2f6b; font-weight:300; margin-top: 5px; margin-bottom: 20px; margin-left: 42px;}

#registar-overlayer .input{ width:161px; height:19px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:12px; margin-bottom: 10px; margin-right:5px; margin-top:5px; }

#registar-overlayer .input[name=nome], 
#registar-overlayer .input[name=email] {
		width: 335px;
		margin-bottom:13px;
		float:right;
}


#registar-overlayer .input[name=password]
 {
	width: 173px;
	margin-bottom:20px;
}
#registar-overlayer .input[name=repetirpassword]
 {
	width: 135px;
	margin-bottom:20px;
}

#registar-overlayer .registarbot{
	-moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    background: none repeat scroll 0 0 #4F2F6B;
    border: 0 none;
    color: #E5E4E4;
    cursor: pointer;
    float: right;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 28px;
    line-height: inherit;
    text-transform: uppercase;
    width: 100px;
	margin-right:13px;
	
}

#registar-overlayer #registo{ 
	color: #8A8888;
    float: left;
    line-height: 29px;
    margin-left: 16px;
    padding: 0 5px;
    width: 68px
	}
	
#registar-overlayer .legal{ font-size:10px;color:#626262; width:390px; margin-top:10px; margin-bottom:10px;}
#registar-overlayer .autorizar{font-size:13px;color:#626262; }

#registar-overlayer .label
 {
font-size:12px;color:#626262; line-height:33px; height:25px;
}

#registar-overlayer .checkbox, .radio {
	width: 29px;
	height: 25px;
	padding: 0 10px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
		margin-left:320px;
			margin-bottom:5px;
}


#registar-overlayer .select {
	width: 263px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 40px;
	padding: 12px 44px 0 8px;
	color: #626262;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
	border:0px;
	background: url(../images/select.png) no-repeat;
	z-index: 900;
	margin-bottom:20px;
}


/*logs end*/	
	
/*politica de privacidade */	
	
#container_politica{ background-color: #F2F1F1;
    height: auto;
    min-height: 459px;
    width: 1200px; }

#container_politica .titulo{width: 350px; margin-left: 20px; font-size:18px; color:#4f2f6b; padding-top:30px;margin-bottom: 20px; margin-left:40px; text-transform:uppercase;font-family: 'Ubuntu', sans-serif;}

#container_politica p{ color: #272727;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    width: 1100px; 
	margin-left:5px; 
	padding-top:15px;	
	font-family: 'Ubuntu', sans-serif; 
	font-weight:100;
	}
#container_politica ul li {
	padding-top: 10px;
	display: block;
}
#container_politica span{width: 350px; fofont-size:14px; color:#4f2f6b; margin-top:70px; font-weight:500; margin-bottom: 20px; text-transform:uppercase;	font-family: 'Ubuntu', sans-serif;}

#container_politica .titulo img{ vertical-align:middle; margin-right:5px;}

/*politica end*/

/*pagina parceiros*/

#parceiros-wrapper{ width:1200px; height:780px;  background-color:#ffffff;  padding-top: 20px;}

#parceiros-wrapper ul{height:190px;  margin:0 auto; margin-left: 25px; }

#parceiros-wrapper li{ float:left;  display:inline; height:177px; margin-right:30px;}

#parceiros-wrapper li p{ font-size:14px; color:#4f2f6b; text-align:left; padding-top: 15px;font-family: 'Ubuntu', sans-serif;}

#parceiros-wrapper li img{ margin-top:13px; line-height:59px; vertical-align:middle; text-align:left; margin-right:25px;}

.promotor-parceiros{ width:350px; margin-left:40px}
.parceiros-parceiros{ width: 700px;}
.avaliador_externo-parceiros{width: 250px;margin-left:40px}
.parceirosinternacionais-parceiros{width: 380px;}
.parceirosestrategicos-parceiros{width: 1165px;margin-left:40px}
.apoios-parceiros{width: 70px;margin-left:500px}

#parceiros-wrapper  .titulo{width: 350px; font-size:18px; color:#4f2f6b; padding-top:30px; margin-bottom: 20px; margin-left:40px; text-transform:uppercase;font-family: 'Ubuntu', sans-serif;}

#parceiros-wrapper .titulo img{ vertical-align:middle; margin-right:5px;}


#parceiros-overlayer{
	  position:absolute;
	  z-index: 20;
	  height:360px;
      color: rgb(113, 157, 171);
	  left: 35%;
	  right: 35%;
	  background-color:#fff;
	  border:4px solid #51316d;
	  border-radius:30px;
		padding: 40px 40px 20px;
	  width:350px;
	  top:20%;
	  font-family: 'Ubuntu', sans-serif;
  
}
#parceiros-overlayer img{ text-align:center; margin-top:10px; margin-bottom:20px;}

#parceiros-overlayer p{
		font-size:14px; 
	  color:#484747;
	  line-height: 20px; font-weight:100; text-align:justify;}
	  
#parceiros-overlayer a{font-size:14px; color:#4f2f6b; line-height: 20px; text-transform:uppercase; font-weight:bold; text-decoration:none; text-align:center; margin-left: 90px;font-weight:400;}
#parceiros-overlayer a img{ vertical-align:middle; margin-top:20px; margin-right:5px;}

.necessidades_balao{ background-image: url("../images/balao_necessidades.png") !important;  }

#enviarideia-overlayer{
	 background-image: url("../images/balao_enviarIdeia.png");
    background-repeat: no-repeat;
    height: 647px;
    margin-left: 574px;
    margin-top: 53px;
    padding: 40px 20px 20px 40px;
    position: absolute;
    width: 415px;
    z-index: 20;font-family: 'Ubuntu', sans-serif;
	display:none;
}
#enviarideia-overlayer span{ width:400px; color: #333232; font-size: 13px;padding-right: 183px; padding-left:10px;}
	
#enviarideia-overlayer .titulo{ font-size:18px; color:#4f2f6b; text-transform:uppercase; margin-top:10px;font-family: 'Ubuntu', sans-serif;}
#enviarideia-overlayer .titulo img{ vertical-align:middle; margin-bottom:10px;}
#enviarideia-overlayer .input{ width:240px; height:26px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:12px; margin-bottom: 10px; margin-top:20px;}

#enviarideia-overlayer .procurar{margin-top: 20px; margin-right:4px;}

#enviarideia-overlayer .input[name=upload]{ width:234px; height:23px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:12px; margin-bottom: 20px;  margin-top: 20px;}

#enviarideia-overlayer .mensagem{ width:399px; height:56px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:13px; font-family: 'Ubuntu'; margin-bottom: 10px;}

#enviarideia-overlayer .descrever{ width:399px; height:116px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#8d8d8d; font-size:13px; font-family: 'Ubuntu'; margin-bottom: 10px; margin-bottom:20px;}

#enviarideia-overlayer input[type=submit] {
	border:0px; font: inherit; text-transform:uppercase; background-repeat:no-repeat; cursor:pointer; width:150px; height:36px; background:#4f2f6b; color:#e5e4e4; font-size:14px; font-family: 'Ubuntu'; text-transform:uppercase; float:right;
}

#enviarideia-overlayer input[type=submit]:hover {
	 background:#fcf105; color:#4f2f6b;
	
}

#enviarideia-overlayer .select {
	width: 423px; 
	height: 40px;
	padding: 12px 44px 0 8px;
	color: #626262;
	font: 12px/21px;
	font-family: 'Ubuntu';
	overflow: hidden;
	border:0px;
	background: url(../images/select-img.png) no-repeat;
	z-index: 900;
	margin-bottom:20px;
	margin-top:10px;
	text-transform:uppercase;
}
/*pagina parceiros end*/

.form input[type="file"]{
    z-index: 999;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;

}

.add-photo-btn{
   -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    background: none repeat scroll 0 0 #4F2F6B;
    border: 0 none;
    color: #E5E4E4;
    cursor: pointer;
    display: block;
    float: right;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 39px;
    line-height: 36px;
    overflow: hidden;
 margin-top: 20px;
    padding-left: 44px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 104px;
}
input[type="text"]{
float:left;
}

/*area-pessoal*/
.ar{ background-color:#f2f1f1; color:#4f2f6b !important; text-transform:uppercase; width:367px!important; margin-right:7px!important; border:none !important; height:60px!important;margin-top:1px !important;line-height:60px !important;	font-family: 'Ubuntu', sans-serif;}

.armsg{ background-color:#4f2f6b; color:#fff !important; text-transform:uppercase;width:272px!important; line-height:60px !important; text-align:center;border:none !important; height:60px!important; margin-top:1px !important;	font-family: 'Ubuntu', sans-serif;}

.tab img, .armsg img{ vertical-align:middle;}

.ar img{ vertical-align:middle;padding-left: 38px;}

.escrever-msg{background-color:#9473b1;}

.arnav ul{ background-color:#9473b1; width:367px;  float:left; height: 510px;text-decoration:none;	font-family: 'Ubuntu', sans-serif;}

.arnav li{ color: #FFFFFF;
    display: block;
    line-height: 58px;
    padding-left: 38px; text-transform:uppercase;text-decoration:none; }
	
	.bid {color: #FFFFFF;
    display: block;
    line-height: 15px;
    
    text-decoration:none;}
	
.arnav ul li a{text-decoration:none !important;}

.arnav li:hover{text-decoration:none !important;background-color:#4f2f6b }

.arnav li img{ vertical-align:middle;}



.arnav2 ul{ background-color:#9473b1; width:367px;  float:left; height: 510px;text-decoration:none;	font-family: 'Ubuntu', sans-serif; padding-top:20px;}

.arnav2 li{ color: #FFFFFF;
    display: block;
	padding-left:15px; padding-right: 15px; 
   text-decoration:none; line-height:24px; }
	
	.bid2 {color: #FFFFFF;
    display: block;
    line-height: 15px;
    
    text-decoration:none;}
	
.arnav2 ul li a{text-decoration:none !important;}

.arnav2 li:hover{text-decoration:none !important; }

.arnav2 li img{ vertical-align:middle;}






	
.selectionado{ background-color:#4f2f6b !important;}

#containermsg{ float: right;
    height: 380px;
    margin-right: 7px;
    margin-top: 4px;
    width: 820px;	font-family: 'Ubuntu', sans-serif;}

.msg, .documentos{background-color: #F2F1F1;
    color: #4F2F6B !important;
    height: 49px;
    line-height: 18px;
    margin-bottom: 3px;
    padding-top: 14px;}
	
.documentos{background-color: #F2F1F1;
    color: #4F2F6B !important;
    height: 49px;
    line-height: 18px;
    margin-bottom: 3px;
    padding-top: 14px;padding-left:20px;}

.documentos img{ vertical-align:middle; float:right; margin-right:15px; margin-top:0px;}

.msg img{ vertical-align:middle; float:right; margin-right:15px; margin-top:10px;}

.arnav li .msgnovas{ font-size:16px; color:#9473b1; text-transform:lowercase; }

.msg p{ font-size:16px; color:#9473b1; }

.msg .data{ float:left; margin-right:10px;color:#9473b1;  width: auto; text-transform: uppercase;}

.msg .nome{float:left; margin-right:10px; width: auto; text-transform: uppercase;}

.msg .para img{ float:none !important; vertical-align:middle;  margin-right: 9px!important; margin-top: 0!important;}

.msg .user{color:#9473b1; font-size:12px; background-color: transparent; border:none; width:450px; text-transform: uppercase;}

.msg .checkbox, .radio {
	width: 29px;
	height: 25px;
	padding: 0 10px 0 0;
	background: url(../images/checkbox-msg.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin-left:20px;
	margin-top:5px;
}


.msg .para, .msg .assunto, #containermsg .ficheiro{ margin-right:10px;color:#9473b1;  width: auto; font-size:16px; color:#9473b1;float:left; text-align:right;}

.msg .de{ margin-right:10px;color:#9473b1;  width: auto; font-size:16px; color:#9473b1;float:left; text-align:right; margin-left:40px;}

.msg p, #containermsg p{ margin-right:10px; width: auto; text-transform: uppercase;color:#4F2F6B; margin-bottom: 5px;}

.msg p, #containermsg p img{ margin-left:20px; margin-right:10px; vertical-align:middle;}

.msg span{margin-right:10px; width: auto; color:#4F2F6B;}

.header-n-nsg{background-color: #e4e3e3; padding-left:30px;padding-top: 15px;height: 48px;}

#containermsg  .mensagem{  width: 797px;; border:none; height:290px; background:#f2f1f1; color:#484747; margin-top:2px; font-size:14px; margin-bottom: 10px; padding-top:23px; padding-left:23px; margin-right:6px;	font-family: 'Ubuntu', sans-serif;}

#containermsg  .mensagem p{ padding:5px; font-family: 'Ubuntu', sans-serif;  font-size:13px; text-transform:none; color:#535252; font-weight:100; }


#containermsg input[type=submit] {
	border:0px; font: inherit; text-transform:uppercase; background-repeat:no-repeat; cursor:pointer; width:150px; height:36px; background:#4f2f6b; color:#e5e4e4; font-size:14px; font-family: 'Ubuntu'; text-transform:uppercase; float:right;
}

#containermsg input[type=submit]:hover {
	 background:#fcf105; color:#4f2f6b;
	
}

.areapessoal{ background-color:#fff;}


#container-dados{ background-color: #F2F1F1;
    color: #4F2F6B !important;
    float: right;
    font-family: 'Ubuntu',sans-serif;
    height: 502px;
    margin-bottom: 3px;
    margin-top: 1px;
    padding-top: 14px;
    width: 826px;}
	
#container-dados .foto{ margin-left:40px; margin-top:30px; float:left; margin-right:60px;}

#container-dados .form{ margin-top:30px; float:left; }
	
#container-dados  .form .campos{font-size:14px; color:#333232;margin-top: 13px;text-align:left; width:auto; margin-right:10px; float:left;	font-family: 'Ubuntu', sans-serif;}

#container-dados .form .caracteres{color: #898989;
    float: right;
    font-size: 12px;
    margin-right:55px;
    margin-top: 20px;
    width: auto;}


#container-dados .form span{ font-size:16px; color:#4f2f6b; font-weight:300; margin-top: 5px; margin-bottom: 20px; margin-left: 42px;}

#container-dados .form .input{ width:161px; height:19px; background:#fff; border: solid 2px #4f2f6b; border-radius:2px; padding:5px; color:#4f2f6b; font-size:16px; margin-bottom: 10px; margin-right:5px; margin-top:5px; }

#container-dados .form .input[name=nome], 
#container-dados .form .input[name=email] {
	width: 435px;
	margin-bottom:13px;
}


#container-dados .form .input[name=password]
 {
	width: 183px;
	margin-bottom:20px;
	font-size:16px;

}

#container-dados .form .input[name=repetirpassword]
 {
	width: 108px;
	margin-bottom:20px;
	font-size:16px;

}

#container-dados .form .select {
	width: 260px;
	height: 40px;
	padding: 12px 44px 0 8px;
	color:#4f2f6b; 
	font-size:16px; 
	overflow: hidden;
	border:0px;
	background: url(../images/select.png) no-repeat;
	z-index: 900;
	margin-bottom:20px;
}


#container-dados .form .registarbot{
	-moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    background: none repeat scroll 0 0 #4F2F6B;
    border: 0 none;
    color: #E5E4E4;
    cursor: pointer;
    float: right;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 28px;
    line-height: inherit;
    text-transform: uppercase;
    width: 100px;
	margin-right:13px;
	
}

#container-dados .form input[type="file"]{
    z-index: 999;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;

}

#container-dados .add-photo-btn{
   -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    background: none repeat scroll 0 0 #4F2F6B;
    border: 0 none;
    color: #E5E4E4;
    cursor: pointer;
    display: block;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
 margin-top: 20px;
    padding-left: 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
	margin-right:5px;
	float:none !important;
}
#container-dados .add-photo-btn input[type="text"]{
float:left;
}

#container-dados .form input[type=submit] {
	border:0px; font: inherit; text-transform:uppercase; background-repeat:no-repeat; cursor:pointer; width:150px; height:36px; background:#4f2f6b; color:#e5e4e4; font-size:14px; font-family: 'Ubuntu'; text-transform:uppercase; float:right;  margin-top: 40px;
}

#container-dados .form input[type=submit]:hover {
background: #FF0; color:#4f2f6;}



#notificacoes{ float: right;
   min-height: 380px;
    margin-right: 7px;
    margin-top: 0px;
    width: 820px;	font-family: 'Ubuntu', sans-serif;}

.separador{background-color: #F2F1F1;
    color: #4F2F6B !important;
    height: 49px;
    line-height: 18px;
    margin-bottom: 3px;
    padding-top: 14px;}
	
.notes{background-color: #e4e3e3;}
	
.separador img{ vertical-align:middle; float:right; margin-right:15px; margin-top:4px;}

.arnav li .msgnovas{ font-size:16px; color:#9473b1; text-transform:lowercase; }

.separador p{ font-size:16px; color:#9473b1; }

.separador .data{ margin-right:10px;color:#9473b1;  width: 700px; text-transform: uppercase;}

.separador .nome{ margin-right:10px; width: auto; text-transform: uppercase;}

.separador .para img{ float:none !important; vertical-align:middle;  margin-right: 9px!important; margin-top: 0!important;}

.separador .notificacao{color:#4F2F6B; font-size:16px; background-color: transparent; border:none; width:700px; text-transform:uppercase;}

.separador .checkbox, .radio {
	width: 29px;
	height: 25px;
	padding: 0 10px 0 0;
	background: url(../images/checkbox-msg.png) no-repeat;
	display: block;
	clear: left;
	float: right;
	margin-left:20px;
	margin-top:5px;
}

.separador .iconotificacao{ float:left; margin-top:0px;}


.separador .notificacao span{ text-transform:none!important; margin-left:0px; }



#notificacoes input[type=submit] {
	border:0px; font: inherit; text-transform:uppercase; background-repeat:no-repeat; cursor:pointer; width:150px; height:36px; background:#4f2f6b; color:#e5e4e4; font-size:14px; font-family: 'Ubuntu'; text-transform:uppercase; float:right;  margin-top: 5px;
}

#notificacoes input[type=submit]:hover {
	 background:#fcf105; color:#4f2f6b;
	
}

.navegacao-notices{ clear: none;
    margin-left: 341px;
    margin-top: 20px;
    position: absolute;}

.ordenar{color:#484747 !important; font-size:12px; font-family: 'Ubuntu', sans-serif; float: left; margin-top:15px; margin-left:20px; text-transform: uppercase; margin-right:10px;}

.notificacoes{ color:#4f2f6b !important; text-transform:uppercase;width:472px!important; line-height:60px !important; text-align:center;border:none !important; height:60px!important; margin-top:1px !important;	font-family: 'Ubuntu', sans-serif; font-size:18px!important; text-align:left;}

.tab img, .notificacoes img{ vertical-align:middle;}


.notificacoes-search{background: none repeat scroll 0 0 #F2F1F1;
    border: 2px solid #CBCBCB;
    border-radius: 2px;
    color: #8D8D8D;
    font-size: 12px;
    height: 26px;
    margin-left: 70px;
    margin-top: 17px;
    padding: 5px;
    width: 214px;}

.search-bottom{ background-color: #4F2F6B;
    float: right;
    height: 39px;
    margin-right: 7px;
    margin-top: 17px;
    width: 45px; text-align: center;}
	
.search-bottom img{ vertical-align:middle;}

#titulo_projectos_page{ position:absolute; z-index:2;font-family: 'Ubuntu', sans-serif; font-size: 18px; color:#4d4a03; text-transform:uppercase; vertical-align:middle; background-image:url(../images/separador_projectos.png); background-repeat:no-repeat; width:303px; height:88px; line-height:48px; padding-left: 70px;font-weight:bold; font-size:15px;}









#projectos-overlayer{
	  position:absolute;
	  z-index: 20;
	  height:600px;
      color: rgb(113, 157, 171);
	  left: 20%;
	  right: 20%;
	  background-color:#fff;
	  border:4px solid #51316d;
	  border-radius:30px;
	  padding: 30px 30px 20px;
	  width:600px;
	  top:20%;
	  font-family: 'Ubuntu', sans-serif;
}
#projectos-overlayer img{ text-align:center; margin-top:10px; margin-bottom:20px; float:left;}
#projectos-overlayer .titulo{ font-size:16px; color:#4f2f6b;width:400px; margin-bottom:20px;}
#projectos-overlayer p{	font-size:12px; color:#484747; line-height: 20px; font-weight:100; text-align:justify;width:400px;}
#projectos-overlayer a{  color: #4F2F6B;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 50px;
	margin-left:20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;}
	
.botoes {-moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    background: none repeat scroll 0 0 #4F2F6B;
    border: 0 none;
    color: #E5E4E4;
    cursor: pointer;
    float: left;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 26px;
    line-height: inherit;
    margin-left: 1px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
	margin-top:5px;
}

.botoes img { vertical-align:middle; margin-left:5px;}

#projectos-overlayer a img{ vertical-align:middle; margin-top:20px; margin-right:5px;}


/*projectospage end*/

#projectos-overlayer ul{ width: 100px; height:31px;}

#projectos-overlayer .nav-dots {
	display: block;
    height: 11px;
    left: 28%;
    position: absolute;
    top: 50%;
    width: 100px;
}

#projectos-overlayer .nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color:#4f2f6b;
}

#projectos-overlayer .nav-dots .nav-dot:hover, .nav-dots .nav-dot:active {
	cursor: pointer;
	-webkit-box-shadow:inset 0px 0px 0px 3px #4f2f6b;
    -moz-box-shadow:inset 0px 0px 0px 3px #4f2f6b;
    box-shadow:inset 0px 0px 0px 3px #4f2f6b;
	background-color: #fff;
}

/*Metodologia*/

.tab-search{ width:833px; height:50px; background-color:#F2F1F1;float: left; margin-top:10px; }
.tab-search p{float:left; margin-left:480px; color:#51316d; font-family: 'Ubuntu', sans-serif; font-size:14px; margin-top:33px;}
.metodologia-search{ background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #4F2F6B;
    border-radius: 3px;
    color: #8D8D8D;
    font-size: 12px;
    height: 17px;
    margin-left: 10px;
    margin-top: 26px;
    padding: 5px;
    width: 214px;}
	
.metodo-title{ background-color:#f2f1f1; color:#4f2f6b !important; text-transform:uppercase; width:367px!important; margin-right:0px!important; border:none !important; height:60px!important;margin-top:1px !important;line-height:60px !important;	font-family: 'Ubuntu', sans-serif; text-transform:uppercase;}

.metodo-title img{ vertical-align:middle;padding-left: 38px;}
.documentos .data{ margin-right:10px;color:#9473b1;  width: auto; text-transform: uppercase;}
#metodo-separadores{ float: right;
    height: 380px;
    margin-top: 4px;
    width: 832px;	font-family: 'Ubuntu', sans-serif; }
	
.tab-search .search-bottom {
      background-color: #4F2F6B;
    border: 1px none;
border-radius: 3px;
    float: right;
    height: 30px;
    margin-right: 20px;
    margin-top: 26px;
    text-align: center;
    width: 30px;
}

.tab-search .search-bottom { vertical-align:middle;  padding-top: 2px;}

.introducao {
    background-color: #F2F1F1;
    color: #4F2F6B !important;
    height: 493px;
    line-height: 18px;
    margin-bottom: 3px;
    padding-left: 20px;
    padding-top: 14px;
}



.introducao .titulo{font-size:16px; color:#4f2f6b; text-transform:uppercase; margin-left:20px; margin-right:20px; margin-top:20px;}

.introducao p{font-size:14px; color:#484747; font-weight:100; font-family: 'Ubuntu', sans-serif; margin-left:20px; margin-right:30px; margin-top:20px; text-align:justify;}

#BoxGal{ width:273px; height:189px; float:left; margin-left:10px; margin-top:10px;  }

#BoxGalImg{ width:273px; height:136px; overflow:hidden; }

#BoxGalTexto{ width:273px; height:53px; background-image:url(../images/box_gal.png); }

#GalDesBox{ margin-left:20px; color:#9473b1; font-size:12px; width:273px; padding-top:5px; }

#GalDesBox span{  text-transform:uppercase; color:#fff; }


.privacidade {
	

color: #272727;
font-size: 14px;
line-height: 20px;
text-align: justify;
margin-left: 40px;
font-family: 'Ubuntu', sans-serif;
font-weight: 100;	
width: 95%;	
	
	
	}
.privacidade ul {
	

margin-bottom: 10px;
	
	
	
	}

.privacidade ul li {
	

margin-bottom: 10px;
	
	
	
	}




