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

#contenitorePaginaLegge {
	width: 750px;
	height:700px; 
	border:0px;
	background-color:#FFC;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;  
	box-shadow: 10px 10px 5px #666;
	border:1px solid black;
	float: none;
	}

#contenitoreLegge {
	overflow-Y: scroll;
	width: 730px;
	height:200px;
	float:left;
	}

#leggeSpiegata {
	width: 600px;
	height:550px; 
	border:0px;
	float:none;
	background-color:#FFC;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;  
	box-shadow: 10px 10px 5px #666;
	border:1px solid black;
	}	

#articoloNo {
	width: 50px;
	height: 70px;
	float: left;
	}
	
#articoloDescr {
	width: 340px;
	height: 70px;
	float: left;
	}	
	
#articoloImmagini {
	width: 130px;
	height: 70px;
	float: left;
	}	

	
#articoloIndice {
	width: 530px;
	height:70px; 
	border:0px;
	margin-left:10px;
	background-color:#FFC;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;  
	box-shadow: 10px 10px 5px #666;
	border:1px solid black;
	}	

#contenitoreArticolo {
	width: 620px; 
	height: 640px; 
	border: 5px; 
	border-width:thick; 
	border-color:#F00; 
	border-radius: 20px; 
	box-shadow: 10px 10px 5px #dedede; 
	margin: 10px; 
	padding: 10px; 
	color: #191919; 
	max-width:500px; 
	font-family: Georgia;  
    background: linear-gradient(to top right, #d2dcf3 0%, #f85cc6 100%); 
	}


#header {
	width: 550px;
	height:280px;
	
	}
	
#articolo {
	width: 480px;
	height: 400px;
	float: none;
	overflow-Y: scroll; 
	padding: 5px;
	background-color:#FFC;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;  
	box-shadow: 10px 10px 5px #666;
	border:1px solid black;
	}	
	


#footer {
	width: 480px;
	height: 60px;
	float: none;
	padding: 5px;
	margin-top:8px;
	
	//margin-left:10px;
	background-color:#FFC;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;  
	box-shadow: 10px 10px 5px #666;
	border:1px solid black;
	}	

.btnAggiornamento {
	width: 150px;
	height: 30px;
	margin-right:20px; 
	color:#00F; 
	font-size:12px; 
	font-weight:bold; 
	background-color:#990;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;  
	box-shadow: 10px 10px 5px #666;
	border:1px solid black;
}

.btnImg {
	background-size: 80px 90px; 
	width:80px; 
	height:90px; 
	margin-left:20;
	cursor:pointer;
	}

img {
	border: 2px solid #717377;	
	
	}

img: hover {
	-webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
       -ms-transition: all 1s ease;
       transition: all 1s ease;
	}	
	
.tdDownload {
  height:60px;
  border-radius: 15px;
  cursor:pointer;
  box-shadow: 10px 10px 5px #666;
  
}