:root {
  /* -colores- */
  /*light_mode*/
  --main-back-color: #00594c;
  --soft_green: rgba(0,89,76, 0.5);
  --special-text: #00594c;
  --error-text: #b03a3a;
  --normal-text: #1a1a1a;
  --alternative-text: white;
  --gris: #747475;
  --gris2: rgba(158,158,158, 0.2);
  --secundary_bg_color: #f0f0f0;

  /*dark_mode*/
  /* --drk_h1: #e6e9ed;
  --drk_h2: #cdd2db;
  --drk_accent: #d5a00f;
  --drk_code: #534485;
  --drk_evensection: rgb(26, 37, 46);
  --drk_oddsection: rgb(28, 28, 28);
  --drk_shadow: #525252;
  --drk_pubs: #6eb2ff; */
  /*typografías*/
  --normal-font: 'Roboto', sans-serif;
  /*texto normal*/
  /* --titles_font: 'Roboto', sans-serif; */
  /*#titulos*/
  /* --special-font: 'Montserrat', sans-serif; */
  /*texto especial*/
}

/* ==DEFINICIONES== */

.font_small {
  font-size: 80%;
}

.texto_derecha{
  text-align:right;
}

.margin_up_20 {
  margin-top: 30px
}

.margin_up_30{
  margin-top:30px
}
.margin_up_60 {
  margin-top: 60px
}

.margin_button_10{
  margin-bottom: 10px;
}