﻿/*COLORI*/
.sfondoItalia
{
    background-position:center bottom;
    background-repeat:no-repeat;
    background-image:url('../grafica/italia.png');
}
.sfondoRosso
{
    background-color:#E30517;
}
.sfondoAzzurro
{
    background-color:#009EE3;
}
.sfondoGrigio
{
    background-color:#888989;
}
.sfondoViola
{
    background-color:#B51D81;
}
.sfondoVerde
{
    background-color:#009640;
}
.sfondoArancio
{
    background-color:#EF8A02;
}
.sfondoBlu
{
    background-color:#096FB4;
}
.sfondoGrigioScuro
{
    background-color:#1c1c1b;
}
.sfondoGrigioScuro
{
    background-color:#1c1c1b;
}
.rosso
{
    color:#E30517 !important;
}
.nero
{
    color:#000 !important;
}
.arancio
{
    color:#EF8A02 !important;
}
.azzurro
{
    color:#009EE3 !important;
}
.viola
{
    color:#B51D81 !important;
}
.verde
{
    color:#009640 !important;
}
.blu
{
    color:#096FB4 !important;
}
.grigioScuro
{
    color:#1c1c1b !important;
}
.grigio
{
    color:#888989 !important;
}
.bianco
{
    color:#fff !important;
}

.sfondoCorrelati
{
    background-color:#b1b2b4 !important;
}
.sfondoRecenti
{
    background-color:#edeeee !important;
}