.tab_ini {
    text-align: center;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
} 
  
.td_ini {
    border-radius: 10px;
    background: radial-gradient(rgb(180, 0, 0), rgb(30, 0, 0));
}

.tit_fix {
    padding: 10px;
     font-size: 28px;
     font-weight: bold;
     color: white
}

.img_mw {
    width: 100px;
    height: 100px;
}

/* -------------------------------------- */
.tab_bots {
    text-align: center;
    margin: 20px auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.txt_bot {
    padding-left: 50px;
    padding-right: 10px;
    border-radius: 100px;
    border-left: solid;
    border-width: 10px;
    border-color: rgb(0, 108, 180);
    font-size: 24px;
    color: rgb(14, 202, 14);
    cursor: pointer;
}

.txt_instr {
    text-align: left;
    padding-right: 50px;
    border-radius: 100px;
    border-right: solid;
    border-width: 10px;
    border-color: rgb(0, 108, 180);
    font-size: 18px;
    color: rgb(221, 221, 221);
    cursor: pointer;
}

.tab_nota {
    text-align: center;
    margin: 20px auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.nota_tit {
    text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.indi {
    text-align: left;
    padding: 5px;
    font-size: 18px;
    color: rgb(221, 221, 221);
}

.corch_izq {
    border-top: solid;
    border-left: solid;
    border-bottom: solid;
    color: rgb(255, 255, 255);
    width: 10px;
}

.corch_der {
    border-top: solid;
    border-right: solid;
    border-bottom: solid;
    color: rgb(255, 255, 255);
    width: 10px;
}

.mensa {
    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: 25%;
    left: 25%;
    height: auto;
    z-index: 2;
}
