<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: gray;
  color: black;
  font-family: Arial;
  text-align:center;
}

footer {
  clear: both;
  text-align:center;
  background:#5c5c8a;
}

#contenedor{
  width:80%;
  height:100%;
  margin: 0 auto;
  background: white;
  positio:relative;
  text-align:center;
}


header {
  text-align: center;
  height:10%;
  vertical-align: middle;
    background:#5c5c8a;
}

section {
  text-align:center;
  padding:1%;
    background: white;
}


#tabla{
margin-top:12px;
margin-bottom:12px;
}

table {
  font-size: 18px;
  font-family:"arial";
  border-collapse: collapse;
  width:80%;
}

th {
    height: 50px;
}
tr:nth-child(even) {background-color: #f2f2f2}


</pre></body></html>