﻿#head_main
{
    background-image: url(Immagini/fondo_testata.jpg);
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
    padding: 0px;
    width: 780px;
    height: 220px;
    border-bottom: 1px solid #ff6600;
}
#head_anim
{
    margin: 0 auto 0 auto;
    padding: 0px;
    width: 780px;
    height: 192px;    
}
#head_menu
{
    padding: 0px;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 780px;
    height: 28px;
}
#box_menu
{
    padding: 0px;
    margin: 3px auto 0 2px;
    text-align: center;
    list-style-type: none;
}
#box_menu li
{
    display: inline;
    margin: 0 2px 0 10px;
}
#box_menu a
{
    font-family: Century Gothic, Hei;    
    font-size: 12px;
    color: #ff6600;
    text-decoration: none;
}
#box_menu a:hover
{
    font-family: Century Gothic, Hei;    
    font-size: 12px;
    color: #ffcc99;
    text-decoration: none;
}
#box_menu .selezionato
{
    font-family: Century Gothic, Hei;    
    font-size: 12px;
    color: #ff9966;
    text-decoration: none;
}

