/* CSS Document */
h1{
font-family: arial;
font-size: 9px;
}  

#enlaces {   
  text-align: right;
   min-width: 600px;
  margin-top: 100px;
  color: rgb(180,180,180);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -30px;
}

a {text-decoration: none;
color: rgb(180,180,180);
border: none;
}

a:hover {color: rgb(0,0,0);
}

