* {margin:0; padding:0}

/*html, body, #wrap {height: 100%; }*/

html, body {
    background: #f1f1f0  url(../images/bg-body.gif) repeat-x;
    color:#012f47;    
} 

body > #wrap {
    margin: 0 auto;
    height: auto;
    /*min-height: 100%;*/ 
    width: 960px;
}

#mainNaoLogado {padding-bottom: 100px;}  /* must be same height as the footer */

#footerNaoLogado {
    position: relative;
    margin-top: -100px; /* negative value of footer height */
    height: 100px;
    clear:both
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
                 display: block;
                 height: 0;
                 clear: both;
                 visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {font: 12px/15px Arial,Helvetica,clean,sans-serif;}

#headerNaoLogado {
    width:960px;
    color:#FFF;
    clear:both;
}

#footerNaoLogado {
    background:#d7d7d7;
    color: #898989;
    text-align:center;
    height:100px
}

.barNaoLogado	{
    height:17px;
    background:url(../images/bg-bar.png) repeat-x;  
}

.barNaoLogadoIndex {
    height:17px;
    width: 627px;
    background:url(../images/bg-bar.png) repeat-x;  
}

#footerNaoLogado .footer-int {
    width:960px;
    height:60px;
    margin:0 auto;
    padding:30px 0 0 0;
    font-size:8px;
}
#footerNaoLogado .fone {
    margin:0;
    font-size:12px;
    /* color:#689bb6; */
}