#titulo{
    padding-top: 5px;
    color: #D0B911;
    background-color: black;
    margin: 0;
    position: fixed;
    height: 80px;
    width: 100%;
    top: -15px;
    left: 0;
    text-align: center;
    line-height: 50px;
    z-index: 1000;
}

table{
    margin-top: 80px;
    margin-left: 150px;
    margin-right: 150px;
}

body{
    background-color: aquamarine;
}

#titulo img{
    float: left;
    width: 100px;
    height: 70px;
    padding-top: 10px;
}

h1{
    float: left;
}

h3{
    float: right;
    padding-right: 20px;
}

a{
    text-decoration: none;
    color: white;
}