header{
    height: 150px;
    background:linear-gradient(transparent 40%, #5a26ba80), url("../drawable/bg/LnYlw.png");
    background-blend-mode: multiply;
    flex: auto;
    flex-direction: row;
}
body {
	font-family: 'Arial', sans-serif;
    background-image: linear-gradient(to bottom right, #99FFFF, #6666FF);
    background-size: cover;
    height: auto;
    margin: auto;
}
section{
    font-size: 16px;
}
.TxMain{
    padding: 5px;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    -webkit-text-fill-color: black;
    font-family: "Candara", sans-serif;
}
.TxDial{
    text-align: justify;
    font-family: "Lucida Console";
    color: white;
}

.FlLeft{
    float: left;
}
.FlRight{
    float: right;
}
.FlCenter{
    float: center;
}
.BigMain{
    margin: 20px;
    padding: 10px;
    height: 800px;
}
.ComicContent img{
    margin: auto;
    display: flex;
    margin-top: 200px;
}

button {
    height: 50px;
    width: 200px;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    -webkit-text-fill-color: black;
    font-size: 32px;
    font-weight: bolder;
}

button:hover {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    -webkit-text-fill-color: white;
    background: black;
    font-size: 32px;
    font-weight: bolder;

}

.MenuSuperior{
    box-sizing: border-box;
    height: 90%;
    max-width: 30%;
    float: right;
}

.Tabla1{
    width:100%
}
.Tabla1 td{
    height: 150px;
    width: 33.3%;
}
.Tabla1 img{
    max-width:100%;
    object-fit: scale-down;
}

.TablaF{
  border: 0px solid black;
  border-collapse: collapse;
}
.TablaF img{
    max-width:100%;
    object-fit: cover;
        border: 10px solid white;
}

.Tabla2{
    width:100%
}
.Tabla2 td{
    height: 480px;
    width: 240px;
}
.Tabla2 img{
    max-width:100%;
    object-fit: scale-down;
}



.graytext{
    color: gray;
}
.bossnametext{
    color: #a10023;
}
.gymno{
    color: #ff5147;
}
.may{
    color:#61efff;
}
.liz{
    color:#ad61ff;
}
.ide{
    color:#ff6198;
}
.juan{
    color:#bda8ab;
}
.rob{
    color:#d1a660;
}
.pro{
    color:#6075d1;
}

.bigl{
    font-size: 200%;
}