﻿*{
    margin:0px;
    padding:0px;
}
body {
    font-family: 'Raleway', Arial, sans-serif;
    background-color:#0C3C60;
}

header{
    width:100%;
    background-color:#0C3C60;
    height:90px;
}

header section{
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}

header section h1{
    font-size:22px;
    font-weight: bold 900 ;
    color:white;
    padding-top:10px;
    text-align:center;
}

header section p{
    font-size:13pt;
    color:#7CC9D9;
    text-align:center;
}

header img#facebook {
    display:block;
    position:absolute;
    top:20px;
    left:1124px;
}

header img#home {
    display:block;
    position:absolute;
    top:40px;
}

section#corpo{
    background-color:#D1E0EB;
    height:auto;
    min-height:400px;
}

footer{
    clear:both;
    background-color:#0C3C60;
    color:white;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    font-size:10pt;
}
