html {
/*    background: url(../imagens/unir.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 12px !important; 

}

.html, body {
    background: transparent !important;
}

body {
   
    /*font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;*/
    color: #000000;  
    margin: 0px;
}



h1 {
    /*font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;*/
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a { text-decoration: none; }

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

.rodape {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    min-height: 24px;
    z-index: 9999;
    color:#f6f6f6;
    padding-top:4px;
    background-color: #0078ae;
    margin-top: 5px;
}