#menu {
    float: left;
    margin-top: 93px;
    width: 453px;
}

#menu a:hover {
    color: #fcf6f6;
}

#menu ul{
    list-style: none;
    background: linear-gradient(to bottom, #ee2929, #111111);
    padding: 0px;
    margin: 0px;
}

#menu li{
    height: 57px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    border-right: 1px solid rgb(194, 1, 1);
}

#menu a{
    text-decoration: none;
    font-size: 20px;
    color: #f5f4f4;
}

body{
    margin: 0 auto;
    width: 960px;
    background-color: #e98484;
    padding: 20px;
    background: url(fundo.webp) repeat-x;
}

#cab img{
    float: left;
    width: 210px;
    padding-top: 0px;
    padding-right: 50px;
}

#social{
    float: right;
    margin-top: 40px;
}

#social img{
    width: 32px;
    height: 32px;
}

.fix{
    clear: both;
}

#lateral{
    float: right;
    background: #ca3535;
    width: 190px;
    border-radius: 10px;
    padding: 5px;
    margin-top: 60px;
}

#lateral h1{
    font-size: 15pt;
    text-align: center;
    border-bottom: 1px solid #080808;
    margin-top: 5px;
}

#lateral h2{
    font-size: 15pt;
}

#lateral p{
    text-align: justify;
}

#main{
    background: #c73530;
    width: 730px;
    margin-top: 60px;
    border-radius: 10px;
    padding: 5px;
}

#main h1{
    font-size: 20pt;
    border-bottom: 1px solid #000000;
}

#main h2{
    font-size: 15pt;
}

#main p{
    text-align: justify;
}

footer{
    color: #ee0909;
    border: 1px solid #690101;
    margin-top: 15px;
}

footer p{
    display: inline-block;
    width: 316px;
    text-align: center;
}
img{
    width: 320px;
}