@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

*:focus {
    outline: none;
}



@font-face {
    font-family: Univers_LT_45;
    src: url('Univers_LT_45.eot'); /* IE9 Compat Modes */
    src: url('Univers_LT_45.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Univers_LT_45.woff') format('woff'), /* Modern Browsers */
         url('Univers_LT_45.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Univers_LT_45.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: Univers_LT_55;
    src: url('Univers_LT_55.eot'); /* IE9 Compat Modes */
    src: url('Univers_LT_55.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Univers_LT_55.woff') format('woff'), /* Modern Browsers */
         url('Univers_LT_55.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Univers_LT_55.svg#svgFontName') format('svg'); /* Legacy iOS */
}

t10g {
	font-family: Univers_LT_45;
	font-size: 10px;
	line-height: 150%;
	color: #666;
}

t10 {
	font-family: Univers_LT_55;
	font-size: 10px;
	line-height: 150%;
	color: #333;
}

t12 {
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 200%;
}


t12b {
	font-family: Univers_LT_55;
	font-size: 12px;
	line-height: 200%;
}

t12g {
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}

t13b {
	font-family: Univers_LT_55;
	font-size: 13px;
	line-height: 150%;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f5f9fc;
}
body,td,th {
	font-size: 12px;
	color: #333;
	font-family: Univers_LT_45;
}


a.normal: {
	text-decoration: none;
	color: #777;
	font-family: Univers_LT_45;
	}
a.normal:link {
	text-decoration: none;
	color: #777;
	font-family: Univers_LT_45;
	}
a.normal:visited {
	text-decoration: none;
	color: #777;
	font-family: Univers_LT_45;
	}
a.normal:hover {
	text-decoration: none;
	color: #92b1b9;
	font-family: Univers_LT_45;
	}
a.normal:active {
	text-decoration: none;
	color: #777;
	font-family: Univers_LT_45;
	}

a.bold: {
	text-decoration: none;
	color: #333;
	font-family: Univers_LT_55;
}
a.bold:link {
	text-decoration: none;
	color: #333;
	font-family: Univers_LT_55;
	}
a.bold:visited {
	text-decoration: none;
	color: #333;
	font-family: Univers_LT_55;
	}
a.bold:hover {
	text-decoration: none;
	color: #92b1b9;
	font-family: Univers_LT_55;
	}
a.bold:active {
	text-decoration: none;
	color: #333;
	font-family: Univers_LT_55;
	}


a.sublinhado: {
	text-decoration: underline;
	color: #333;
	font-family: Univers_LT_55;
}
a.sublinhado:link {
	text-decoration: underline;
	color: #333;
	font-family: Univers_LT_55;
	}
a.sublinhado:visited {
	text-decoration: underline;
	color: #333;
	font-family: Univers_LT_55;
	}
a.sublinhado:hover {
	text-decoration: none;
	color: #92b1b9;
	font-family: Univers_LT_55;
	}
a.sublinhado:active {
	text-decoration: underline;
	color: #333;
	font-family: Univers_LT_55;
	}






#base {
	position: absolute;
	height: 100%;
	max-height:100%;
	width: 100%;
	max-width:100%;
	min-width:100%;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
}

#logotipo {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 100;
	top: 15px;
	bottom: auto;
	left: 15px;
	right: auto;
	margin-right: 0px;
	text-align:left;
}

#links {
	position: absolute;
	width: 320px;
	height: 20px;
	z-index: 101;
	text-align:center;
	bottom: 15px;
	left:50%;
	margin-left:-160px;
	font-size: 12px;
}
#pten {
	position: absolute;
	width: 50px;
	height: auto;
	z-index: 1;
	text-align: right;
	top: 15px;
	bottom: auto;
	right: 15px;
	font-family: Univers_LT_45;
	font-size: 11px;
}


#moldura {
	position:absolute;
	left:0px;
	right:0px;
	top:90px;
	bottom:50px;
	height:auto;
	width:auto;
	margin: auto;
	min-width: auto;
	overflow:auto;
		-webkit-overflow-scrolling: touch;

}


#tabela-projectos{
	pointer-events: auto;
	position: absolute;
	width: 300px;
	max-width:300px;
	height:100%;
	max-height:100%;
	left: 50%;
	margin-left:-150px;
    z-index: 10;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Univers_LT_45;

	-webkit-column-count: 0; /* Chrome, Safari, Opera */
    -moz-column-count: 0; /* Firefox */
    column-count: 0;
	
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}

.dropdown-content {
  display: none;
  background-color:rgba(245,249,252,0.9);
  position: absolute;
  min-width: 150px;
  text-align:center;
  left:50%;
  margin-left:-152px;
  bottom: 35px;
  padding-bottom:10px;
  z-index: 1000;
  line-height: 250%;
  font-size: 12px;
}

.show {display: block;}

@media only screen and (min-width: 900px) and (orientation: landscape) and (min-height: 390px){

#base {
	position: absolute;
	height: 100%;
	max-height:1200px;
	width: 100%;
	max-width:1920px;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
}

#logotipo {
	position: absolute;
	width: 65px;
	height: 65px;
	z-index: 100;
	top: auto;
	bottom: 35px;
	left: auto;
	right: 50px;
	margin-right: 0px;
	text-align:right;
}

#links {
	position: absolute;
	width: 350px;
	height: 20px;
	z-index: 101;
	text-align: center;
	bottom: 30px;
	left:50%;
	margin-left:-175px;
	font-size: 13px;
}
#pten {
	position: absolute;
	width: 50px;
	height: auto;
	z-index: 1;
	text-align: left;
	top: auto;
	bottom: 30px;
	left: 30px;
	font-family: Univers_LT_45;
	font-size: 11px;
}


#moldura {
	position:absolute;
	left:0px;
	right:0px;
	top:90px;
	bottom:150px;
	height:auto;
	width:auto;
	margin: auto;
	min-width: 750px;
}


#tabela-projectos{
	position: absolute;
	width:870px;
	height:auto;
	max-width:870px;
	max-height:2300px;
	left: 50%;
	margin-left:-450px;
	top:0px;
	text-align:left;
	font-family: Univers_LT_45;
	z-index: 10;
	padding-left: 0px;
	padding-right: 0px;
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
	-webkit-column-gap: 80px; /* Chrome, Safari, Opera */
    -moz-column-gap: 80px; /* Firefox */
    column-gap: 80px;	
}

.dropdown-content {
  display: none;
  background-color:rgba(245,249,252,0.9);
  position: absolute;
  min-width: 150px;
  text-align:center;
  left:50%;
  margin-left:-159px;
  bottom: 50px;
  padding-bottom:10px;
  z-index: 1000;
  line-height: 250%;
  font-size: 13px;
}

.show {display: block;}

}