body{
   background-image: url(immagini/sfondo.gif);
 	 text-align:center;
   margin-top:0; 
     padding: 0;
}
 

#telaio{
    background-color: #4a7c7b;
    text-align: center;
  	width: 75%;
    height:auto;
	margin: 1px;   
	border: 1px solid;
    border-radius: 30px 40px;
	line-height:100%;
	color: black;
}

   .pulsante{
    float: right;
    text-align: center;
    width: 60px;
    display: inline;
    position: relative;
    cursor: pointer;
    padding: 1px;
    font-size: 14px;
    text-decoration: none;
    color: #f43;
    border: none;
    border-radius: 10px;
    background-color: #64ffa6;
    box-shadow: 
    0px 0px 0px 1px #4e8381 inset,
    0px 0px 0px 2px #74b6b4,
    0px 4px 0px 0px #4a7c7b,
    0px 5px 0px 0px #355655,
    0px 5px 0px 0px rgba(0,0,0,.15);
   } 

   .pulsante:hover{
    background-color: #73c2c0;
   }
   
   .pulsante:active{
    background-color: #64a8a6;
    box-shadow: 
    0px 0px 0px 1px #589391,
    0px 0px 0px 2px #65a9a5,
    0px 0px 0px 0px #4a7c7b,
    0px 1px 0px 0px #355655,
    0px 2px 0px 0px rgba(0,0,0,.5);
    top: 3px;
   }
   #testa{
    background-color: #4a7c7b;
    background-position: left; 
    display:block;
    top: 5px;  
    width: 70%;	
	height:2em;	
    font-size: 24px;
	padding: 10px;
	border: 1px solid white;
    border-bottom: 3px solid black;  
    border-radius: 50px 20px 30px 30px / 70px 10px;
    }
#testata{
    display:block;
    top: 10px;
    width: 93%;	
	background-color: #ffffff;	
	text-align: left;
	height:2em;
    font-size: 24px;
	padding: 30px;
	border-bottom: 2px solid black;
     border-radius: 50px 20px/ 60px 10px; 
  } 
 
   #box3{
    
    background-color: #4a7c7b;  
  	width: 75%;
    height:auto;
    padding-top:0px;
  	margin: 0px;
    border: 1px solid white;
    border-radius: 30px 30px;
  	color: black;
    font-family: sans-serif;
    font-style: italic; 
    font-size:26px; 
   }
 #visual{
    background-color: lime;
    text-align: center;
    width: 96%;
    height: auto;
    text-justify: auto;   
    padding: 10px;
    margin: 10px;
    margin-top: 10px;
    border-radius: 30px;
 }  

#sinistro{
    float: left;
 	width: 160px;
	margin: 40px;
	padding: 5px;
}

#centrale{
   background-color: #D4D377;
   right:70px;
   text-align: center;
   width:60%;
   margin-left: 30%;
   padding: 30px; 
   border: 2px solid gray; 
   border-radius: 40px 40px 40px 40px / 40px 40px 40px 40px;  
}
#img{
    background-color:#000000 ;
    border: 5px solid #000000;
    box-shadow:5px 5px 10px 2px #000000;
    border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
}

#table{
	border-collapse:separate;
	border-spacing: 5px 7px;
	padding-bottom: 7px;
	padding-right: 4px;
	border: 5px ridge gray;
	width: 190px; 
}
td
{
	border: 5px inset gray;
	padding: 3px;         
	text-align: right;
}                          
caption
{   border-radius: 5px;
	border: 2px solid gray;
	padding: 0px;
	margin-bottom: 0px;
	caption-side: top;
}
#box1 {
    left:50px;
    bottom:30px;
    text-align:center;   
}

#box2{
    background-color: #fffacd;
    width: auto;
    height: auto;
    padding: 10px;
    box-shadow:5px 5px 10px 2px #000000;
    bottom:20px;
    text-align:center;
    border: 1px solid;
    border-radius: 10px 20px 20px 20px / 10px 20px 20px 20px;
}
