@charset "utf-8";
/* CSS Document */

/*estilo global*/
*{
	margin: 0px;
	padding: 0px;
	color: #0A3E23;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/*compatibilizar com todos os browsers. conteúdo visto como blocos.*/
header, nav, section, aside, footer, article, hgroup, publicidade, article2 {
	display: block;
}

/*estilos do body*/
body{
	text-align:center;
	background: #0A3E23;
}

/*estilos da estrutura do site*/
#main_wrapper{
	width: 1040px;
	margin: 0px auto;
	text-align: left;
}


/*estilos do header, logo*/
#main_header{
	background: #FFF; 
	padding: 20px 40px;
	height: 200px;
	width: 960px;
}

#publicidade{
	display: block;
	float: left;
	vertical-align: middle;
	height: 200px;
	position: relative;
	
	
}

#logo{
	display: block;
	float: left;
	height: 200px;
	vertical-align: middle;
	padding: 0px 0px;
}


/*estilos do main menu*/
#main_menu{
	padding: 0px 40px;
}

/*estilos dos links*/

ul#navmenu, ul.sub1, ul.sub2 {
	list-style-type: none;
}

ul#navmenu li {
	display: block;
	position: relative;
	float: left;
	padding: 0px;
	width: 192px;	
}

ul#navmenu ul.sub1 {
	display: none;
	position: absolute;
	top 10px;
}

ul#navmenu li:hover .sub1 {
	display: block;
}


ul#navmenu a {
	
	display: block;
	position: relative;
	color: #75A635;
	text-decoration: none;
	opacity: 1;
	background-color: #0A3E23;
	width: 192px;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	/*-webkit-border-radius: 10px;
	border-radius: 10px;*/
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
}
	

#main_menu a:hover{
	opacity: 1;
	background-color: #360;
}
#main_menu a:active{
	opacity: 1;
	background-color: #360;
}

}

/*estilos dos conteúdos*/

#top_section li {
	color: #0A3E23;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-type: circle;
	padding: 5px;
	display: block;
	width: 700px;
}

#main_section{
	float: left;
	background: #573B79;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
}

#left_section{
	float: left;
	background: #573B79;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 15px;
	padding: 0px;
}

#right_section{
	float: left;
	background:#573B79;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 40px;
}

#main_wrapper{
	background: #FFF;
}

/*estilos do footer*/
#main_footer{
	clear: both;
	text-align: center;
	padding: 20px;
	border-top: 2px solid #0A3E23;
	background: #092F1B;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	vertical-align: top;
}


.wrapper {
  width: 960px;
  margin: 0px;
  padding-top: 40px;
  padding-left: 40px;
}

.slider {
  margin: 20px 0px;
  width: 960px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0;
  margin: 0px; 
}

article{
	padding: 20px;
	margin: 0px 0px;
	width: 300px;
}

article header{
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #0A3E23;
	padding: 10px;
	width: 245px;
	height: 20px;
}

article p{
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #0A3E23;
	padding: 10px;
	width: 245px;
	height: 100px;
}

article footer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	padding: 0px;
	width: 245px;
	height: 20px;
}

/*estilos dos links*/

article a{
	display: block;
	float: right;
	color: #FFF;
	text-decoration: none;
	opacity: 0.8;
	background-color: #D96D00;
	width: 70px;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border-radius: 8px;
}

article a:hover{
	opacity: 0.4;
}
article a:active{
	opacity: 0.4;
}	

a{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

#main_wrapper #baixo_blocos #bottom_left_section article header {
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	width: 400px;
	height: 20px;
	color: #0A3E23;
}

/*#main_wrapper #baixo_blocos #bottom_left_section article p {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	width: 300px;
}*/


article{
	margin: 0px 0px;
	width: 960px;
	height: 200px;
}

#main_wrapper #baixo_blocos #top_section .mensagem{
	margin: 0px 0px;
	width: 960px;
	height: auto;
}

#bottom_left_section{
	float: left;
	background: #FFF;
	width: 400px;
	margin-top: 0px;
	margin-right: 40px;		
	margin-left: 40px;	
}

#bottom_right_section{
	float: left;
	background: #FFF;
	width: 400px;
	margin-top: 0px;
	margin-right: 40px;		
	margin-left: 40px;	
}

#top_section{
	float: left;
	background: #FFF;
	width: 960px;
	margin-top: 0px;
	margin-right: 40px;		
	margin-left: 40px;	
}

#footer_1 {
	float: left;
	/*border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #FFF;*/
	width: 200px;
	padding: 10px;
	margin: 10px;
	color: #75A635;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	height: 270px;	
	
}

#footer_2 {
	float: left;
	/*border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #FFF;*/
	width: 205px;
	padding: 10px;
	margin: 10px;
	color: #75A635;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	height: 270px;	
	
}

#footer_3 {
	float: left;
	/*border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #FFF;*/
	width: 222px;
	padding: 10px;
	margin: 10px;
	color: #75A635;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	height: 270px;	
	
}

#footer_4 {
	float: left;
	/*border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #FFF;*/
	width: 205px;
	padding: 10px;
	margin: 10px;
	color: #75A635;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	height: 270px;	
	
}



#footer_text {
	width: 159px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}

li {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	padding: 5px;
}

li a{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

.conteudos {
	display: block;
	float: left;
	width: 960px;
	margin: 20px;
	padding: 20px;
}

.conteudos2 {
	display: block;
	float: left;
	width: 960px;
	margin: 0px 20px;
	padding: 0px 20px;
}

.conteudos h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #0A3E23;
}

.conteudos p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	/*text-indent: 20px;*/
}

.conteudos2 h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #0A3E23;
}

.conteudos2 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	/*text-indent: 20px;*/
}

.conteudos2 li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	list-style: square;
	padding: 10px;
}

.italico{
	
	font-style: italic;
	/*text-indent: 20px;*/
}

.conteudos li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	list-style: square;
	padding: 10px;
}

#autor {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #573B79;
	text-align: right;
}


#sub_menu{
	display: block;
	float: left;
	margin: 5px 35px;
}

/*estilos dos links*/
#sub_menu a{
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	background-color: #E29D36;
	width: 85px;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	border-radius: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
}

#sub_menu a:hover{
	opacity: 0.6;
}
#sub_menu a:active{
	opacity: 0.6;
}

#big_wrapper_team {
	float: left;
	width: 960px;
	padding: 20px 0px;
}

#wrapper_team_left {
	float: left;
	width: 480px;
}

#wrapper_team_right {
	float: left;
	width: 480px;
}

#team_left {
	float: left;
	-moz-box-shadow: 3px 3px 3px 0px #ccc;
  	-webkit-box-shadow: 3px 3px 3px 0px #ccc;
 	box-shadow: 3px 3px 3px 0px #ccc;
	margin-right: 28px;
}

#team_right {
	float: left;
	-moz-box-shadow: 3px 3px 3px 0px #ccc;
  	-webkit-box-shadow: 3px 3px 3px 0px #ccc;
 	box-shadow: 3px 3px 3px 0px #ccc;
	margin-left: 28px;
}


#team_foto {
	float: left;
	width: 150px;
	height: 146px;
	text-align: center;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	}

#team_name {
	float: left;
	width: 280px;
	height: 126px;
	background-color: #FFA346;
	border-top: 2px solid #FFF;
	border-left: 0px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 10px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
}

#team_description_left {
	clear: both;
	width: 452px;
	padding: 20px 0px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #573B79;
	margin-right: 28px;
}

#team_description_right {
	clear: both;
	width: 452px;
	padding: 20px 0px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #573B79;
	margin-left: 28px;
}

.cargo {
	color: #7D7D7D;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
}

.descricao {
	color: #7D7D7D;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 10px;
}


.contactos {
	display: block;
	float: left;
	width: 450px;
	height: 1040px;
}

.mapa {
	clear: both;
	width: 920px;
	padding-top: 40px;
}


.bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #573B79;
	font-weight: bold;
}

#frame {
	width: 450px;
	height: 1100px;
	background-color:#FFF;
}

#frame2 {
	width: 450px;
	height: 1350px;
	background-color:#FFF;
}

#framecontactos {
	width: 450px;
	height: 1000px;
}

.servicos_top_left {
	display: block;
	float: left;
	width: 500px;
	height: 300px;
	padding-right: 20px;
}

.servicos_top_right {
	display: block;
	float: left;
	width: 420px;
	height: 300px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}

.servicos_bottom {
	clear: both;
	width: 960;
	height: auto;
	padding-top: 40px;
}

.servicos_bottom a {
	color: #F60
}

.servicos_top_right img {
	max-width: 420px;
	max-height: 300px;
}

.redes_sociais_logo {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
}

.redes_sociais_nome {
	display: block;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	height: 30px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

#main_wrapper #blocos_servicos #bottom_left_section article header {
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	padding: 10px;
	width: 400px;
	height: 20px;
	color: #D96D00;
}

#main_wrapper #blocos_servicos #bottom_left_section article p {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 10px;
	width: 400px;
	height: 100px;
}

#main_wrapper #blocos_servicos #bottom_left_section article footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	width: 400px;
	height: 20px;
}

#main_wrapper #blocos_servicos #bottom_right_section article header {
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	padding: 10px;
	width: 400px;
	height: 20px;
	color: #D96D00;
}

#main_wrapper #blocos_servicos #bottom_right_section article p {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 10px;
	width: 400px;
	height: 100px;
}

#main_wrapper #blocos_servicos #bottom_right_section article footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	width: 400px;
	height: 20px;
}

#blocos_servicos {
	display: block;
	float: left;
}


#main_wrapper #baixo_blocos #top_section article header {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	width: 900px;
	height: 20px;
	color: #0A3E23;
}

#main_wrapper #baixo_blocos #top_section article p {
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	width: 900px;
	height: auto;
}

#main_wrapper #baixo_blocos #top_section .mensagem table tr td .news {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	width: 500px;
	height: auto;
}

.serv_left {
	width: 300px;
	display: block;
	float: left;
	padding: 5px;
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.serv_right {
	width: 100px;
	display: block;
	float: left;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;

}


#main_wrapper .conteudos .servicos_bottom .sondagens {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F60;
}

article2{
	padding: 20px;
	margin: 0px 0px;
	width: 300px;
}


article2 p{
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0A3E23;
	padding: 10px;
	
}

article2 a {
	color: #0A3E23;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-decoration:underline;
}

.link-normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #573B79;
}