@import url(https://fonts.googleapis.com/css?family=Courgette);
.box {
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
	background-color:transparent;
	background-image:url(../img/bg-texto.png);
	padding:10px 20px 10px 20px;
	width:400px;
	color:#fff;
	border:1px solid #000000;
	box-shadow: 1px 2px 6px rgba #000;
	-moz-box-shadow: 1px 2px 6px #000;
	-webkit-box-shadow: 1px 2px 6px #000;
}
.box h2 {
	font-family: 'Courgette', cursive!important;
	font-size:36px!important;
	color:#ffbd3f!important;
	text-shadow:2px 2px #000!important;
	line-height:38px;
}
.box p {margin:0 0 10px 0;}
.box p strong{color:#ffbd3f!important;}



* {
	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;
	z-index:11;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
	padding:10px 20px 20px 20px;
	width:300px;
	color:#fff;
	background: none repeat scroll 0 0 #000000;
    opacity: 0.8;
	position: absolute;
	}

.box h2 {
	font-size:24px;
	padding:0;
	margin:5px 0 10px 0;
	font-weight:normal;
	font-family: 'Bevan', serif;
}
.box h3{
	font-size: 24px; color: #ff9900; font-weight: bold;
}
.box p {
	font-size:12px;
	line-height:18px;
	padding:0;
	margin:0 0 5px 0;
}*/
