/* FONTS */
* {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
}
a {
  color:#000000;
  text-decoration: underline;
}

a:after {
 content: " ( "attr(href)" )";
}
body {
  padding: 10%;
  line-height: 1.2;
  word-spacing: 1px;
}

img, #header, #logo, #menu, #contactForm, .oferta  {
  display: none;
}
