body {
  font-family: 'Barlow Condensed', sans-serif;
}

body,
table,
td,
textarea,
input,
select {
  font-size: 1.2rem; 
  font-family: 'Barlow Condensed', sans-serif;
}

table.contenedor {
  width: 100%;
  border-collapse: collapse;
}

table.contenedor th {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: left;
}

table.contenedor td {
  padding: 12px;
}

.fila-vacia td {
  background-color: #999;
  color: white;
  text-align: center;
  font-weight: normal;
}

th {
  padding: 10px !important;
}

section#contenidos table.apostar-carrera td {
    text-align: center;
    background-color: transparent;
}

input,
textarea,
select {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 100%;
  padding: 8px;
}

.texto_subrayado {
  text-decoration: underline;
}

.texto_resaltado {
  font-weight: bold;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_justify {
  text-align: justify;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

span.align_justify,
span.align_right,
span.align_center {
  display: block;
}

.clear_both {
  clear: both;
}

form {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media screen and (max-width: 360px) {
table,
td
{
  font-size: 1rem; 
}
}