.modale{
	position: fixed;
	bottom: 0;
	left:0px;
	width: 80%;
	height:600px;	
	overflow:auto;
	border:1px dotted lightgray;
    border-radius:5px;
    padding:10px;
       
    box-shadow:5px 5px 10px #1a1a1a;
    background-color:whitesmoke;
    z-index=+100;
    -webkit-transition: display 1s; /* Safari */
    transition: display 1s;    
    }
.pulsanti_Modal{
	cursor:pointer;   
	color:gray;
}
.pulsanti_Modal:hover{
	color:orange;    
}