body, h2, p {
	margin: 0;
	padding: 0;
}

#LBBook{ 
		display: none;
		position: absolute;
		top: 5%;
        left: 50%;
		margin-left: -375px;		
        z-index:1002;
}
#book {	
	background: url("../img/panoramiche_book.jpg") no-repeat;
	width: 750px;
	height: 600px;
    z-index:1003;
}

#pages section {
	background: url("../img/panoramiche_paper.jpg") no-repeat;
	display: block;
	width: 365px;
	height: 578px;
	position: absolute;
	left: 375px;  /*la metà della lunghezza del libro*/
	top: 11px;
	overflow: hidden;
	font-family: Courgette, Sans-Serif;
	font-weight:100;
}
	#pages section>div {
		display: block;
		width: 365px;
		height: 578px;
		font-size: 12px;
		color:#000000;
	}
	#pages section p,
	#pages section h2 {
		padding: 3px 35px;
		line-height: 1.4em;
		/*text-align: justify;*/
		
	}
	#pages section h2{
		margin: 15px 0 10px;
		font-family: Oxygen, Sans-Serif;
		font-weight:bold;
		
	}

#pageflip-canvas {
	position: absolute;
	z-index: 100;
}

#ImgDocumento{
	display:none;
	position: absolute;
	top: 50px;
	left: 40px;
	width: 300px;
}
