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

#contenitorePagina { 
	/* background-color:#FFC; */ 
	width:1120px; 
	height:900px; 
	overflow-Y:scroll;
}

#testata {
	/* background-color:#FFC; */ 
	width:1000px; 
	height:30px; 
}

#scaffale {
	/* background-color:#999; */ 
	margin: 20px;
	width:1080px; 
	height:620px; 
	/* overflow-x: scroll; */
	display: flex;
	flex-direction: row; 
}

#sottoScaffale {
	/* background-color:#06F; 	width:450px; */
	width:580px;
	height:190px; 
	float:left; 
	margin-top:5px; 
	margin-left:10px; 
	overflow-x: scroll;
	display: flex;
	flex-direction: row; 
}

#sottoScaffaleLibri {
	/* background-color:#06F; 	width:450px; */
	width: 450px;
	height:170px; 
	float:left; 
	margin-top:5px; 
	margin-left:10px; 
	overflow-x: scroll;
	display: flex;
	flex-direction: row;  
}

#titolo {
	width:900px; 
	height:20px; 
	float:none; 
}

#sottoTitolo {
	/* background-color:red; */ 
	width:350px; 
	height:20px; 
	float:none; 
	margin:10px; 
}

#contenitoreVolume {
	/* background-color:white; */ 
	width:220px; 
	height:300px; 
	float:left; 
}

#libro {
	 /* background-color:purple; */ 
	 width:60px; 
	 height:150px; 
	 display: inline;
	 /* float:left; */ 
	 padding:10px;	
	 box-shadow: 10px 10px 5px #666;
}

img {
	 width:80px; 
	 height:140px;
}

#titoloLibro {
	/* background-color:green; */
	width:220px; 
	height:120px; 
	padding-top:10px; 
	margin-top:10px; 
}