table
{
    
    background:#212121;
    border-radius: 100px;
    color: red;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    text-align: left;
    border-style: solid;
    border-radius: 10px;
}
#HeaderTitulos
{
    text-align: center;
    width: 100%;
}
#Navega
{
    background: white;
    color: white;
}
ul
{
    display: flex;
    justify-content: center;
    padding: 15px;
    list-style: none;
    
}

li
{
    margin: 2px;
    background: red;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    
}
a
{
    color: white;
    text-decoration: none;
}
#cap
{
    
    background:white;
    border-radius: 100px;
    color: black;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    text-align: left;
    border-style: solid;
    border-radius: 10px;
}
#cap2
{
    
    background:#1978ff;
    border-radius: 100px;
    color: black;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    text-align: left;
    border-style: solid;
    border-radius: 10px;
}
#Navega2
{
    background: #1978ff;
    color: white;
}
#li2
{
    margin: 2px;
    background: #1978ff;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    
}
#Navega3
{
    background: #212121;
    color: white;
}
#li3
{
    margin: 2px;
    background: #212121;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    
}
#li4
{
    margin: 2px;
    background: #212121;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    
}