*{font-family: "Times New Roman", Georgia, Serif;}
audio{display:none;}
body, html {
    height:100%;
    width:100%;
    background-color:#808080;
    margin:0px;
    padding:0px;
}
img{vertical-align:middle;}
div{margin:0;vertical-align:top;}
a{ color: #FFFFFF;text-decoration: none; }
a:hover { cursor:pointer; color:#999999; }
.centrato{
    margin-left:auto;
    margin-right:auto;
}
div.spazioSuperiore{
    height:10%;
    width:100%;
}
div.rigaCentraleHomepage{
    width:100%;
    height:80%;
}
div.rigaCentrale{
    width:100%;
    height:80%;
}
div.spazioLaterale{
    width:10%;
    height:100%;
    display:inline-block;
}
.fasciaLinkHomepage{
    height:100%;
    display:inline-block;
    width:18%;
    vertical-align:top;
    min-width:50px;
}
.fasciaLinkHomepage div{
    display:block;
    height:40%;
    width:100%;
}
.fasciaLinkHomepage img{
    float:right;
    margin-right:20px;
    width: 95%;
    max-width: 70px;
}
.homepageCentered{
    width:80%;
    display:inline-block;
    height:100%;    
}
.rigaHomepage a img{
    width:100%;
    border-radius: 8px;
}
.itemMenu{
    height: 100%;
    display:inline-block;
    padding-right: 10px;
}
.itemMenu div.etichetta{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    opacity: 0;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    width: 100%;
    background: white;
    text-align: center;
    color:black;
}
.rigaHomepage{
    width:100%;
    height: calc(25% - 10px);
    padding-bottom:10px;
    max-width:1000px;
}
.rigaHomepage.terzaRiga div.itemMenu div.etichetta{
    margin-top: -60px;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
}
.rigaHomepage.quartaRiga .etichetta{
    font-size: 13px;
}
.itemMenu:hover div{
    opacity:0.8;
}

/*Galleria*/
div.spazioSuperioreGalleria{
    height:10%;
    width:100%;
}
div.galleria{
    height: 69%;
    width: 100%;
    text-align: center;
}
div.galleria img{
    cursor: url(/immagini/zoomIn.png), pointer;
    max-height: 100%;
    margin:auto;
    max-width: 90%;
}
.galleryToHomepage{
    float:left;
}
.galleryToNextPIcture{
    float:right;
    max-width:150px;
    max-height:80px;
    border-radius: 8px;
}
.didascalia{
    text-align: center;
    margin:auto;
    height: 15%;
    line-height: 80px;
    width: 75%;
    right: 0;
    left: 0;
    bottom: 4%;
    margin-top: 4%;
}

a.grigio{
    color: black;
    text-decoration: none;
}
a.grigio:hover {
    color: #444444;
}
.grigio {
    color: #222222; 
    text-decoration: none
}
.copyright{
    position:absolute;
    bottom: 2px;
    left:12px;
    color:#333333;
    font-size:12px;
}
.tastoScarica{
    margin:10px auto;
    height:34px;
    width:160px;
    border: 1px solid white;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    border-radius: 14px;
    box-shadow: 2px 2px 6px #555;
    overflow: hidden;
}
.tastoScarica img{
    float:right;
    width:32px;
}
.tastoScarica:hover{
    box-shadow: 0px 0px 0px;
    color:black;
    background-color:white;
    cursor:pointer;
}

.immagineCentrata{
    margin-right:2%;
    height:100%;
    display:inline-block;
    width:40%;
}
.immagineCentrata img{
    width:100%;
}
.testoCentrato{
    height:100%;
    vertical-align:middle;
    display:inline-block;
    width:20%;
}
.w10p{width:10%;}
.w12p{width:12%;}
.w13p{width:13%;}
.w14p{width:14%;}
.w17p{width:17%;}
.w20p{width:20%;} 
.w24p{width:24%;} 
.w40p{width:40%;} 
.w45p{width:45%;}

.none{display:none !important;}
.galleriaHover{width:100% !important;height:100% !important;}
.galleriaHover img{width:90% !important; max-height:initial !important;}
.zoomOut{ cursor: url(/immagini/zoomOut.png), pointer !important; }

