@import "css/navegador_paginas.css";
@import "css/mensagens_aviso_erro_sucesso.css";
@import "css/forms.css";
@import "css/tabelas.css";

*{
	box-sizing: border-box;
}

.dica_centro_centro{
	background:url("../../sistema/tema/imagens/fundo_transparente_preto_50.png");
	padding:10px;
	border:#000000 solid 1px;
	color:#FFFFFF;
}

.loading{
	background:url("imagens/a_processar.gif") center no-repeat;
}

.portfolio_rodape{
	opacity:0;
	filters:alpha("opacity=0");
}

.portfolio_rodape_escondido{
	opacity:0;
	filters:alpha("opacity=0");
	border:#666666 solid 1px;
}

.portfolio_rodape_desactivado{
	opacity:0.5;
	filters:alpha("opacity=50");
	border:#666666 solid 1px;
}

.portfolio_rodape_activado{
	opacity:1;
	filters:alpha("opacity=100");
	border:#666666 solid 1px;
}

/* LAYOUT DO SITE --------------------------------------------------------------------------------------------- */
*{
	font-family:elgethy;
}

A{
	color:#787677;
	text-decoration: none;
}

A:hover{
	color:#000000;
	text-decoration: none;
}

html{
	height:100%;
}

body{
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	height:100%;
}

img{
	border:none;
}

.contentor_pagina{
	width:870px;
	height:100%;
	text-align:left;
}

.sistema_ajuda_coluna{
	width:20px;
}

.layout_rectangulo_menu{
	position:absolute;
	width:636px;
	height:170px;
	background:url(imagens/rectangulo_menu_3.png);
	top:30px;
	left:2px;
	z-index:3;
}

.layout_fundo_cima{
	width:540px;
	height:185px;
	top:0px;
	left:420px;
	position:absolute;
	background:url(imagens/fundo_cima_transparente.png);
	z-index:1;
}

.layout_area_utilizador{
	width:300px;
	height:60px;
	top:146px;
	left:645px;
	position:absolute;
	z-index: 3;
}

.layout_idiomas{
	width:100px;
	position:absolute;
	top:171px;
	left:480px;
	z-index:4;
	display:inline-block;
	text-align: right;
}

.layout_conteudos{
	position:absolute;
	top:130px;
	left:0;
	z-index:2;
}

/* --- fonts ---------------------------------------------------------------- */
@font-face {
    font-family: 'elgethy';
    src: url('fonts/elgethy.eot');
    src: url('fonts/elgethy.eot?#iefix') format('embedded-opentype'),
         url('fonts/elgethy.woff') format('woff'),
         url('fonts/elgethy.ttf') format('truetype'),
         url('fonts/elgethy.svg#elgethy') format('svg');
    font-weight: normal;
    font-style: normal;
}

.overlay{
	background: rgba(0,0,0,0.85);
    font-family: Arial;
    position: fixed;
    left: 0%;
    top: 0%;
	width: 100%;
	height:100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transition:opacity 500ms ease;
	color:#FFF;
	opacity:0;
	vertical-align: middle;
	text-align:center;
	display:none;
	z-index: 999999;
}

.overlayLoading{
    position: fixed;
    left: 0%;
    top: 0%;
	width: 100%;
	height:100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transition:opacity 500ms ease;
	color:#FFF;
	opacity:1;
	vertical-align: middle;
	text-align:center;
	display:none;
	z-index: 1000000;
}



/* ***/
#galeriaImagensThumbnail IMG{
	margin-left:5px;
	margin-right:5px;
}

#galeriaImagens{
	transition:all 1000ms ease;
}