@charset "UTF-8";
/* CSS Document */

@import 'clearfix.css';
@import 'fonts/fonts.css';
@import 'accordion.css';


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}
body {
	background: url(../images/layout/bg_main_grid.png);
	margin:0px;
	height:100%;
}
#bg_images { }
#bg_images img {
	position: relative;
	right: -100px;
}

table, td, th, tr {
	border: none;
	margin-bottom: 30px;
}
table {
	width: 100%;
}
td {
	border: dotted 1px #ccc;
	padding: 5px;
}
td p {
	font-size: 11px;
	color: #666;
	margin-top: 0px;
}
th {
	font-weight: normal;
	background: #56D4C7;
	color: #fff;
	padding: 5px;
	white-space: nowrap;
}
tr td:first-child {
	font-weight:bold;
	text-align:center;
}
table.staff td {
	vertical-align:top;
	border: none;
}

/*-----------------------------------------------------------*/
/*----------------------- SELECTORS -------------------------*/
/*-----------------------------------------------------------*/
a, a:link, a:visited {
	color: #6578a3;
	color: #002d5f;
	text-decoration: underline;
}
a:hover, a:active {
	color: #6578a3;
	color: #002d5f;
	text-decoration: none;
}
a.green, a.green:link, a.green:visited {
	color: #9fbc3a;
	text-decoration: none;
}
a.green:hover, a.green:active {
	color: #9fbc3a;
	text-decoration: underline;
}

/*-----------------------------------------------------------*/
/*----------------------- TEXT STYLES -----------------------*/
/*-----------------------------------------------------------*/

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child { margin-top: 0px; }
h1 {
	font-family: 'aller_lightregular';
	font-weight:normal;
	text-transform:uppercase;
	color: #56D4C7;
	font-size:24px;
}
h2 {
	font-family: 'allerbold';
	color: #678aaa;
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
	line-height: 1em;
}
h3 {
	font-weight: normal;
	text-transform:uppercase;
	font-size: 14px;
}
h4 {
    font-family: 'HelveticaNeueLTPro-BdCn';
	color: #fff;
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
	width: 100px;
	margin: 0px;
	line-height: 1em;
}
h5 {
	font-family: 'aller_lightregular';
	font-weight:normal;
	text-transform:uppercase;
	color: #6578a3;
	color: #002d5f;
	font-size:14px;
	margin-bottom: 1em;
}
h6 {
	font-family: 'aller_lightregular';
	font-weight:normal;
	text-transform:uppercase;
	color: #6578a3;
	color: #002d5f;
	font-size:12px;
	margin-bottom: .5em;
}
.artigo h5 {
	text-transform:none;
	font-family: 'allerbold';
	font-size:12px;
}
p, ul, ol, li { line-height: 1.5em; }
ul, ol { margin-bottom: 2em; }
li { margin-bottom: 0.5em; }

strong {
/*	font-family: 'allerbold'; */
/*	font-weight: normal; */
}
.colored {
	color: #6578a3;
	color: #002d5f;
	font-size: 14px;
}
.coloredblue {
	color: #6578a3;
	color: #002d5f;
}
.hilighted {
	background: rgba(141,210,202,.2);
	padding-top: 10px;
	padding-bottom: 10px; 
}
.staff_photo {
	width: 100px;
}
.marged {
	margin-right: 30px;
}
.unmarged {
	margin: 0px !important;
}
img { border: 0px; }

ol {
	counter-reset:li;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}
ol li {
	/*	list-style:none;*/
	margin-bottom: 10px;
}
ol > li:before {
	content: counter(li)'- '; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
	color: #56D4C7;
}
ol.colorblue > li:before {
	color: #6578a3;
	color: #002d5f;
}
ul.newstyle {
	padding: 0px;
	list-style: none;
}
ul.newstyle li {
	padding-left: 12px;
	text-indent: -12px;
	line-height: 1em;
}
ul.newstyle li:before {
	content: '> ';
	margin-left: 10px;
}
.legend {
	font-style:italic;
	color: #999;
	font-size:10px;
}

/*-----------------------------------------------------------*/
/*----------------------- STRUCTURE -------------------------*/
/*-----------------------------------------------------------*/

#wrapper {
	width: 100%;
	margin: 0px;
	/*background: #eee;*/
}
#wrapper_header,
#wrapper_maincontent,
#wrapper_navigation,
#wrapper_footer {
	width: 100%;
}
#wrapper_header{ background: /*#fff*/ url(../images/layout/bg_header.jpg) repeat-x bottom #fbfbfb; }
#wrapper_navigation { background: url(../images/layout/bg_navigation.jpg) repeat-x top; height: 36px; overflow:hidden; }
#wrapper_maincontent {  background :no-repeat center top #f2f2f2; background-image: url(../images/layout/bg_p0.jpg); /*background-size:100% 800px;*/ min-height:510px;}
#wrapper_footer { /*background: #a9a9a9;*/ position: relative;}

#header,
#navigation,
#holder,
#footer {
	width: 982px;
	margin: 0px auto;
}
/*#maincontent_border.col1 {
	width: 910px;
}
#maincontent_border.col2 {
	width: 420px;
	margin-left: 30px;
	font-size: 12px !important;
}
#maincontent_border.col2:first-child {
	margin-left: 0px;
}
*/
#header {
	padding: 15px 10px 13px 10px;
}
#navigation {
	position: relative;
	/*
	z-index: 800;
	margin-bottom: 76px;*/
}
#holder {
	margin-bottom: 88px;
	/*background: #444;*/
}
#maincontent {
	position: relative;
	background: #fff;
	padding: 25px;
	margin: 25px auto -88px auto;
	float: right;
	width: 712px;
	min-height: 462px;
}
#maincontent #maincol_holder {
	overflow: hidden;
}
#maincontent #maincol {
	position: relative;
	float: left;
	height: 454px;
	height: 408px;
	overflow: scroll;
	padding-bottom: 15px;
	width: 100%;
	padding-right: 20px;
	background-color: ;
}
#maincontent .shade {
	background: url(../images/layout/shade.png) repeat-x bottom;
	height: 50px;
	position: absolute;
	bottom: 0px;
}
/*#maincontent {
	position: relative;
	float:left;
	background: #ccc;
	min-height: 300px;
	padding: 30px 15px;
	margin-top: 25px;
}*/
#footer {
	padding: 13px 0px;
	color: #fff;
	font-size:10px;
	z-index: 1000;
	position: relative;
}
.scroll_controls {
	position: absolute;
	bottom: 50px;
}
.scroll_controls img {
	display: block;
	margin-top: 18px;
	cursor: pointer;
}
#main_col_left {
	width: 602px;
	margin-right: 28px;
	float: left;
}
#main_col_right {
	width: 320px;
	float: left;
}
#error_msg {
	float: left;
	width: 100%;
	text-align: center;
}

/*-----------------------------------------------------------*/
/*----------------------- HEADER STUFF ----------------------*/
/*-----------------------------------------------------------*/
#header img.logo {
	float: right;
	padding-right: 15px;
}
/*#header p.claim {
	float: right;
	margin: 0px;
	margin-right: 72px;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 108px;
	color: #86cedf;
}*/

/*-----------------------------------------------------------*/
/*----------------------- MENUS STUFF -----------------------*/
/*-----------------------------------------------------------*/

#menu1 {
	width: 100%;
	background: url(../images/layout/bg_navigation.jpg) repeat-x top;
	margin-bottom: 0px;
	position: relative;
	float: left;
}
#menu1.top_level {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*border: #86cedf 2px solid;*/
}
#menu1.top_level > li {
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0px;
}
#menu1.top_level > li > a,
a#loginbox,
a#loginbox2 {
	padding: 12px 10px 10px 10px;
	display: block;
	text-transform: uppercase;
	font-family: 'aller_lightregular';
	font-size: 12px;
	color: #fff;
	/*border: #86cedf 2px solid;*/
	border-left: none;
	/*width: 98px;*/
}
#menu1.top_level > li:first-child > a {
	/*border-left: #86cedf 2px solid;*/
}
#menu1.top_level > li > a:link,
#menu1.top_level > li > a:visited,
a#loginbox:link,
a#loginbox:visited,
a#loginbox2:link,
a#loginbox2:visited {
	/*background: #98d4e2;*/
	text-decoration: none;
}
#menu1.top_level > li:hover ,
#menu1.top_level > li > a:hover,
#menu1.top_level > li > a:active,
a#loginbox:hover,
a#loginbox:active,
a#loginbox2:hover,
a#loginbox2:active,
#menu1.top_level > li > a.active  {
	background: url(../images/layout/bg_menu1_tlevel.jpg) repeat-x top;
	text-decoration: none;
}
#menu1.top_level li div.sec_level {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 10px 0px;
	position: absolute;
	left: 0px;
	list-style: none;
	width: 100%;
}
#menu1.top_level li div.sec_level ul { padding:0px; }
#menu1.top_level li div.sec_level li {
	display: inline-block;
	/*margin-left: 35px;*/
	/*height: 25px;*/
	/*width: 105px;*/
}
#menu1.top_level li div.sec_level li:first-child {
	margin-left: 10px;
}
#menu1.top_level li div.sec_level li a {
	text-transform: uppercase;
    font-family: 'aller_lightregular';
	font-size: 12px;
	padding: 4px 0px 2px 0px;
	display: block;
	margin-right: 24px;
}
#menu1.top_level li div.sec_level li a:link,
#menu1.top_level li div.sec_level li a:visited {
	text-decoration: none;
	color: #fff;
}
#menu1.top_level li div.sec_level li a:hover,
#menu1.top_level li div.sec_level li a:active,
#menu1.top_level li div.sec_level li a.active {
	text-decoration: underline;
}
/*#menu1  ul.top_level li:hover ul.sec_level,
#menu1.top_level li div.sec_level.active {
	display: block;
}
#menu1.top_level li:hover > div.sec_level {
	z-index:1000;
}

/*-----------------------------------------------------------*/
/*----------------------- MENU 2 ----------------------------*/
/*-----------------------------------------------------------*/
ul#menu2 {
	margin:0px;
	padding: 0px;
	list-style: none;
	font-family: 'aller_lightregular';
	font-size:13px;
	text-transform:uppercase;
}
ul#menu2 li {
	margin-bottom: 3px;
}
ul#menu2 li a,
ul#menu2 li a:link,
ul#menu2 li a:visited  {
	text-decoration: none;
	color: #6578a3;
}
ul#menu2 li a:hover,
ul#menu2 li a:active,
ul#menu2 li a.active {
	text-decoration: none;
	color: #56D4C7;
}

/*-----------------------------------------------------------*/
/*----------------------- MAINCONTENT STUFF -----------------*/
/*-----------------------------------------------------------*/
#menu_ilustr {
	width:100%; height:544px; margin-bottom:-88px;
}
#grid_ghost {
	background: url(../images/layout/bg_main_grid.png);
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
}
#shadow {
	background: url(../images/layout/shadow.png) repeat-x;
	height: 7px;
	width: 100%;
	position: absolute;
	z-index: 999;
}
#shadow_bottom {
	background: url(../images/layout/shadow_bottom.png) repeat-x;
	height: 7px;
	width: 100%;
	position: absolute;
	top: -7px;
	z-index: 999;
}
#content { }
#content img {
	border: solid 2px #86cedf;
	max-width: 598px;
}

/*-----------------------------------------------------------*/
/*----------------------- MAINCONTENT RIGHT -----------------*/
/*-----------------------------------------------------------*/

#loginbox {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#loginbox2 {
	float: right;
	position: absolute;
	top: 0px;
	right: 90px;
}
/*#loginbox a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;	
	padding: 9px 10px 7px 10px;
	display: block;
	text-transform: uppercase;
	font-family: 'aller_lightregular';
	font-size: 12px;
	color: #fff;
}
#loginbox:hover {
	background: #9fbc3a;
}
#loginbox h4 {
	float:left;
	margin-top: 4px;
}
#loginbox img.button {
	float:right;
	margin-top: 0px;
}*/
div.servicos {
	padding: 0px;
	margin-bottom: 30px;
}
div.servicos h2 {
	margin: 0px 0px 18px 2px;
}
div.servicos > div {
    font-family: 'aller_lightregular';
	padding: 18px 0px 4px 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #678aaa;
}
div.servicos > div span {
	margin-left: 33px;
}
div.serv1 { background: url(../images/layout/servicos_02.png) no-repeat left; }
div.serv2 { background: url(../images/layout/servicos_04.png) no-repeat left; }
div.serv3 { background: url(../images/layout/servicos_06.png) no-repeat left; }
div.serv4 { background: url(../images/layout/servicos_08.png) no-repeat left; }
div.serv5 { background: url(../images/layout/servicos_10.png) no-repeat left; }
div.serv6 { background: url(../images/layout/servicos_12.png) no-repeat left; }
div.serv7 { background: url(../images/layout/servicos_14.png) no-repeat left; padding-bottom: 0px;}
div.serv8 { background: url(../images/layout/servicos_16.png) no-repeat left; }
div.serv9 { background: url(../images/layout/servicos_18.png) no-repeat left; }
div.serv10 { background: url(../images/layout/servicos_20.png) no-repeat left; }

/*-----------------------------------------------------------*/
/*----------------------- MAINCONTENT STUFF -----------------*/
/*-----------------------------------------------------------*/

span#copyright { float: left; }
span#credits { float: right; }
.long_text {
/*	padding-left: 45px !important; */
}
.col {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
/*.col:first-child { margin-left: 15px; margin-right: 45px; }*/
.long_col {
	width: 550px;
	margin-right: 45px;
}
.short_col {
	width: 110px;
}
.medium_col {
	width: 416px;
	margin-right: 32px;
}
.services_col {
	float: right;
	width: 219px;
	width: 214px;
	background: rgba(141,210,202,.2);
/*	position: absolute;
	right: 0;
	top: 0;
	bottom: 0; */
	overflow: visible;
	padding: 30px 15px 0px 35px;
	margin: -25px -25px 0 0;
}
.assoc_col {
	background: url(../images/layot/mapa_pt.pn) #456;
}
.col_left { margin-left: 0px; }
.col_right { margin-right: 0px; }
.col_center {
	float: left;
	margin-left: 15px; margin-right: 15px;
	width: 240px;
}
.col_list {
	float: left;
	margin-left: 15px; margin-right: 15px;
	width: 650px;
	vertical-align:middle;
	display: table-cell;
}

/*-----------------------------------------------------------*/
/*----------------------- LISTING STUFF ---------------------*/
/*-----------------------------------------------------------*/

.go_back,
.list,
.go_ff {
}
.list {
	vertical-align: top;
}
.go_back,
.go_ff {
	width: 60px;
}
.go_back {
	background: url(../images/layout/arrow_left.png) no-repeat center center;
}
.go_back:hover {
	cursor: pointer;
	background: url(../images/layout/arrow_left_glow.png) no-repeat center center;
}
.go_ff {
	background: url(../images/layout/arrow_right.png) no-repeat center center;
}
.go_ff:hover {
	cursor: pointer;
	background: url(../images/layout/arrow_right_glow.png) no-repeat center center;
}
.list div.list_item {
	width: 482px;
	margin: 0px 20px;
	padding: 10px 0px;
	border-bottom: solid 1px #c7e6ed;
}
.list div.list_item:first-child {
	border-top: solid 1px #c7e6ed;
}

/*-----------------------------------------------------------*/
/*----------------------- ASSOC STUFF -----------------------*/
/*-----------------------------------------------------------*/

.assoc {
	height: 350px;
	width: 100%;
}
.assoc ul.list_item {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.assoc ul.list_item li {
	margin: 20px 0px;
}
.assoc ul.list_item li:first-child {
	margin-top: 0px;
}
#mapa_pt {
	position: relative;
}
div.assoc_pin {
	font-family: 'aller_lightitalic';
	font-size: 8px;
	line-height: 1em;
	width: 30px;
	padding-top: 32px;
	background: url(../images/layout/gota.png) no-repeat center top;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.assoc_pin:hover {
	cursor: pointer;
}

/*-----------------------------------------------------------*/
/*----------------------- NEWS STUFF ------------------------*/
/*-----------------------------------------------------------*/

.news_thumb {
	float: left;
	margin-right: 10px;
}
.news_list_content {
	float: left;
	width: 338px;
}
.news_list_content h3 {
	margin: 0px;
	font-size: 14px;
	font-family: 'HelveticaNeue-Medium';
}
.news_list_content p {
	margin: 0px;
}

/*-----------------------------------------------------------*/
/*----------------------- CONTACTOS STUFF -------------------*/
/*-----------------------------------------------------------*/

form#contactos {
	margin: 0px;
}
form#contactos td {
	font-size:12px;
	vertical-align: top;
}
form#contactos input, form#contactos textarea {
	background: #86cedf;
	border: none;
	color: #333;
	line-height: 15px;
	padding: 2px 4px;
	width: 98%;
}
form#contactos input#email {
	width: 200px;
}
form#contactos input#enviar {
	width: auto;
	float: right;
	cursor: pointer;
	padding: 4px 25px;
	background:  #b8d064;
	color: #fff;
}
/*-----------------------------------------------------------*/
/*----------------------- ACTUALIDADES ----------------------*/
/*-----------------------------------------------------------*/
.artigo {
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
}
.artigo img {
	float: left;
	width: 80px;
	border: 2px #fff solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 10px 10px -10px #000000;
    box-shadow: 0px 0px 10px 0px #ccc;
	margin-right: 15px;
}
.artigo p {
	color: #999;
}

.servicos a {
	color: inherit;
}
/*-----------------------------------------------------------*/
/*----------------------- FORM LOGIN ------------------------*/
/*-----------------------------------------------------------*/
form label h2 {
	margin: 10px 0px 0px 0px !important;
}
form .button {
	display: block;
	margin: 15px 0px 0px 0px;
	background-color: #6578a3;
	border-color: #fff;
	color: #fff;
	padding: 5px 10px;
	text-transform:uppercase;
	font-size: 9px;
	cursor:pointer;
}
form .button:hover {
	background-color: #002d5f;
}
#error_message {
	color: #f00;
}
#logout_form {
	float: right;
	position: absolute;
	top: 0px;
	right: 20px;
}
#logout_form .button,
#logout_form p {
	float: left;
	margin-top: 10px;
}
.clientdocs_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.clientdocs_list li {
	border-bottom: dotted 1px #6578a3;
	padding: 10px 0px;
}
.clientdocs_list li div {
	float: left;
}
.clientdocs_list li .data {
	margin-right: 20px;
	color: #999;
	font-size: 10px;
}
.clientdocs_list li .doc a {
	color: #666;
}
.clientdocs_list li .doc a:link,
.clientdocs_list li .doc a:visited {
	text-decoration: none;
}
.clientdocs_list li .doc a:hover {
	text-decoration: underline;
}
#categories_docs {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#categories_docs h3 {
	margin: 20px 0px 0px 0px;
	background-color: #ccc;
	padding: 5px;
}
#categories_docs h3:first-child {
	margin-top: 0px;
}