body {
    margin: 0 auto;
    font-family: sans-serif;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


a:active {
    color: #2c4fdd;
}

a:visited {
    color: #2c4fdd;
}

table {
    width: 100%;
    height: 30%;
}

#celda-logo {
    height: 42px;
    border-bottom: #2c4fdd 2px solid;
}

#logo-euro {
    background-size: cover;
    background-position: center;
    height: 100%;
}

th {
    height: 42px;

}

thead {
    background-color: white;
}

tbody {
    display: flex;
    flex-direction: row;
}

.icono {
    width: 82px;
    margin-right: 22px;
}

.seccion {
    background: linear-gradient(to bottom, rgb(248, 248, 247), #f9fbff);
    font-weight: bolder;
    line-height: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.seccion:hover {
    background: linear-gradient(to bottom, #f0f0f0, #f9fbff);
    cursor: pointer;
}


tr {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#seccion-clasificacion{
    border-left: rgb(214, 214, 214) 2px solid;
}


#seccion-noticias{
    border-left: rgb(214, 214, 214) 2px solid;
}