﻿body {
    background-color:white;
    font-family:Tahoma;
    font-size: 3.2vh;
    color:#004000;
}
span{
    background-color:white;
    font-family:Tahoma;
    font-size: 3.2vh;
    color:#004000;
}
p {
    font-size: 2vh;
}
h2{
    font-size: 1.5em;
}
#img{
    width:100%;
    height:auto;
    max-height:50%;
    max-width: 100%;
}
@media screen and (min-width:653px){
    #contenitore{
    position: absolute;
    right:0%;
    left:0%;
    bottom:85%;
    top: 0%;
    border: 1px solid #004000;
    }
    #Intestazione{
    position: absolute;
    right:66%;
    left:0%;
    bottom:85%;
    top: 0%;
    }
    #AltoDestra{
    position: absolute;
    right:0%;
    left:35%;
    bottom:85%;
    top:2%;
    }
    #Principale{
    position: absolute;
    right:0%;
    left:0%;
    bottom:7%;
    top: 15%;
    border: 1px solid #004000;
    }
    #Piede{
    position: absolute;
    right:0%;
    left:0%;
    bottom:0%;
    top: 93%;
    border: 1px solid #004000;
    font-size: 14px;
    }
}
@media screen and (max-width:653px){
    #contenitore{
    position: absolute;
    right:0%;
    left:0%;
    bottom:84%;
    top: 0%;
    border: 1px solid #004000;
    }
    #Intestazione{
    position: absolute;
    right:76%;
    left:0%;
    bottom:84%;
    top:0%;
    }
    #AltoDestra{
    position: absolute;
    right:0%;
    left:25%;
    bottom:84%;
    top:3%;
    }
    #Principale{
    position: absolute;
    right:0%;
    left:0%;
    bottom:7%;
    top: 16%;
    border: 1px solid #004000;
    }
    #Piede{
    position: absolute;
    right:0%;
    left:0%;
    bottom:0%;
    top: 93%;
    border: 1px solid #004000;
    font-size: 14px;
    }
}
@media screen and (max-width:520px) {
    #contenitore{
    position: absolute;
    right:0%;
    left:0%;
    bottom:85%;
    top: 0%;
    border: 1px solid #004000;
    }
    #Intestazione {
        position: absolute;
        right: 81%;
        left: 0%;
        bottom: 85%;
        top: 0%;
    }
    #AltoDestra {
        position: absolute;
        right: 0%;
        left: 20%;
        bottom: 88%;
        top: 1%;
    }
    #Principale {
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 7%;
        top: 15%;
        border: 1px solid #004000;
    }
    #Piede {
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 0%;
        top: 93%;
        border: 1px solid #004000;
        font-size: 14px;
    }
}
@media screen and (max-width:480px) {
    #contenitore{
    position: absolute;
    right:0%;
    left:0%;
    bottom:78%;
    top: 0%;
    border: 1px solid #004000;
    }
    #Intestazione {
        position: absolute;
        right: 76%;
        left: 0%;
        bottom: 78%;
        top: 11%;
    }
    #AltoDestra {
        position: absolute;
        right: 0%;
        left: 25%;
        bottom: 78%;
        top: 3%;
    }
    #Principale {
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 7%;
        top: 22%;
        border: 1px solid #004000;
    }
    #Piede {
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 0%;
        top: 93%;
        font-size: 12px;
        border: 1px solid #004000;
    }
}
@media screen and (max-width:327px) {
    #contenitore{
    position: absolute;
    right:0%;
    left:0%;
    bottom:75%;
    top: 0%;
    border: 1px solid #004000;
    }
    #Intestazione {
        position: absolute;
        right: 76%;
        left: 0%;
        bottom: 75%;
        top: 20%;
    }
    #AltoDestra {
        position: absolute;
        right: 0%;
        left: 25%;
        bottom: 75%;
        top: 0%;
    }
    #Principale {
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 7%;
        top: 25%;
        border: 1px solid #004000;
    }
    #Piede {
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 0%;
        top: 93%;
        font-size: 12px;
        border: 1px solid #004000;
    }
}