@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'KlinicSlabBold';
	src: url('KlinicSlabBold.eot'); 
	src: url('KlinicSlabBold.eot?#iefix'),
		/*url('KlinicSlabBold.woff') format('woff'), */
		url('KlinicSlabBold.otf') format('opentype'), 
		url('KlinicSlabBold.ttf') format('truetype'); 
}

html{
	height:100%;
}

body{
	min-height:100%;
	font-family: 'Lato', sans-serif;
	color: #373737;
	font-size: 14px;
	line-height: 16px;
	background-color: #fafafa;
	position:relative;
}

body.documents{
	background-color: #f7f7f7;
}

.clear{
	clear: both;
}

a{
	letter-spacing: 1px;
	
}

textarea{
	border: none;
	padding: 2px;
	background-color: #ffffff;
	resize: vertical;
}

.info{
	margin: 20px 0 0 0;
	font-size: 12px;
}

div#login:hover > span,
div#login:hover > i,
a:hover,
a:hover i{
	color: #DF7243;
	border-color: #DF7243 !important;
}

a.preto:hover{
	color: #999999;
}

a, h1, i{
	color: #db3d30;
}

h1{
	line-height: 54px;
	font-family: 'KlinicSlabBold', 'Lato', sans-serif;
	font-size: 48px;
}

p{
	margin-bottom: 20px;
}

.setinha{
	float:right;
	width:20px;
	height:27px;
	margin:8px 5px 0 0;
}

ul#listaNews li a.read.botao:hover{
	/*background-image: -o-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	background-image: -moz-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	background-image: -ms-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	background-image: linear-gradient(to right, #DF7243 0%, #C7282C 90%);*/
	/*border:none;
	border-width: 0;
	height: 20px;
	width:104px;
	line-height: 20px;*/
	/*border-image: -o-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	border-image: -moz-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	border-image: -ms-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	border-image: linear-gradient(to right, #DF7243 0%, #C7282C 90%);*/
	color: #DF7243;
}

.vermelho{
	color: #db3d30;
}

.preto{
	color:#373737;
}

.bordaH1{
	height: 2px;
	background: -o-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: -moz-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: -ms-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: linear-gradient(270deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	margin-bottom: 30px;
}

textarea:focus, input:focus, select:focus{
	outline: 0;
}

#outerContainer{
	min-height:100%;
	width: 940px;
	margin:0 auto;
	position:relative;
	padding-bottom: 265px; /* height footer1 + height footer2 */
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	overflow: hidden;
}

h2{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
}

input[type="text"],
input[type="password"]{
	border: none;
	box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.07);
	background-color: #fafafa;
	height: 20px;
	padding:2px;
	font-weight: 400;
}

.breadcrumb{
	margin-top: 12px;
	font-weight: 700;
	margin-bottom: 30px;
}

.breadcrumb a.back{
	display: block;
	float:right;
}

.botCatcher{
	display:none;
}

#janelaGM{
	width: 250px;
	height: 120px;
}

button{
	border:1px solid #db3d30;
	color: #db3d30;
	text-align: center;
	background-color: #ffffff;
	cursor: pointer;
	font-weight: 700;
}

a#linkUsername,
a#linkLogout{
	display:block;
	float:right;
}

a#linkUsername{
	margin-top:35px;
	margin-right: 40px;
	font-weight: 700;
}

a#linkLogout{
	margin-top: 34px;
	text-decoration: underline;
}

div#login{
	float: right;
	width: 220px;
	display:block;
	margin-top: 33px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	height: 45px;
	color: #db3d30;
}

div#login i.fa{
	font-size: 18px;
	margin-right:10px;
}

#frmLogin{
	background-color: #ffffff;
	padding: 0px 30px 25px 25px;
	position:absolute;
	/*right:-9999px;*/
	display: none;
	top: 153px;
	width: 170px;
	z-index: 2;
	cursor: default;
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.07);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.07);
}

#frmLogin label{
	display: block;
	margin: 20px 0 5px 0;
}

#frmLogin a#forgotPass{
	font-size:12px;
	display:block;
	margin-top:10px;
	text-decoration: underline;
}

#frmLogin button{
	margin-top:20px;
	width: 100px;
	height: 20px;
	line-height: 16px;
	border-width: 2px;
	font-size:12px;
}

#frmLogin input[type="text"],
#frmLogin input[type="password"]{
	width: 170px;
}

/*
div#login:hover #frmLogin{
	right:0;
}
*/


/************** HOME **************/
#bannerHome{
	width: 920px;
	height: 365px;
	margin: 95px 0 80px 0;
}

#bannerHome h1,
h1.newsHome{
	width: 420px;
}

ul.newsHome{
	margin-bottom: 50px;
	overflow: hidden;
}

ul.newsHome li{
	float:left;
	margin-right: 20px;
	width:280px;
	line-height: 18px;
}

ul.newsHome li img{
	margin-bottom:25px;
}

#bannerHome .resumo{
	width: 300px;
	line-height: 18px;
}


/************** PROJECT **************/

body.project #outerContainer .col1{
	width: 340px;
	float: left;
	margin-bottom: 150px;
}

body.project #outerContainer .bordaH1{
	margin-bottom: 15px;
}

body.project #outerContainer .col1 ul li{
	margin-bottom: 20px;
}

body.project #outerContainer .col1 ul li a{
	display: block;
	background-repeat: no-repeat;
	width:340px;
	height:190px;
}

body.project #outerContainer .col1 ul li a i{
	display: none;
	margin: 80px 155px;
	color:#fff;
}

body.project #outerContainer .col1 ul li a:hover{
	opacity: 0.7;
}

body.project #outerContainer .col1 ul li a:hover i{
	display:inline-block;
}

body.project #outerContainer .col2{
	width: 400px;
	float: right;
	margin: 72px 120px 0 0;
	line-height: 20px;
}

body.project #outerContainer h1{
	width: 280px;
}

img#bannerProject{
	display:block;
	margin:25px 0 30px 0;
}


/************** TEAM **************/

ul#listaTeam{
	overflow: auto;
	padding-bottom: 65px;
}

ul#listaTeam li{
	float:left;
	width: 420px;
	height: 286px;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	padding: 20px;
	margin-top: 20px;
	background-color: #ffffff;
}

ul#listaTeam li img{
	display:block;
	float:left;
}

ul#listaTeam li .col2{
	width: 200px;
	height: 290px;
	float:right;
	position: relative;
}

ul#listaTeam li h2{
	color: #db3d30;
	margin-bottom: 10px;
}

ul#listaTeam li .titulo{
	margin-bottom: 18px;
	font-weight: 700;
}

ul#listaTeam li .descricao{
	font-size: 12px;
	line-height: 18px;
	width: 180px;
	margin-bottom: 32px;
}

ul#listaTeam li .interesses{
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
}

body.team #outerContainer h1{
	width: 280px;
	margin-top: 35px;
}

body.team #outerContainer .bordaH1{
	margin-bottom: 0;
}


/************** NEWS **************/

body.news #outerContainer h1{
	width: 280px;
	margin-top: 35px;
}

body.news #outerContainer .bordaH1{
	margin-bottom: 0px;
}

ul#listaNews{
	overflow: auto;
	padding-bottom: 65px;
}

ul#listaNews li{
	float:left;
	width: 300px;
	height: 350px;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	margin-top: 20px;
	background-color: #ffffff;
	position: relative;
}

ul#listaNews li h2{
	color: #db3d30;
	margin: 0 20px 20px 20px;
}

ul#listaNews li a.read{
	width: 100px;
	display: block;
	text-align: center;
	border: 2px solid #db3d30;
	/*border-image: -o-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	border-image: -moz-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	border-image: -ms-linear-gradient(-179deg, #DF7243 0%, #C7282C 100%);
	border-image: linear-gradient(-269deg, #DF7243 0%, #C7282C 100%);*/
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-weight: 700;
	float: left;
	font-size:12px;
	letter-spacing:0;
}

ul#listaNews li div.tags{
	position:absolute;
	bottom: 22px;
	right: 20px;
	width: 140px;
	text-align: right;
	font-size: 12px;
}

ul#listaNews li img{
	display: block;
	margin-bottom: 20px;
}

body.news #outerContainer .breadcrumb{
	margin-top: 12px;
	font-weight: 700;
	margin-bottom: 30px;
}

body.news #outerContainer .breadcrumb a.back{
	display: block;
	float:right;
}

body.news #outerContainer .imgPrincipal{
	margin-bottom: 35px;
	display:block;
}

body.news #outerContainer .col1{
	float: left;
	width: 460px;
	line-height:28px;
	font-size: 16px;
}

body.news #outerContainer .col1 h2{
	font-size: 32px;
	line-height: 38px;
	margin-bottom:20px;
	height: 110px; /* força-se height para q as imgs da col2 fiquem alinhadas c/texto independentemente do nş de linhas do titulo */
}

body.news #outerContainer ul.col2{
	margin-top: 135px;
	width: 400px;
	float: right;
}


body.news #outerContainer ul.col2 li{
	margin-bottom: 25px;
	text-align: right;
}



/************** EVENTS **************/

body.events #outerContainer h1{
	width: 280px;
	margin-top: 60px;
}

body.events #outerContainer .bordaH1{
	margin-bottom: 10px;
}

ul#listaEvents{
	overflow: auto;
	padding-bottom: 65px;
}

ul#listaEvents li{
	float:left;
	width: 300px;
	height: 350px;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	margin-top: 20px;
	background-color: #ffffff;
	position: relative;
}

ul#listaEvents li h2{
	color: #db3d30;
	margin: 20px 20px 20px 20px;
}

ul#listaEvents li a.read{
	width: 100px;
	display: block;
	text-align: center;
	border: 2px solid #db3d30;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-weight: 700;
	float: left;
	font-size:12px;
	letter-spacing:0;
}

ul#listaEvents li div.tags{
	position:absolute;
	bottom: 22px;
	right: 20px;
	width: 140px;
	text-align: right;
	font-size: 12px;
}

ul#listaEvents li img{
	display: block;
	margin-bottom: 20px;
}



body.events #outerContainer .imgPrincipal{
	margin-bottom: 35px;
	display:block;
}

body.events #outerContainer .col1{
	float: left;
	width: 460px;
	line-height:28px;
	font-size: 16px;
}

body.events #outerContainer .col1 h2{
	font-size: 32px;
	line-height: 38px;
	padding-bottom: 20px;
	height: 110px; /* força-se height para q as imgs da col2 fiquem alinhadas c/texto independentemente do nş de linhas do titulo */
	display: table-cell;
	vertical-align: middle;
}

body.events #outerContainer ul.col2{
	margin-top: 135px;
	width: 400px;
	float: right;
}


body.events #outerContainer ul.col2 li{
	margin-bottom: 25px;
	text-align: right;
}


/************** JOBS **************/

body.jobs #bannerJobs{
	width: 940px;
	height: 530px;
	background: url(/imagens/image_jobs.png) no-repeat top left;
	margin: 40px 0 70px 0;
}

body.jobs #outerContainer #bannerJobs h1{
	text-align: center;
	width: 580px;
	margin: 0 auto;
	padding-top: 120px;
}

body.jobs #bannerJobs #sendApplication{
	font-weight: 700;
	border: 2px solid #db3d30;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin: 40px auto;
	display: block;
	width: 220px;
}

body.jobs #outerContainer h1{
	width: 280px;
	margin-top: 0px;
}

body.jobs #outerContainer .bordaH1{
	margin-bottom: 30px;
}

body.jobs #tblJobs{
	margin-bottom: 125px;
}

body.jobs #tblJobs tr th.titulo{
	width: 280px;
}

body.jobs #tblJobs tr th.data{
	width: 160px;
}

body.jobs #tblJobs tr th.local{
	width: 220px;
}

body.jobs #tblJobs tr th.view{
	width: 200px;
}

body.jobs #tblJobs tr td.view a{
	display: block;
	width: 100px;
	border: 2px solid #db3d30;
	text-align: center;
	font-size: 12px;
}

body.jobs #tblJobs tr th{
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 10px;
}

body.jobs #tblJobs tr td{
	padding: 20px 20px 15px 0px;
}

body.jobs #tblJobs tr td.titulo{
	color: #db3d30;
	font-size: 24px;
	line-height: 36px;
}


body.jobs #outerContainer .col1{
	float: left;
	width: 460px;
	line-height:28px;
	font-size: 16px;
}

body.jobs #outerContainer .col1 h2{
	font-size: 32px;
	line-height: 38px;
	padding-bottom: 20px;
	height: 110px; /* força-se height para q as imgs da col2 fiquem alinhadas c/texto independentemente do nş de linhas do titulo */
	display: table-cell;
	vertical-align: middle;
}

body.jobs #outerContainer ul.col2{
	margin-top: 135px;
	width: 400px;
	float: right;
}


body.jobs #outerContainer ul.col2 li{
	margin-bottom: 25px;
	text-align: right;
}


/************** PUBLICACOES **************/

body.publications #outerContainer h1{
	width: 280px;
	margin-top: 35px;
}

body.publications #outerContainer .bordaH1{
	margin-bottom: 20px;
}

ul#publicacoes{
	overflow: auto;
	padding-bottom: 65px;
	margin-bottom: 175px;
}

ul#publicacoes > li{
	float:left;
	width: 460px;
	height: 390px;
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.07);
	margin-top: 20px;
	background-color: #ffffff;
	font-size:12px;
	line-height: 18px;
	position: relative;
}

ul#publicacoes ul.tabs{
	overflow:auto;
	background-color: #fafafa;
}

ul#publicacoes ul.tabs li{
	float:left;
	width: 140px;
	height: 26px;
	line-height:26px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}

ul#publicacoes ul.tabs li a{
	width: 100%;
	height: 100%;
	display:block;
}

ul#publicacoes ul.tabs li.activo{
	background-color: #ffffff;
}

ul#publicacoes .painel{
	padding: 20px;
}

ul#publicacoes .painel h2{
	line-height: 34px;
	margin-bottom: 15px;
}

ul#publicacoes .painel .tipoDocumento{
	font-size: 16px;
	font-weight:700;
	margin-bottom: 15px;
}

ul#publicacoes div.abstract{
	display:none;
	line-height: 24px;
}

ul#publicacoes ul.autores{
	overflow: auto;
	margin-bottom: 20px;
}

ul#publicacoes ul.autores li{
	float:left;
	margin-right:20px;
	font-size:12px;
}

ul#publicacoes a.ficheiro{
	display:block;
	position:absolute;
	bottom: 20px;
	left:20px;
	width: 100px;
	height: 20px;
	border:2px solid #db3d30;
	text-align: center;
	line-height: 20px;
	font-weight:700;
}

ul#publicacoes a.url{
	color: #373737;
	text-decoration: underline;
	position: absolute;
	bottom: 20px;
	left: 150px;
}

/************** CONTACTS **************/

body.contacts #outerContainer #googleMap{
	height: 530px;
	width: 940px;
	background-color: #ccc;
	margin-top:45px;
	margin-bottom:100px;
}

body.contacts #outerContainer h1{
	width: 340px;
	margin-top: 35px;
}

body.contacts #outerContainer .bordaH1{
	margin-bottom: 40px;
}

#frmContacto{
	background-color: #ffffff;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	display:block;
	margin-bottom: 120px;
	padding-bottom: 20px;
	position: relative;
}

#frmContacto ul{
	overflow: auto;
	margin-left: 60px;
	padding-top:20px;
}

#frmContacto ul li label{
	color: #db3d30;
	font-weight: 700;
	font-size: 14px;
	display:block;
	margin-bottom: 5px;
}

#frmContacto ul li.nome,
#frmContacto ul li.email,
#frmContacto ul li.assunto{
	float:left;
	width:220px;
	height: 65px;
}

#frmContacto ul li.mensagem{
	width: 520px;
}

#frmContacto ul input[type="text"]{
	width: 216px;
}

#frmContacto ul textarea{
	box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.07);
	width: 516px;
	height: 146px;
	background-color: #fafafa;
	resize: vertical;
}

#frmContacto ul li.nome,
#frmContacto ul li.email{
	margin-right: 80px;
}

#frmContacto button{
	display:block;
	position:absolute;
	bottom: 20px;
	right: 60px;
	width: 220px;
	height: 30px;
	line-height: 30px;
}


/***************** DOCUMENTOS ********************/

ul#tabsDocumentos{
	margin-top: 65px;
	height:50px;
	width:100%;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	overflow: auto;
}

ul#tabsDocumentos li{
	width: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	background-color: #ffffff;
	color: #db3d30;
	font-weight: 700;
	cursor: pointer;
	float:left;
}

ul#tabsDocumentos li.activo{
	background-color: #db3d30;
}

ul#tabsDocumentos li.activo a{
	color: #ffffff;
}

ul#tabsDocumentos li a{
	display:block;
	width:100%;
	height:100%;
}

.painel.documents,
.painel.submit{
	height: 545px;
	width:100%;
	margin-top: 50px;
}

.painel.submit{
	display: none;
	padding-bottom: 140px;
}

.painel.submit .col1{
	width: 460px;
	float: left;
}

.painel.submit .col2{
	width: 410px;
	float: right;
}

.painel.submit .col1 input[type="text"],
.painel.submit .col1 label{
	display: block;
	width: 460px;
	box-shadow: none;
	-moz-box-shadow: none;
	border-bottom: 2px solid #db3d30;
	height: 33px;
	font-size: 18px;
	line-height: 33px;
	color: #db3d30;
}

.painel.submit .col1 label{
	margin-bottom: 20px;
}

.painel.submit .col1 input#submitDocAutores{
	margin-bottom: 60px;
}

.painel.submit .col1 textarea{
	width: 456px;
	height: 200px;
	margin-bottom: 30px;
}

.painel.submit .col2{
	background-color: #ffffff;
	padding: 15px 25px;
	font-size:14px;
	min-height: 453px;
}

.painel.submit .col2 ul{
	margin-top: 20px;
	overflow: auto;
}

.painel.submit .col2 ul li{
	float:left;
	width: 185px;
	padding-right: 20px;
	color: #db3d30;
	padding: 3px 20px 3px 0;
	font-size: 12px;
}

.painel.submit .col2 ul li label{
	margin-left: 3px;
	display:block;
}

.painel.submit button{
	height: 45px;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	margin-top: 40px;
	border-width: 2px;
	background-color: transparent;
}

div#wrapperDocSearchTitulo{
	width: 340px;
	border-bottom:2px solid #db3d30;
	float:left;
	margin-right: 20px;
	height: 33px;
	position: relative;
}

div#wrapperDocSearchTitulo i{
	font-size: 15px;
	position:absolute;
	top: 8px;
}

div#wrapperDocSearchTitulo input[type="text"],
input#submitDocTitulo,
input#submitDocAutores{
	background-color: #f7f7f7;
}

table#tblDocumentos{
	margin-top: 70px;
	width: 100%;
}

table#tblDocumentos th{
	color: #db3d30;
	padding: 10px;
}

table#tblDocumentos tr:nth-child(even){
	background-color: #ffffff;
}

table#tblDocumentos td{
	padding: 10px;
}

input#docSearchTitulo{
	box-shadow: none;
	-moz-box-shadow:none;
	padding-left: 20px;
	height: 29px;
	line-height:29px;
	font-size: 18px;
	width:340px;
	color: #db3d30;
}

#docSearchTipos, #docSearchEstados{
	height: 35px;
	position: relative;
	display: block;
	background-color: #ffffff;
	color: #db3d30;
	line-height: 35px;
	font-size: 18px;
	padding-left: 20px;
}

#docSearchTipos{
	float:left;
	width: 320px;
}

#docSearchTipos:hover ul,
#docSearchEstados:hover ul{
	left: 0;
}

#docSearchTipos ul,
#docSearchEstados ul{
	position: absolute;
	left: -9999px;
	font-size: 14px;
	line-height: 26px;
	background-color: #ffffff;
	overflow: auto;
	padding: 0 20px 20px 20px;
}

#docSearchTipos ul{
	width: 300px;
}

#docSearchEstados ul{
	width: 160px;
}

#docSearchEstados{
	float: right;
	width: 180px;
}

#docSearchTipos ul li,
#docSearchEstados ul li{
	margin-top:5px;
}

#docSearchTipos ul li label,
#docSearchEstados ul li label{
	margin-left: 3px;
}

#docSearchTipos ul li input[type="checkbox"] + label:before,
#docSearchEstados ul li input[type="checkbox"] + label:before{
	height: 20px;
}


/***************** RESULTADOS DA PESQUISA ********************/

body.searchresults #outerContainer h1{
	width: 340px;
	margin-top: 95px;
}

body.searchresults #outerContainer .semResultados{
	font-size: 18px;
	line-height:26px;
}

ul#resultadosPesquisa{
	font-size: 18px;
	width: 460px;
	line-height:26px;
}

ul#resultadosPesquisa li a{
	text-decoration: underline;
}

ul#resultadosPesquisa li{
	margin-bottom: 35px;
}

/*
select#docSearchTipo,
select#docSearchEstado{
	height: 35px;
	padding-left: 20px;
	font-size:18px;
	line-height: 35px;
	color: #db3d30;
}

select#docSearchTipo{
	width: 340px;
	float:left;
	border: none;
}

select#docSearchEstado{
	float: right;
	width: 220px;
	border: none;
}
*/

/************** HEADER / MENU **************/

#header{
	height: 150px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.07);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0,0,0,0.07);
	width:100%;
	background-color: #ffffff;
	position:absolute;
}

a#logo{
	display:block;
	float:left;
}

form#pesquisaGeral{
	float: right;
	width: 217px;
	height: 20px;
	background-color: #fafafa;
	box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.07);
	margin-top:30px;
	padding-left:3px;
}

form#pesquisaGeral input[type="text"]{
	box-shadow: none;
	-moz-box-shadow: none;
	height:14px;
	font-size:14px;
	line-height:16px;
	width: 180px;
}

ul#menu{
	height: 20px;
	font-size: 14px;
	font-weight: 700;
	width:695px;
	margin:35px 0 20px 0;
	float:left;
	clear:left;
}

ul#menu li{
	float:left;
	margin-right: 35px;
}


/***************** FOOTERS ********************/

#footer1{
	height: 240px;
	bottom: 25px;
	position:absolute;
	width: 940px;
	left: 50%;
	margin-left: -470px;
}


#footer1 .bordaH1{
	margin-bottom: 30px;
}

#footer1 table.bloco1,
#footer1 div.bloco2,
#footer1 table.bloco3{
	float: left;
}

#footer1 table.bloco1{
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-right: 9px;
	width: 280px;
}

#footer1 table.bloco1 td.icone{
	width:40px;
}

#footer1 table.bloco1 td.morada,
#footer1 table.bloco1 td.telefone,
#footer1 table.bloco1 td.email{
	width: 240px;
	line-height: 15px;
	vertical-align: middle;
	padding:0;
}

#footer1 table.bloco1 tr{
	height: 40px;
	padding:0;
}

#footer1 .bloco2{
	width: 220px;
	margin: 20px 9px 0 0;
}

#footer1 table.bloco3{
	width: 340px;
	margin-top: 7px;
	margin-left: 60px;
}

#footer1 table.bloco3 td{
	height: 60px;
}

#footer1 .bordaVertical{
	height: 100px;
	width: 2px;
	margin: 10px 9px 0 0;
	float: left;
	background: -o-linear-gradient(179deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: -moz-linear-gradient(179deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: -ms-linear-gradient(179deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: linear-gradient(89deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
}

#footer2{
	background-color: #db3d30;
	height: 25px;
	width: 100%;
	position:absolute;
	bottom: 0;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
}

#footer2 div{
	margin: 0 auto;
	width: 940px;
	line-height: 25px;
}



/************** PAGINACAO **************/
ul.paginacao{
	float: right;
	margin-bottom: 10px;
}

ul.paginacao li{
	float: left;
}

ul.paginacao li.previous a,
ul.paginacao li.next a,
ul.paginacao li.previous.inactivo,
ul.paginacao li.next.inactivo {
	height: 17px;
	width: 17px;
	display: block;
}

ul.paginacao li select{
	margin:0 5px;
	height: 18px;
	font-size: 12px;
	line-height: 17px;
	display: block;
	float:left;
}

/*
#paginator_frame
{
    width: 102px;
    height: 17px;
    position: absolute;
    margin-left: 596px;
    margin-top: -19px;
}

#paginator_frame li
{
    float: left;
    display: block;
    height: 17px;
}

.paginator
{
    width: 68px;
    overflow: hidden;
}
*/
.previous 
{ 
    background: url(../imagens/seta_pag_esq.png);
}

.next 
{
    background: url(../imagens/seta_pag_dir.png);
}

.previous.inactivo 
{
    background: url(../imagens/seta_pag_esq_disable.png); 
}

.next.inactivo 
{
    background: url(../imagens/seta_pag_dir_disable.png);
}

#pages li
{
    float: left;
    display: block;
}



/***************** MENSAGENS DE ERRO/SUCESSO ********************/
div.alert_erro, div.alert_sucesso{
	min-height: 15px !important;
	border-radius:0;
	border-width:1px;
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	padding: 10px;
}

div.alert_sucesso{
	border: 1px solid #81dc15;
	background-color: #f9fdf3;
	color: #81dc15;
}
div.alert_sucesso i{ color: #81dc15; }

div.alert_erro{
	border: 1px solid #dc1523;
	background-color: #fcefef;
	color: #dc1523;
}
div.alert_erro i{ color: #dc1523; }




/***************** TOOLTIPS *****************/
.ToolTips { 
	display:block; 
	position:absolute;
	padding: 5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #666;
	border: 1px solid #333;
	color: #fff;	
	font-size: 12px;
	line-height: 18px;
}

.ToolTips .sticky_close { display:block; position:absolute; top:1px; right:3px; background:url(images/fileclose.png); width:16px; height:16px; line-height:16px; font-size:0px; z-index:100000000; }



.tooltipContainer{
	border: 1px solid #db3d30;
	padding: 5px;
	background-color: #fce4e4;
	font-size:12px;
	opacity: 0.95;
	font-weight:400;
	color: #333;
	max-width: 400px;
	min-width:200px;
}

.tooltipContainer h3{
	font-size: 16px;
	font-weight:700;
	line-height: 21px;
	line-height: 18px;
	margin:0 0 5px 0;
}



