* {
	margin:0;
	padding:0;
	border:none;
	
	font-family:Arial;
	font-size:12px;
	line-height:12px;
	color:#555;
	text-decoration:none;
}

body {
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center top;
	min-width:1010px;
	min-height:670px;
	width:100%;
	height:100%;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}

.aright {
	text-align:right;
}

.clear {
	clear:both;
}

.content {
	position:relative;
	width:1010px;
	height:673px;
	margin:5% auto;
}

#logo {
	position:absolute;
	width:165px;
	height:77px;
	top:0;
	left:0;
}

#menu {
	position:absolute;
	width:220px;
	min-height:270px;
	top:100px;
	left:0;
}

#menu-2 {
	width:100%;
	background-image:url('../images/menu-bg.png');
	background-repeat:repeat-x repeat-y;
}

.item, .sub-itens {
	position:relative;
	width:100%;
	cursor: hand;
	cursor: pointer;
}

.sub-itens {
	background-color:#666;
	display:none;
}

.sub-item {
	position:relative;
	padding:10px 0 10px 20px;
}

.sub-item h3, .sub-item h3 a {
	color:#FFF;
	display:inline;
}
.sub-item .min {
	color:#EEE;
	display:inline;
	font-size:10px;
	font-weight:normal;
}

.sub-item .seta {
	position:absolute;
	top:8px;
	left:10px;
	width:7px;
	height:13px;
	display:none;
}


.item .bg {
	position:absolute;
	bottom:0;
	left:0;
	width:200px;
	padding:10px;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	color:#FFF;
	background-color:#666;
	z-index:2;
	display:none;
}

.item .bg a {
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	color:#FFF;
}

.bg.bg1 {
	color:#5E9631;
	background-color:#FFF;
}
.bg.bg1 a {
	color:#5E9631;
}
.bg.bg2 {
	color:#56B5A1;
	background-color:#FFF;
}
.bg.bg2 a {
	color:#56B5A1;
}

.bg.bg3 {
	color:#5F4200;
	background-color:#FFF;
}
.bg.bg3 a {
	color:#5F4200;
}

.bg.bg4 {
	color:#108DA2;
	background-color:#FFF;
}
.bg.bg4 a {
	color:#108DA2;
}

.item.margin {
	margin:5px 0;
}

h1 {
	position:relative;
	padding:10px;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	z-index:1;
}

h1.b1, h1.b2 , h1.b3 , h1.b4{
	color:#FFF;
}
h1.b1 {
	background-color:#5E9631;
}
h1.b2 {
	background-color:#56B5A1;
}

h1.b3 {
	background-color:#5F4200;
}

h1.b4 {
	background-color:#108DA2;
}

h2 {
	font-size:15px;
	line-height:15px;
	color:#FFF;
	text-align:right;
	font-weight:normal;
}

h2.c1 {
	color:#009CD7;
}

h3, h3 a {
	position:relative;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	z-index:1;
}


.ver-mais {
	position:relative;
	width:80px;
	height:11px;
	font-weight:bold;
	cursor: hand;
	cursor: pointer;
}
.ver-mais .texto {
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	line-height:12px;
	display:none;
}
.ver-mais .quadrado {
	position:absolute;
	top:0;
	right:0;
}

.quadrado {
	width:11px;
	height:11px;
}

.ver-mais.c1 {
	position:absolute;
	bottom:15px;
	right:15px;
}
.ver-mais.c2 {
	float:right;
}

.ver-mais.c1 .texto a, .ver-mais.c1 .texto {
	color:#FFF;
}
.ver-mais.c1 .quadrado {
	background-color:#FFF;
}
.ver-mais.c2 .texto a, .ver-mais.c2 .texto {
	color:#009CD7;
}
.ver-mais.c2 .quadrado{
	background-color:#009CD7;
}

.barra {
	float:right;
	width:77px;
	height:1px;
	background-color:#009CD7;
	margin:20px -15px 0 0;
}

#conteudo {
	position:absolute;
	width:785px;
	height:570px;
	top:100px;
	left:225px;
}

#conteudo .fleft {
	width:620px;
	height:550px;
}
#conteudo .fright {
	position:relative;
	width:130px;
	height:520px;
	padding:15px;
	background-image:url('../images/menu-bg.png');
	background-repeat:repeat-x repeat-y;
}

#topo {
	position:relative;
	width:100%;
	height:273px;
	margin-bottom:4px;
}

#topo2 {
	position:relative;
	width:100%;
	height:550px;
	margin-bottom:4px;
}

.gps{
	float:left;	
	position:relative;
}

.gps:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#topo a.gps span{
	display:none;
	padding:2px 3px;
	width:160px;	
}

#topo a.gps:hover span{
	display:block;
	background-color:#666666;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	left:-5px;
	bottom:20px;	
}

#topo2 a.gps span{
	display:none;
	padding:2px 3px;
	width:160px;	
}

#topo2 a.gps:hover span{
	display:block;
	background-color:#666666;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	left:-5px;
	bottom:20px;	
}
.baixo {
	width:590px;
	height:243px;
	padding:15px;
	color:#555;
	text-align:justify;
	background-image:url('../images/menu-bg.png');
	background-repeat:repeat-x repeat-y;
	line-height:17px;
	overflow:auto;
}
.baixo span, .baixo p, .baixo a {
	line-height:17px;
}

.baixo a {
	font-weight:bold;
}

.baixo-2 {
	width:620px;
	padding-top:5px;
}
.baixo-2 .fleft {
	width:299px !important;
	height:18px !important;
	padding:0 !important;
}
.baixo-2 .fright {
	height:18px !important;
	padding:0 !important;
}

.noticia-titulo {
	float:left;
	margin-bottom:5px;
}
.noticia-data {
	float:right;
}

.botoes {
	margin-top:2px;
	width:135px !important;
	height:16px !important;
	background:none !important;
}
.botoes div a {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	background-image:url('../images/conteudo-bg1.png') !important;
	background-repeat:repeat-x repeat-y !important;
	padding:3px 5px;
}
.botoes div a:hover {
	color:#555;
	background-image:url('../images/menu-bg.png') !important;
	background-repeat:repeat-x repeat-y !important;
}
.botoes .fright {
	width:auto !important;
	height:auto !important;
	background:none !important;
	margin-left:5px;
}

.baixo.b1{
	width:620px !important;
	height:273px !important;
	background:none !important;
	overflow:visible !important;
	padding:0 !important;
}

#topo .fleft, #topo .fright, .baixo .fleft, .baixo .fright {
	position:relative !important;
	width:277px !important;
	height:243px !important;
	padding:15px !important;
}

#topo .fleft, .baixo .fright, .tfl2 {
	background-image:url('../images/conteudo-bg1.png') !important;
	background-repeat:repeat-x repeat-y !important;
}
#topo .fright, .baixo .fleft {
	background-image:url('../images/conteudo-bg2.png') !important;
	background-repeat:repeat-x repeat-y !important;
}
#topo .fleft, .baixo .fleft {
	margin-right:4px !important;
}

.tfl2, .sust, .qual, .impacto {
	position:relative !important;
	width:590px !important;
	height:243px !important;
	padding:15px !important;
	margin:0 !important;
}
.tfl2 h2, .sust h2, .qual h2,  .impacto h2 {
	text-align:right;
}
.sust {
	width:635px;
	height:243px;
	margin:0;
	padding:15px;
	background-image:url('../images/conteudo-bg3.png');
	background-repeat:repeat-x repeat-y;
}

.impacto {
	width:635px;
	height:243px;
	margin:0;
	padding:15px;
	background-image:url('../images/conteudo-bg2.png');
	background-repeat:repeat-x repeat-y;
}
.qual {
	width:620px;
	height:243px;
	margin:0;
	padding:15px;
	background-image:url('../images/conteudo-bg4.png');
	background-repeat:repeat-x repeat-y;
}

#topo  img {
	border:2px solid #666;
}

#certificados {
	width:82px;
	height:47px;
	margin-top:23px;
	float:right;
}

#certificados2{
	width: 309px;
    height: 47px;
    margin-top: 23px;
    float: right;
}

.destaque {
	position:relative;
}

.destaque .titulo {
	margin:20px 0;
}

.destaque .descricao {
	height:164px;
}
.destaque .ver-mais {
	text-align:right;
}

.noticia-descricao {
	text-align:right;
	color:#FFF;
	margin-top:40px;
}
.noticia-descricao b {
	color:#FFF;
}
.noticia-descricao a.download {
	color:#777;
	font-weight:bold;
}
.noticia-descricao a.download:hover {
	text-decoration:underline;
}

.noticia-descricao.contactos {
	margin-top:10px;
	font-size:8px;
}

.botao-form {
	background:none;
	padding:0;
	margin:0;
	font-weight:bold;
	cursor: hand;
	cursor: pointer;
}
.botao-form:hover {
	text-decoration:underline;
}

.botao-form.lef {
	float:left;
}
.botao-form.rig {
	float:right;
}

.formulario, .formulario div {
	color:#FFF;
}

.campo {
	margin-top:10px;
}

input, textarea {
	margin-top:3px;
	width:267px;
	padding:3px 5px;
	resize:none;
}

textarea {
	height:50px;
	margin-bottom:5px;
}

textarea.m2 {
	width:174px;
	float:left;
}

.div-input-file{
	float:right;
    width:77px;
    height:23px;
	margin-top:3px;
	cursor: pointer;
	border:1px solid #009CD7;
}
.div-input-file:hover{
	border:1px solid #FFF;
}

.div-input-file.warning {
	border:1px solid #c1001f;
}

.div-input-file.d1{
    background:url('../images/anexar.png');
}
.div-input-file.d2{
	margin-top:12px;
    background:url('../images/anexar-fc.png');
}

.div-input-file .file-original{
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=00);
	cursor: hand;
	cursor: pointer;
}
.div-input-falso{
	float:right;
    width:72px;
    height:0px;
	padding:0;
	margin:0;
}
.div-input-falso .file-falso{
    width:72px;
    height:15px;
	background:none;
	color:#FFF;
	font-size:9px;
	text-align:right;
	padding:0;
	margin:0;
}

.slider {
	position:relative;
	width:616px;
	height:269px;
	background-image:url('../images/menu-bg.png');
	background-repeat:repeat-x repeat-y;
}

.slider2 {
	position:relative;
	width:616px;
	height:550px;
	background-image:url('../images/menu-bg.png');
	background-repeat:repeat-x repeat-y;
}

.slider img, .slider2 img {
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:1;
}
.slider img.i1, .slider .seta img, .slider2 img.i2, .slider2 .seta img {
	display:block;
}
.slider .seta, .slider2 .seta {
	position:absolute;
	width:25px;
	height:48px;
	top:50%;
	margin-top:-24px;
	z-index:2;
	cursor: hand;
	cursor: pointer;
}
.slider .seta.left, .slider2 .seta.left {
	left:10px;
}
.slider .seta.right, .slider2 .seta.right {
	left:auto;
	right:10px !important;
}
.slider .seta img, .slider2 .seta img {
	border:none !important;
}
.slider .seta .s2, .slider2 .seta .s2 {
	display:none;
}

.organigrama {
	border:2px solid #666;
}

#abe {
	position:absolute;
	bottom:0;
	right:0;
	width:35px;
	height:16px;
}

.download-manual a {
	width:220px !important;
	height:14px !important;
	padding-top:4px !important;
	text-align:center;
	background-image:url('../images/conteudo-bg1.png') !important;
	background-repeat:repeat-x repeat-y !important;
	color:#FFF;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	float:right;
}
.download-manual a:hover {
	background-image:url('../images/menu-bg.png') !important;
	background-repeat:repeat-x repeat-y !important;
	color:#555;
	cursor: hand;
	cursor: pointer;
}

.box {
	position:absolute;
	right:0;
	width:307px;
	padding-top:6px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	display:none;
}
.box.ok {
	top:-22px;
	height:16px;
	background-image:url('../images/conteudo-bg3.png');
	background-repeat:repeat-x repeat-y;
}
.box.error {
	top:-35px;
	height:29px;
	background-image:url('../images/conteudo-bg5.png');
	background-repeat:repeat-x repeat-y;
}
.box.e2 {
	top:-22px;
	height:16px;
}

/* ACRESCENTEI */

.nota{
	float:left;
	clear:left;
	margin-top:20px;
	font-size:10px;	
}

.form-check{
	font-size: 9px;
    line-height: 10px;
    margin-bottom: 10px;
}

.form-check2{
	font-size: 9px;
    line-height: 10px;
    margin-bottom: 5px;
}

#aviso-rgpd, #aviso-rgpd2{
	width:15px;
}

.campo2{
	margin-top:5px;
}

.mt-10{
	margin-top:-10px;
}

.aviso-cookies{
	width:100%;
	background:#000;
	padding:10px;
	color:#fff !important;
	font-size:12px;
	line-height:14px;
	z-index:10;
	text-align:center;
	position: fixed;
    bottom: 0;
    opacity: 0.8;
}

.container{
	color:#fff !important;
}

.aviso-cookies a{
	color:#fff;
	text-decoration:underline;
}

.close-barra{
	color:#fff;
	font-size:13px;
	cursor:pointer;
	margin-left:5px;
	text-decoration:none !important;
}