* {
	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:.80; filter:alpha(opacity=80); opacity:.80;
	background:#000;
	padding:10px 20px 20px;
	-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);
	display: none;
}

#menu a {
	clear:both;
	display:block;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	border-bottom:1px solid #47423a;
}

#menu a.sel {
	color:#ffe4b4;
}

#menu a:hover {
	color:#f90;
}

a.proxima-pagina, a.pagina-anterior {
	cursor:pointer;
	position:absolute;
	z-index:9;
	width:100%;
	height:100%;
	top:0;
	background:url(img/proxima.png) no-repeat right center;
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
}

a.pagina-anterior {
	left:0;
	top:0;
	display:none;
	width:50%;
	background:url(img/anterior.png) 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;
	left:350px!important;
	top:35px!important;
	z-index:11;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
	padding:10px 15px 15px 15px;
	width:480px!important;
	color: #41106e;
	background-color: white;
}

.box h2 {
	font-size:32px;
	padding:0;
	margin:5px 0 10px 0;
	font-weight:bold;
	font-family: 'Verdana';
	color: #41106e;
}
.box h3{
	font-size: 24px; color: #ff9900; font-weight: bold; color: #41106e;
}
.box p {
	font-size:12px;
	line-height:18px;
	padding:0;
	margin:0 0 5px 0;
	color: #41106e;
}
