body {
    background-color: rgb(138, 138, 138);
    margin: 0px;
}

table, tr, td, img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

table {
    margin: 0px 150px 0px 150px;
    align-items: center;
}

.arriba {
    height: 220px;
    background-color: rgb(31, 31, 31);
}

.header {
    width: 80%;
    height: 220px;
    background-image: url("10.png");
    background-repeat: no-repeat;
    background-color: rgb(204, 204, 204);
}

#zona_1 {
    background-color:rgb(31, 30, 30);
    height: 600px;
    color: rgb(173, 173, 173);
    padding: 70px 0px 0px 30px;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 35px;
    background: radial-gradient(ellipse at top,rgb(41, 41, 41), rgb(31, 31, 31));

}

#zona_2 {
    background-color: rgb(228, 225, 225);
    height: 500px;
    vertical-align: top;
    padding: 0px 40px 0px 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
    background: radial-gradient(ellipse at top, rgb(255, 255, 255), rgb(187, 187, 187));
}

#email {
    color: rgb(200, 255, 47);
    font-size: 18px;
    font-style: normal;
    font-family: Helvetica, sans-serif;
    padding-top: 180px;
}

#seccion {
    color: rgb(255, 206, 47);
}

hr {
    background-color: rgb(187, 187, 187);
}
h1 {
    color: rgb(31, 31, 31);
}

a:visited {
    color: rgb(173, 173, 173);
    text-decoration: none;
}

a:link {
    color: rgb(173, 173, 173);
    text-decoration: none;
}

a:hover {
    color: rgb(138, 138, 138);
}

#afiche {
    width: 90%;
}