/* todo este pero con padding: 0px */
body { margin: 10px; border: none; padding: 0px; background-color: #ffffff; }
/* fin */

h1 { font-size: 18pt; text-align: center; font-weight: bold; }
h2 { font-size: 14pt; font-weight: bold; text-align: center; font-style: normal }
h3 { font-size: 12pt; font-weight: normal; font-style: italic; text-align: center }
h4 { font-size: 14pt; font-weight: bold; text-align: left; font-style: normal;  margin-top: 0px ;  margin-bottom: 0px }
h5 { font-size: 12pt; font-weight: bold; text-align: left; font-style: normal;  margin-top: 25px ;  margin-bottom: -3px ; }
h6 { font-size: 12pt; font-weight: bold; text-align: left; font-style: italic; margin-top : 25px ; margin-bottom : -3px ; }

/*  este pero con font: 12px 
p, li {font-size: 12pt;}
*/

/*  incluido 
footer { margin-top: 40px; margin-bottom: 20px; font-size: 10pt; font-style: italic; text-align: center; clear: both; -moz-text-align:center; }
*/

#references { font-size: 10pt }

#fechas { margin-top: 40px; margin-bottom: 30px; font-size: 10pt; font-style: italic; text-align: center; clear: both; -moz-text-align:center; }

footer { margin-top: 40px; margin-bottom: 30px; font-size: 10pt; font-style: italic; text-align: center; clear: both; -moz-text-align:center; }

table { font-size: 10pt; margin-right: auto; margin-left: auto; }

/*  REVISAR */
br.page { page-break-after: always }
.tab { margin-left: 60px; margin-right: 60px; }
/* fin */

/*  incluido */
#myBtn {
  display: none;
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color:#2323a2fa;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 1px;
-moz-background-color:#2323a2fa;
}

/*  incluido */
#myBtn:hover { background-color: #787878; -moz-background-color: #787878; }

