@charset "UTF-8";
/* CSS Document */

/* 2523d8 azul oscuro
   23d825 verde
   d8237b rosa
   d88023 naranja
   237cd8 azul
   23d6d8 azul claro
   23d87f azul verdoso
*/

.texto_negro_16_centrado {
  font-size: 16px;
  text-align: center;
}

.texto_negro_36_centrado {
  font-size: 36px;
  text-align: center;
}

.texto_negrita_16_centrado {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.texto_negrita_16 {
  font-size: 16px;
  font-weight: bold;
}

.texto_negrita_14_centrado {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.texto_negro_14_centrado {
  font-size: 14px;
  text-align: center;
}

.texto_morado_18_centrado {
  font-size: 18px;
  color: #A31373;
  text-align: center;
}

.texto_morado_18_negrita_centrado {
  font-size: 18px;
  color: #A31373;
  font-weight: bold;
  text-align: center;
}

.texto_azul_14_centrado {
  font-size: 14px;
  color: #3836EA;
  text-align: center;
}

.texto_azul_20_centrado {
  font-size: 20px;
  color: #3836EA;
  text-align: center;
}

.texto_azul_20_negrita_centrado {
  font-size: 20px;
  color: #3836EA;
  font-weight: bold;
  text-align: center;
}

.texto_verdeazulado_40_negrita_centrado {
  font-size: 40px;
  color: #d88023;
  font-weight: bold;
  text-align: center;
}


