@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;
}

body {
	overflow:hidden;
}



@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 */
}


tb {
	font-family: Univers_LT_55;
	line-height:175%;
}
t10g {
	color:#666;
	line-height:150%;
	font-size: 10px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #333;
	font-family: Univers_LT_45;
	background-color:#f5f9fc;
}


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;

	}




#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;
}

#quadro {
	position: absolute;
	height: auto;
	width:auto;
    top: 50px;
    bottom: 50px;
	left: 0px;
    right: 0px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	overflow:auto;
		-webkit-overflow-scrolling: touch;

    z-index: 1;
}

#projecto {
    display: inline-block;
	width:90%;
    min-width: 240px;
	max-width: 285px;
    height: auto;
	margin-top:30px;
	margin-bottom:50px;
	margin-left:20px;
	margin-right:20px;
	z-index: 2;
}

#projecto-void {
    display: inline-block;
	width:90%;
    min-width: 240px;
	max-width: 285px;
    height: auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	z-index: 2;
}

#legenda{
	position:absolute;
	width:15%;
    min-width: 245px;
	max-width: 285px;
	height: auto;
	margin-top:5px;
	text-align: left;
	letter-spacing: 0.5px;
	font-size: 11px;
}


#projecto:hover #legenda{
	color:#92b1b9;
}

.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) {

#base {
	position: absolute;
	height: 100%;
	max-height:1200px;
	width: 100%;
	max-width:1920px;
	min-width:auto;
	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;
}

#quadro {
	position: absolute;
	height: auto;
	width: auto;
    top: 20px;
    bottom: 70px;
	left: 0px;
    right: 0px;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	overflow:auto;
		-webkit-overflow-scrolling: touch;

    z-index: 1;
}

#projecto {
    display: inline-block;
	width:16%;
    min-width: 250px;
	max-width: 285px;
    height: auto;
	margin-top:50px;
	margin-bottom:30px;
	margin-left:1.5%;
	margin-right:1.5%;
	z-index: 2;
}

#projecto-void {
    display: inline-block;
	width:16%;
    min-width: 250px;
	max-width: 285px;
    height: auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:1.5%;
	margin-right:1.5%;
	z-index: 2;
}

#legenda{
	position:absolute;
	width:15%;
    min-width: 250px;
	max-width: 285px;
	height: auto;
	margin-top:5px;
	text-align: left;	
	letter-spacing: 0.5px;
	display:block;
	font-size: 11px;
}

.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;}

}



@media only screen and (min-width: 1921px) and (orientation: landscape) {

#base {
	position: absolute;
	height: 100%;
	max-height:100%;
	width: 100%;
	max-width:100%;
	min-width:auto;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
}

#logotipo {
	position: absolute;
	width: 3.5%;
	height: auto;
	z-index: 100;
	top: auto;
	bottom: 35px;
	left: auto;
	right: 50px;
	margin-right: 0px;
	text-align:right;
}

}