@charset "utf-8";
/* CSS Document */

BODY {
  background: #ffffff url(images/fondo.jpg) no-repeat center;
  background-attachment: fixed;
  color: #000000;
  margin: 0px;
  fonfont-family: Verdana, Arial, sans-serif;
}

A{
  color: #990000;
  text-decoration: none;  
}

A:link {
  color: #990000;
  text-decoration: none;  
}

A:hover {
  color: #990000;
  text-decoration: none;
  font-weight: none;
}
