*
{

    margin:0px;
    padding:0px;
}

body 
{
    background-image:url(../images/sfondo.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    color:#8C8D8E;
    text-align:center;
}

a
{
    text-decoration:none;
    color:#8C8D8E;
}

a:hover
{
    text-decoration:underline;
}

h1
{
    font-size:13px;
    color:#616265;
    margin-bottom:5px;
}

b
{
    color:#616265;
}

#centrato
{
/*
    position:absolute;
    top:50%;
    left:50%;
    margin:-335px 0 0 -470px;*/

    text-align:left;
    margin: 0px auto;
    margin-top:50px;
    width: 941px;
    border: solid 1px #BBBBBB;
    min-height: 680px;
    height: auto !important;
    height: 680px;
    background-color:#FFFFFF;
}

#colsx_header
{
    width:100%;
    height:50px;
    font-size:11px;
    color:#CCCCCC;
    word-spacing:0.1em;
}

#colsx_header a
{
    text-decoration:none;
    color:#CCCCCC;
}

#colsx_header a:hover
{
    text-decoration:underline;
    color:#9a9b9d;
}

#colsx_header span
{
    float:left;
    height:36px;
    padding-top:14px;
    padding-right:32px;
}

#menu
{
    margin-bottom:68px;
}

#menu img
{
    border:none;
}

#menu ul
{
    list-style:none;
}

#menu ul li
{
    margin-top:2px;
}

#footer
{
    width:941px;
    height:54px;
    clear:left;
    font-size:10px;
    color:#3C3C3C;
    letter-spacing:0.1em;
}

#footer .dati
{
    float:left;
    display:block;
    width:688px;
    height:24px;
    padding-top:30px;
    padding-left:37px;
}

#footer .link
{
    float:left;
    display:block;
    width:182px;
    height:24px;
    padding-right:34px;
    padding-top:30px;    
    text-align:right;
}

#footer .link a
{
    text-decoration:none;
    color:#3C3C3C;
}

#footer .link a:hover
{
    text-decoration:underline;
    color:#9a9b9d;
}

.elenco_link
{
  list-style: none;
  margin-left:80px;
  clear:left;
  margin-bottom:20px;
}

.elenco_link li
{
  list-style: none;
  float:left;
}

.elenco_link li label
{
  display:block;
  width:150px;
  float:left;
  font-weight: bold;
}

.elenco_link li a
{
  display:block;
  width:200px;
  float:left;
}