@charset "UTF-8";

html, body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: #666;
  font: 9pt sans-serif;
  text-align: center;
}

h1 {
  margin: 5em 0;
  padding: 0;
  background: black url("../imagen/barra-hor.jpg") repeat-x center center;
  text-align: center;
}

img {
  display: block;
  margin: 0 auto;
  padding: 0;
  border-style: none;
}

div {
  margin: auto;
  margin-bottom: 2em;
  width: 40em;
  text-align: center;
}

div a {
  color: #666;
  text-decoration: none;
}

div.etc {
  font-family: monospace;
  color: lime;
}

div.etc span {
  text-decoration: blink;
}

div.pi a {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 1em;
  color: lime;
  text-decoration: none;
}