root { 
    display: block;
}

body {
    background-color: rgb(0,33,44);
}

.titolo {
    width: 251px;
    height: 51px;
    margin: 0 auto;
    margin-top: 160px;
    background-image: url('../img/titolo.png');
}

.pagina {
    width: 1024px;
    margin: 0 auto;
}

.main {
    width: 324px;
    height: 325px;
    margin: 0 auto;
    margin-top: 120px;
}

.riquadro_enabled {
    float: left;
    width: 160px;
    height: 325px;
    margin-left: 1px;
    margin-right: 1px;
    cursor: pointer;
}

.riquadro_disabled {
    float: left;
    width: 160px;
    height: 325px;
    margin-left: 1px;
    margin-right: 1px;
}

.clear {
    clear: both;
}

.titoletto {
    width: 160px;
    height: 20px;
    font-family: sans-serif;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    color: white;
    background-color: rgb(5,45,55);
    font-weight: bold;
}

.corpo {
    width: 160px;
    height: 300px;
    margin-top: 2px;
    background-color: rgb(0,26,37);
    overflow: auto;
}

.strisciolina {
    width: 160px;
    height: 1px;
    margin-top: 2px;
    background-color: rgb(0,33,44);
}

.logo_coendamaschi {
    width: 160px;
    height: 59px;
    margin-top: 110px;
    background-image: url('../img/coendamaschi.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.testo_coendamaschi {
    width: 132px;
    height: 48px;
    margin-top: 59px;
    margin-left: 14px;
    font-family: sans-serif;
    font-size: 10px;
    color: white;
    line-height: 12px;
    text-align: justify;
}

.logo_neroforte {
    width: 160px;
    height: 25px;
    margin-top: 128px;
    background-image: url('../img/neroforte.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.testo_neroforte {
    width: 132px;
    height: 48px;
    margin-top: 75px;
    margin-left: 14px;
    font-family: sans-serif;
    font-size: 10px;
    color: white;
    line-height: 12px;
    text-align: justify;
}

.logo_viaroma45 {
    width: 160px;
    height: 93px;
    margin-top: 96px;
    background-image: url('../img/viaroma45.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.testo_viaroma45 {
    width: 132px;
    height: 48px;
    margin-top: 40px;
    margin-left: 14px;
    font-family: sans-serif;
    font-size: 10px;
    color: white;
    line-height: 12px;
    text-align: justify;
}

.logo_in_outlet {
    width: 160px;
    height: 67px;
    margin-top: 110px;
    background-image: url('../img/in_outlet.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.testo_in_outlet {
    width: 132px;
    height: 48px;
    margin-top: 52px;
    margin-left: 14px;
    font-family: sans-serif;
    font-size: 10px;
    color: white;
    line-height: 12px;
    text-align: justify;
}

.logo_locanda {
    width: 160px;
    height: 100px;
    margin-top: 93px;
    background-image: url('../img/locanda.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.testo_locanda {
    width: 132px;
    height: 48px;
    margin-top: 35px;
    margin-left: 14px;
    font-family: sans-serif;
    font-size: 10px;
    color: white;
    line-height: 12px;
    text-align: justify;
}

.logo_habitat {
    width: 160px;
    height: 27px;
    margin-top: 129px;
    background-image: url('../img/habitat.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.testo_habitat {
    width: 132px;
    height: 48px;
    margin-top: 72px;
    margin-left: 14px;
    font-family: sans-serif;
    font-size: 10px;
    color: white;
    line-height: 12px;
    text-align: justify;
}

.firma {
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    width: 1024px;
    height: 50px;
}

.firma a {
    display: block;
    margin: 0 auto;
    width: 174px;
    height: 19px;
    background: url('../img/firma.png');
    background-position: top left;
}

.firma a:hover {
    background-position: top right;
}

.no_decoration {
    text-decoration: none;
}