html {
  height: 101%;
  width: 94%;
  margin-left: 5%;
  text-align: justify;
  font-family: Lucida Grande, Arial, Helvetica, sans serif;
}
a {
  text-decoration: none;
}
div.tittle {
  border: 2px groove #ffddaa;
  padding: 1px;
  background: #ffffff none repeat scroll 0% 50%;
  height: 99px;
  font-size: 24pt;
}
body {
  width:95%;
  text-align: justify;
  font-style: normal;
  opacity: 1;
  font-size: 12pt;
  background-position:  center center;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  border-bottom-style: solid;
  border-bottom-width: 1pt;
}
div.novedades {
  border: 1pt outset #336666;
  padding: 8px 2px;
  background: #ffffff none repeat scroll 0% 50%;
  margin-bottom: 8px;
  clear: none;
  width: 70%;
  text-align: center;
  font-style: italic;
  color: #000000;
  margin-left: 15%;
  margin-top: 12px;
  font-size: 12pt;
  font-weight: bold;
}

.tachado {
    text-decoration: line-through;
    color:gray
}

