/*Page elements*/
@page {
  margin: 0mm;
  size: portrait !important;
}
@page {
  @footnote {
    float: bottom !important;
  }
}
html {
  margin: 0px !important;
}
body {
  margin: 0mm !important;
}
/*
span.nota_al_pie {
  float: footnote !important;
}
*/

/*Hidden*/
.pet2018 {
  visibility: hidden !important;
  display:none !important;
}
#main-header {
  visibility: hidden !important;
  display: none !important;
}
#top-header {
  visibility: hidden !important;
  display: none !important;
}
#arriba {
  visibility: hidden !important;
  display: none !important;
}
#main-footer {
  visibility: hidden !important;
  display: none !important;
}
.et_pb_scroll_top {
  visibility: hidden !important;
  display: none !important;
}

/*Special*/
#resultinfo > div, p, a {
  font-size: 12pt !important;
}

h2 {
  font-size: 30px !important;
  margin-top: 20px !important;
}
#desarrollo {
  margin-bottom: 20px !important;
}
#firma {
  margin-top: 50px !important;
}
#pie > p {
  line-height: 0.5;
  color: #cccccc;
  text-align: center;
}
div#notaspie {
  margin-bottom: 50px !important;
}
div#pie {
  margin-bottom: 0px !important;
  padding: 0px !important;
}

table, tr, td {
  border: 1px solid black;
  margin: 0 auto;
  line-height: 0.5;
}

table {
  border-collapse: collapse;
  background: #f9f9f9;
}

.cabecera {
  background: #565656;
  color: white;
  font-weight: bold;
}

.resultinfo {
  font-family: 'Roboto Mono', monospace;
  padding: 0px !important;
  border: 0px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
}

.logofu > img {
  height: 50px !important;
  width: auto !important;
}