body {
  font-size: 0.8em;
  font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
  background-color: white;
}
.impresion {
  display: none;
}
@media print {
  body { background: white url(margen.png) no-repeat scroll right center;
  margin-right: 25px;
}
  .impresion { color: gray;
  font-size: 0.9em;
  display: inline;
  }
  .noimpresion { display: none;
  }
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.1em;
}
small {
  font-size: 0.85em;
}
td {
  font-size: 0.8em;
}
.marca-enlaces a:hover {
  text-decoration: none;
  color: white;
  background-color: #edbd5e;
}

