@charset "utf-8";
/* CSS Document */

/*estilo global*/
*{
	margin: 0px;
	padding: 0px;
	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 {
	display: block;
}

/*estilos do body*/
body{
	text-align:center;
	background: #666;
}

/*estilos da estrutura do site*/
#main_wrapper{
	width: 1040px;
	margin: 0px auto;
	text-align: left;
}

#publicidade{
	display: block;
	float: left;
	width: 728px;
	vertical-align: middle;
	height: 110px;
	padding-left: 20px;
}

#logo{
	display: block;
	float: left;
	width: 202px;
	height: 110px;
	vertical-align: middle;
}

#logos_douroverde{
	display: block;
	float: left;
	width: 960px;
	height: 110px;
	vertical-align: middle;
	text-align: justify;
	border-bottom: 5px solid #093;
	
}


/*estilos do header, logo*/
#main_header{
	background: #FFF; 
	padding: 10px 40px;
	height: 110px;
}

/*estilos do main menu*/
#main_menu{
	padding: 20px 40px;
}

/*estilos dos links*/
#main_menu a{
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	background-color: #573B79;
	width: 172px;
	-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;
	margin: 0px;
}

#main_menu a:hover{
	opacity: 0.6;
}
#main_menu a:active{
	opacity: 0.6;
}

/*estilos dos conteúdos*/
#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 #573B79;
	background: #36254B;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	vertical-align: top;
}


.wrapper {
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}

.slider {
  margin: 20px 0;
  width: 960px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}

article{
	padding: 20px;
	margin: 0px 0px;
	width: 300px;
}

article header{
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #B39EBD;
	padding: 10px;
	width: 245px;
	height: 20px;
}


.douroverde{
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #093;
	padding: 40px 0px 0px 0px;
	width: 960px;
	height: auto;
}

.subtitulo{
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #666;
	padding: 40px 0px 0px 0px;
	width: 960px;
	height: auto;
}

.legenda{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0px;
	color: #000;
	padding: 0px;
	width: auto;
	height: auto;
}

article p{
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 10px;
	width: 245px;
	height: 100px;
}

.negrito{
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #093;
	padding: 10px;
	width: 245px;
	height: 100px;
	font-weight: bold;
}

article footer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	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: #B39EBD;
	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: #B39EBD;
}

/*#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: 159px;
	padding: 10px;
	margin: 10px;
	color: #573B79;
	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: 209px;
	padding: 10px;
	margin: 10px;
	color: #573B79;
	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: 160px;
	padding: 10px;
	margin: 10px;
	color: #573B79;
	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: 159px;
	padding: 10px;
	margin: 10px;
	color: #573B79;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	height: 270px;	
	
}

#footer_5 {
	float: left;
	width: 109px;
	padding: 10px;
	margin: 10px;
	color: #573B79;
	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;
}

.conteudos h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #B39EBD;
}

.conteudos p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #573B79;
	/*text-indent: 20px;*/
}

.italico{
	
	font-style: italic;
	/*text-indent: 20px;*/
}

.conteudos li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #573B79;
	list-style: square;
	padding: 10px;
	margin-left: 15px;
}

#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: #B39EBD;
	width: 222px;
	-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: 950px;
}

.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: 450px;
}

.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: #573B79;
	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: #B39EBD;
}

#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: #B39EBD;
}

#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: #B39EBD;
}

#main_wrapper #baixo_blocos #top_section article p {
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	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: #000;
	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;
}

.links {
	border: 0px;
}