@charset "utf-8";

a {
    text-decoration: none;
    color: #454545;
    font-family: lato;
    font-style: normal;
    font-weight: 900;  
}

body {
    border-width: 0px;
    width: auto;
}

.cont {
    border-width: 0px;
    border-style: none;
    display: block;
    height: 200px;
    width: 100%;
}

.sinistra {
    background-color: #D83B3E;
    width: 8%;
    display: inline-block;
    border-width: 0px;
    background-repeat: no-repeat;
    border-collapse: collapse;
}

.centro {
    width: 80%;
    display: inline-block;
    border-width: 0px;
    border-collapse: collapse;
    background-image: url(images/Salvanel_Foches_001.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
}

.destra {
    background-color: #00EBFF;
    width: 10%;
    display: inline-block;
    border-width: 0px;
    background-repeat: no-repeat;
    border-collapse: collapse;
    border-style: none;
    float: right;
}
.sotto {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18pt;
    font-family: lato;
    color: #454545;
    text-decoration: none;
}

