*{
    margin: 0px;
    padding: 0px;
    font-family: 'Merriweather', serif;
}

body{
    background-color: #570685;
}

body::-webkit-scrollbar {
    width: 12px;
    /* ancho de toda la barra de desplazamiento */
}

body::-webkit-scrollbar-track {
    background: #570685;
    /* color del área de seguimiento */
}

body::-webkit-scrollbar-thumb {
    background-color: #431C4E;
    border-radius: 20px;
    border: 3px solid #B367C9;
}

.cuerpo{
    width: 100%;
}

#cabezera{
    margin: auto;
    text-align: center;
    width: 100%;
    height: 200px;
    background-size: auto;
}

.menu{
    margin: auto;
    width: 1372px;
    height: 35px;
    background-color: #F360CC;
}

.botones{
    padding-left: 20px;
}

.botones a{
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: #FF41A4;
}

.botones a:hover{
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: #e73a93;
}

.cuerpo{
    display: flex;
    margin: auto;
    width: 1372px;
    height: 1000px;
    background-color: #ffffff;
}

.info{
    width: 1022px;
    height: 1000px;
    background-color: #ffffff;
}

.tex-chat{
    margin: 15px;
    text-align: center;
    color: #F360CC;
    font-size: 30px;
}

.chat{
    margin: auto;
    width: 1022px;
    height: 510px;
}

.lateral{
    float: right;
    width: 350px;
    height: 1000px;
    background-color: #F360CC;
    background-image: url(/img/lateral_Web_V_001.png);
    background-size: 100% 100%;
}

.tex-Sponsors{
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 0px 0px 5px 0px;
}

.Sponsors{
    margin: auto;
    margin-bottom: 100px;
    width: 320px;
    height: 250px;
    background-color: #ffffff24;
}

.tex-Anuncios{
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 0px 0px 5px 0px;
}

.Anuncios{
    margin: auto;
    width: 320px;
    height: 250px;
    background-color: #ffffff24;
}



footer{
    margin: auto;
    width: 1372px;
    height: 100px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #F360CC;
}

footer p{
    padding-top: 50px;
}