@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;
}

t12 {
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 150%;
}

t12b {
	font-family: Univers_LT_55;
	font-size: 12px;
	line-height: 150%;
}

t12g {
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}

t12gu {
	font-family: Univers_LT_45;
	font-size: 12px;
	line-height: 150%;
	color: #666;
	text-decoration:underline;
}

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;
	}

#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-biografia{
	pointer-events: auto;
	position: absolute;
	width: 100%;
	height:100%;
	max-height:100%;
	min-height:auto;
	margin: auto;
	top: auto;
    left: 0;
    right: 0;
	bottom:0;
	z-index: 10;
	font-family: Univers_LT_45;
}


#foto {
display:block;
position: absolute;
width:300px;
height: 225px;
top:0px;
right:50%;
margin-right:-150px;
text-align:right;
}

#foto img {
width:100%;
height:auto;
}



#biografia  {
display:block;
position: absolute;
width:300px;
height: 200px;
right:50%;
top:260px;
margin-right:-150px;
text-align:justify;

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}



#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: 1000px) 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:40px;
	bottom:100px;
	height:auto;
	width:auto;
	margin: auto;
	min-width: 900px;
}

#tabela-biografia{
	pointer-events: auto;
	position: absolute;
	width: 1000px;
	height:400px;
	max-height:auto;
	min-height:auto;
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
	font-family: Univers_LT_45;
}

#foto {
display:block;
position: absolute;
width:486px;
height: 400px;
bottom: 0;
left:0;
margin-right:auto;
text-align:right;
}

#foto img {
	width:auto;
	height:100%;
}

#biografia {
display:block;
position: absolute;
width:490px;
height: 400px;
right: 0px;
top: 0px;

margin-right:0;
text-align:justify;	

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}


.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;}

}