@charset "utf-8";
/* CSS Document */




#contenitorePagina {
	width:1000px;
	height:800px; 
	text-align: center;
	background-color:#CCC;
	paddig-left:30px;
	
	overflow-x:  hidden; 
	overflow-y:  scroll;
	
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;  
	box-shadow: 10px 10px 5px #666;
	}

#testata { 
	width:950px;
	height:30px; 
	padding-left:20px;
	margin-bottom:20px;
}


#contenitoreLibro {
	width:420px;
	height:20px; 
	text-align: center;
	background-color:#FFC;
	float:left;
	border-radius: 0px; 
	margin-top: 50px;
	margin-left: 20px;
	white-space:nowrap
	}
	
