html{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
}
#tudo{
    width: 900px;
    margin: auto;
    font-family: sans-serif;
}
.corpo{
    height: 200px;
}
.top{
    position:relative;
    height: 236px;
    background-color: #32527b;
}
.top h1{
    text-align: center;
    width: calc(100% - 177px);
    margin-top: 0;
    padding-top: 100px;
    color: white;
}
.top img{
    position: absolute;
    top: 0;
    right: 0;
}
.titulo_menu{
    text-align: center;
    margin: 0;
    background-color: #32527b;
    padding: 10px 0;
    color: white;
}
.menu ul{
    margin: 0;
    padding: 0;
}
.menu li{
    display: inline-block;
    width: 176px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    vertical-align: top;
}
.menu li:nth-child(1) a, .menu li:nth-child(2) a, .menu li:nth-child(5) a{
    padding-top: 30px;
}
.menu li:nth-child(3) a, .menu li:nth-child(4) a{
    padding-bottom: 10px;
}
.menu li a{
    display: inline-block;
    text-align: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #32527b;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.menu li a:visited{
    color: #32527b;
}
