@charset "utf-8";

/* CSS Documento */

html {
    background: url("../image/fondo2.jpg") no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    
    
    
}


.contenitore {
    background-color: #F3F3F3;
    border: 1px red;
    height: 685px;
    width: 1020px;
    left: 50%;
    top: 50%; 
    margin-left: -510px;
    margin-top: -342px;
    position: absolute;
    text-align:center;
    line-height: 4px;
    background-image: url("../image/fondologo.jpg");
}


.menu {
width: 590px; 
float:right; 
border: 0px outset black; 
padding: 2px; 
margin: 168px 14px 3px 0;
text-align:right; 
font-family:"Arial";
font-size:8pt;
font-weight: bold;


}
.clear {
clear: left; 
}

.audio {

width: 200px; 
float:left; 
border: 0px outset black; 
padding: 2px; 
margin: 150px 10px 0 30px;
text-align:left; 
font-weight: bold;
}
.clear {
clear: left; 
}

.monitor {
height: 320px; 
width: 1003px; 
float:right; 
border: 0px outset red; 
padding: 0px; 
margin: 0px 8px 0 0;
background-image: url("../image/FondoDove.jpg");
}

.mappa {
height: 305px; 
width: 500px; 
float:right; 
border: 0px outset red; 
padding: 0px; 
margin: 18px 101px 0 0;

}


.testo {
height: 130px; 
width: 100px; 
float:right; 
border: 0px outset red; 
padding: 0px; 
margin: 280px 110px 0 0;
text-align:right; 
font-family:"Arial";
font-size:10pt;
line-height:16px;
font-weight: bold;
color:#0000C0;
}



.link {
height: 12px; 
width: 490px; 
float:right; 
border: 0px outset black; 
padding: 5px; 
margin: 10px 5px 0 0;
text-align:right; 
border: none;
}
.clear {
clear: left; 
}

.lingue {
height: 30px; 
width: 180px; 
float:right; 
border: 0px outset black; 
padding: 1px; 
margin: 10px 320px 0 0;
text-align:left; 
border: 0;
}
.clear {
clear: left; 
}

.piede {
height: 130px; 
width: 800px; 
float:right; 
border: 0px outset red; 
padding: 5px; 
margin: 1px 15px 0 0;
text-align:right; 
}


.copyright {
    
    border: 0px;
    height: 20px;
    width: 1020px;
    left: 50%;
    top: 50%; 
    margin-left: -510px;
    margin-top: 355px;
    position: absolute;
    text-align:center;
    line-height: 4px;
    font-family:"Arial";
    font-size:8pt;
	color:#9c9c9c;
}

/* Fine CSS Documento */
