a:link {
  color: #ce1210; text-decoration: none;
}
a:visited {
  color: #ce1210; text-decoration: none;
}
a:hover {
  color: #f2a17a; text-decoration: underline;
}
a:active {
  color: #ce1210; text-decoration: none;
}

.grau {
  color: #ce1210;
}

/*  CORPO  */

.td-esq {
  border: 0;
  font-weight: bold;
  font-size: 2em;
  width: 48%;
  padding: 1%;
  text-align: right;
  color: #ce1210;
}
.td-dir {
  border: 0;
  font-weight: bold;
  font-size: 2em;
  width: 48%;
  padding: 1%;
  text-align: left;
  color: var(--font-cor1);
}
.td-dir input {
  width: 80px;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  background: var(--bg-leve);
  border: 1px solid var(--font-cor2);
  color: var(--font-cor2);
}

.bt-rodar {
  background: #008000;
}
