
body{
    margin-top: 0%;
    width: 1024px;
    background: black;
    margin-left: auto;
    margin-right: auto;
}

#titulo{
    background: #8b321b;
    text-align: center;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5rem;
    margin-top: 0;
}

p{
    color: gray;
}

ol li{
    color: lightgray;
    text-decoration: none;
    font-size: 1rem;
}

a:link{
    color: #5394aa;
    text-decoration: none;
}

a:hover{
    color: lightgray;
    text-decoration: none;
}

a:active{
    color:#8b321b;
    text-decoration: none;
}

h1, h2, h3{
    color: lightgray;
}

.titulos{
    background-color: #5394aa;
    text-align: center;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

div table{
    margin: auto;
    border-collapse: collapse;
}

div img{
    display: block;
    margin: auto;
    border: 2px solid gray;
}

div img:hover{
    display: block;
    margin: auto;
    border: 2px solid #5394aa;
}

tr:first-child{
    background: gray;
    color: black;
    border: 2px solid gray;
}

tr td{
    border: 2px solid gray;
    margin: 0%;
    padding: 10px;
}

tr{
    color: gray;
}

tr:not(:first-child):hover {
    color: lightgray;
    background: #5394aa;
}

div ul{
    margin: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

ul li a{
    font-size: 1.5rem;
    text-align: center;
    list-style-type: none;
}

ul li a:link, ul li a:visited{
    color: lightgray;
    text-decoration: none;
}

ul li a:hover{
    background: lightgray;
    color: black;
    text-decoration: none;
}

ul li a:active{
    color: black;
    background: red;
    text-decoration: none;
}

footer{
    background: gray;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer p{
    color: lightgray;
    text-align: center;
}