/* container for the footer */
div#divFooter {
    clear: both;
    font-size: 0.9em;
    text-align: center;
    color: #999999;
}

div.selos {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   width:300px;
}

div.selo_esq {
   text-align: center;
   margin: 5px 10px 5px 10px;
   float: left;
   line-height: 2.5em;
}

div.selo_dir {
   text-align: center;
   margin: 5px 10px 5px 10px;
   float: right;
   line-height: 2.5em;
}