div.footer-container{
    width: 100%;
    background: #e5e5e5;
    padding:10px;
}

div.footer h1{
    font-family: tahoma, sans-serif;
    font-size: 22px;
    color: #9c9c9c;
    font-weight: normal;
}

div.footer a, div.footer a:visited{
    color: #9c9c9c;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

div.footer div.bloco{
    float: left;
    margin:0 18px;
}
.footer .bloco .item{float:left;margin:0 5px;}

