/* CSS Document */
body{
margin:auto;
width:900px;
background-color: #000000;
   font:normal 18px "Times New Roman", Times, serif;
   color:#c19e4d;
}

#center {
  text-align: center;
  margin:auto;
  padding:0px;
}

a:link, a:visited, a:active {
   color:#c19e4d;
 text-decoration: none;
}
a:hover {
   color:#fff7d0;
 font-weight: none;
 text-decoration: underline;
}


.bold{
  font:bold;

}

/* Top */
#top {
position:relative;
top:0px;
left:0px;
text-align:center;
padding-top:55px;
}

#link {
position:relative;
top:0px;
left:0px;
margin-top:60px;
height:45px;
background-image: url(img/sfondo.jpg);
background-repeat: no-repeat;
background-position: top center;
}
#link  ul{
padding-top:15px;
padding-left:230px;
}
#link  ul li{
display:inline;
}
#link  ul li a{
padding-left:60px;
}


.link {
 font:bold 13px Arial, Helvetica, sans-serif;
 color:#c19e4d;
}

.link a:hover {
 color:#f5cc63;
 font-width: bold;
 text-decoration: underline;
}

.link a:link, a:visited, a:active {
 color:#c19e4d;
 text-decoration: none;
}

