* { 
	margin:0; 
	padding:0; 
	}
body, li, ul, a, img, h1, h2, h3,h4,h5,h6,h7, p, input, button, hr, form, textarea, table, tr, td, div,BLOCKQUOTE{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
}

a img{
	border:none;
	}
	
@font-face { 
     font-family: "DIN Regular";  
     src:url(../images/DINRg.ttf);
	 }
	
body{
	color:#000000;
	font-family:"DIN Regular",sans-serif;
	font-size:12px;
	}
	
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%;margin-bottom:0px;}

#bg_menu{
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
	height:36px;
	width:100%;
	position:fixed;bottom:10px;
	}

#footer {
	clear: both;
	margin-top:-60px;
	height: 36px;
	position:relative
}

#apresentacao{
	color:#919095;
	font-family:"DIN Regular",sans-serif;
	font-size:24px;
	width:99%;
	text-align:center;
	position:absolute; 
	bottom:35px;
}
	
#idioma{
	padding-top:15px;
	}
	
#idioma a{
	color:#000000;
	font-family:"DIN Regular",sans-serif;
	font-size:13px
	}
	
#idioma a:hover{
	color:#ffffff;
	}
	
#conteudos{
	color:#2e2e2e;
	font-family:"DIN Regular",sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:justify;
	padding-top:10px;
	padding-bottom:60px
	}
	
#conteudos a{
	color:#2e2e2e;
	font-family:"DIN Regular",sans-serif;
	font-size:14px;
	text-decoration:underline;
	}
	
#conteudos a:hover{
	color:#ffffff;
	}
	
#conteudos h2{
	color:#131313;
	font-family:"DIN Regular",sans-serif;
	font-size:25px;
	font-weight:normal;
	margin-bottom:10px
	}
	
#conteudos ul, #conteudos ol{
	margin-left:30px
	}
	
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }

	
#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
#supersized a.prevslide { z-index:-20; }
#supersized a.activeslide { z-index:-10; }
#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }

#navigation { margin:10px 20px 10px 10px; text-align:right;position:fixed;right:20px; bottom:40px; }
	
/*Thumbnail Navigation*/	
#nextthumb,#prevthumb { z-index:6; display:none; position:fixed; bottom:12px; height:10px; width:10px; overflow:hidden; background:#ddd; }
#nextthumb { right:12px; }
#prevthumb { right:50px; }
#nextthumb img, #prevthumb img { width:10px; height:auto;  }
#nextthumb:active, #prevthumb:active { bottom:10px; }
#navigation > :hover,#nextthumb:hover, #prevthumb:hover { cursor:pointer; }