* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#container {
	width:930px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden;
	border:3px solid #eceae7;
	background:black;
}

div#menu {
	position:fixed;
	z-index:10;
	-moz-opacity:.93; filter:alpha(opacity=93); opacity:.93;
	background:#000;
	margin: 4px;
	padding:10px 10px 10px 40px;;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(30, 30, 30, 0.3);
	-moz-box-shadow: 2px 2px 2px 0px rgba(30, 30, 30, 0.3);
	box-shadow: 2px 2px 2px 0px rgba(30, 30, 30, 0.3);
	width:878px;
	
}

#menu a {
	background-image: url(button/button-f90.png);
	display:block;
	padding:10px;
	width: 17px;
	
	font-weight:bold;
	color:#fff;	
	text-decoration:none;
	font-size:14px;
	text-align: center;
	
	float:left;
}

#menu a.sel {
	color:#ffe4b4;
	background-image: url(button/button.png);
}

#menu a:hover {
	color:#f90;
	background-image: url(button/button.png);
}

a.proxima-pagina, a.pagina-anterior {
	cursor:pointer;
	position:absolute;
	z-index:9;
	width:10%!important;
	right: 0;
	height:100%;
	top:0;
	background:url(button/proxima.gif) no-repeat right center;
	-moz-opacity:.90!important; 
	filter:alpha(opacity=100); 
	opacity:.90!important; 
}

a.pagina-anterior {
	left:0;
	top:0;
	display:none;
	width:10%!important; 
	background:url(button/anterior.gif) no-repeat left center;
}

#scroll-container {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	overflow:visible;
}

div.pagina {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
}

.box {
	position:absolute;
	z-index:11;
	-moz-opacity:.94; filter:alpha(opacity=94); opacity:.94;
	background:#000;
	padding:10px 20px 20px 20px;
	width:auto;
	color:#fff;
	top:380px;
	left:40px;
	text-align:center;
	
}

.box h2 {
	font-size:34px;
	padding:0;
	margin:5px 0 10px 0;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	line-height:18px;
}
.box h2 span {
	display: block;
	position: relative;
	text-align:center;
	line-height: 18px;
	
	color: #ff9900;		
	font-weight:bold;
	font-size: 24px;
	

}
.box p {
	text-align:center;
	font-size:12px;
	line-height:22px;
	padding:0;
	margin:0 0 5px 0;
}
.box a{
	font-size:12px;
	color: #ff9900;
	line-height: 14px;
	text-decoration:none;

	font-weight:bold;}
	
	
.box a:hover{
	font-size:12px;
	color: #ff9900;
	line-height: 14px;
	text-decoration:underline;

	font-weight:bold;}

