body { 
	margin: 0px; 
	overflow-x: hidden;
    font-family: Verdana, Verdana, Geneva, sans-serif;         
}
*::-moz-selection { 
	background: none repeat scroll 0% 0% #666; 
	color: white; 
	text-shadow: none; 
}
#viewport { 
	overflow: hidden; 
}
.pages, #controllers { 
	width: 990px; height: 
	700px; position: 
	relative; 
	margin: auto; 
}
.turn-page { 
	width: 495px; 
	height: 700px; 
	overflow: hidden; 
	background: none repeat scroll 0% 0% #f0f0f0; 
	position: absolute; 
	top: 0px; right: 0px; 
}
.turn-page-wrapper { 
	overflow: hidden; 
}
#shadow-page { 
	width: 495px; 
	height: 700px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	box-shadow: 5px 2px 10px #888; 
	z-index: -1; 
}
#next, #previous { 
	opacity: 0; 
	position: absolute; 
	height: 700px; width: 24px; 
	background: none repeat scroll 0% 0% #999; 
	-moz-transition: opacity 0.5s ease 0s; 
	z-index: 1000; 
}
#next i, #previous i { 
	background: url('../images/sprite.png') no-repeat scroll 0% 0% transparent; 
	width: 32px; 
	height: 32px; 
	display: block; 
	margin-top: 334px; 
	margin-left: -4px; 
}
#next {
	border-radius: 0px 10px 10px 0px; 
	right: -24px; 
	top: 0px; 
}
#next i {
	background-position: -32px 0px; 
}
#previous { 
	border-radius: 10px 0px 0px 10px; 
	left: -24px; 
	top: 0px; 
}
#previous i { 
	background-position: 0px 0px; 
}
#next.visible:hover, #previous.visible:hover { 
	opacity: 1 ! important; 
}
nav { 
	text-align: center; 
	white-space: nowrap; 
	margin: 30px 0px; 
}
nav a { 
	text-decoration: none; 
	font-size: 14px; 
	font-weight: bold; 
	margin: 10px; 
	padding: 5px 10px; 
	color:#666666; 
	letter-spacing: -1px; 
}
nav a.on { 
	color:#08ABEF; 
}

.pagina1 {
	background:url(../images/cover.jpg) top left no-repeat;
}
.pagina2 {
	background:url(../images/pagina2.jpg) top left no-repeat;	
}
.pagina3 {
	background:url(../images/pagina3.jpg) top left no-repeat;	
}
.pagina4 {
	background:url(../images/pagina4.jpg) top left no-repeat;	
}
.pagina5 {
	background:url(../images/pagina5.jpg) top left no-repeat;	
}
.pagina6 {
	background:url(../images/pagina6.jpg) top left no-repeat;	
}
.pagina7 {
	background:url(../images/pagina7.jpg) top left no-repeat;	
}
.pagina8 {
	background:url(../images/back.jpg) top left no-repeat;	
}