.mensa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    color: white;
    border-radius: 5px; /* Borde del boton */
    background-color: gray; /* Color de fondo */
    padding: 20px 20px; /* Relleno del boton */
    position: fixed;
    top: 100px;
    right: 25%;
    left: 25%;
    height: auto;
  }
  .campos{
    text-align: center;
    border-width: .1px;
    border-radius: 8px;
    border-color: #09F;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #09F;
    width: 90%;
    height: 30px;
  }

 .bots{
    text-align: center;
    border-width: .1px;
    border-radius: 8px;
    border-color: #09F;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    width: 70%;
    height: 50px;
  }

.instal_bot, .donar_bot {
  font-size: 18px;
  font-weight: bold;
  width:100%;
  height: 100%
}

.donar {
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  background-color: gray;
  padding: 20px 20px;
  position: fixed;
  top: 100px;
  right: 10%;
  left: 10%;
  /* height: auto; */
  visibility: hidden;
  z-index: 2;
}

.copiar_alias {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 85, 28);
  background-color: rgb(192, 192, 192);
  display: block;
  width: 100%;
  border: solid;
  border-width: 2px;
  border-color: rgb(48, 48, 48);
  height: 40px
}

#tabla_1 {
  border-radius: 50px;
  overflow: hidden;
  margin:0 auto;
  background-color: rgba(207, 207, 207, 0.637);
  font-family: Verdana, Geneva, Tahoma, sans-serif"
}

#tit_app {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  color: rgb(0, 87, 65);
  text-shadow: 0px 0px 0px rgb(0, 255, 0)
}

#bot_comparte {
  background-color: rgb(6, 192, 0);
  background-image: url('imgs/ico_comp128.png');
  background-repeat: no-repeat;
  background-position:center;
  background-size: 30px 30px;
  border: hidden;
  border-radius: 30px;
  font-size: 16px;
  width: 50px;
  height: 50px;
}

#pres_tit {
  border-radius: 50px; overflow: hidden;
  background-color: rgba(207, 207, 207, 0.637);
  font-size: 48px;
  font-weight: bold;
  color: rgb(0, 123, 206);
  -webkit-text-stroke-width:2px;
  -webkit-text-stroke-color: rgb(0, 141, 47);
  padding-left: 20px;
  padding-right: 20px;
  display: none
}

#pres_fec {
  border-radius: 50px; overflow: hidden;
  background-color: rgba(207, 207, 207, 0.637);
  font-size: 36px;
  font-weight: bold;
  color: rgb(0, 141, 47);
  -webkit-text-stroke-width:2px;
  -webkit-text-stroke-color: rgb(0, 123, 206);
  padding-left: 20px;
  padding-right: 20px;
  display: none
}

#pres_dias {
  border-radius: 50px; overflow: hidden;
  background-color: rgba(207, 207, 207, 0.637);
  font-size: 70px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  -webkit-text-stroke-width:2px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  display: none
}
