/* CSS escrito por Leonardo Maia
CSS Express (um serviço de Stage3 agência web)
www.stage3.com.br - 21 2524 1676 */

/* Base do Layout */

html
{
background:#3c3c3c;
}

body
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#fff;
background:url(../imagens/bg-header-internas.jpg) center top no-repeat;
}

/* background para a Home */
#home
{
background:url(../imagens/bg-home.jpg) center top no-repeat;
}

.clear
{
clear:both;
}

/* Informações antes do Header */
#topInfo
{
position:absolute;
top:0;
left:0;
width:960px;
height:42px;
background:url(../imagens/bg-top-info.jpg) 434px 14px no-repeat;
}

.data
{
position:absolute;
top:22px;
left:464px;
font-size:10px;
}

.mapaSite
{
position:absolute;
top:11px;
left:37px;
text-indent:-90000px;
width:76px;
height:25px;
}

.mapaSite a
{
display:block;
width:100%;
height:100%;
background:url(../imagens/btn-mapa-do-site.gif) no-repeat;
}

.mapaSite a:hover
{
background-position:0 -25px;
}

/* -------------- Informações antes do Header ---------------- */

/* Header */
#header
{
position:relative;
width:960px;
height:273px;
margin:0 auto;
}

#header h1
{
position:absolute;
top:0;
left:59px;
width:171px;
height:229px;
text-indent:-90000px;
background:url(../imagens/logo-internas.png) no-repeat;
}

#header h1 a
{
display:block;
width:165px;
height:155px;
margin-top:70px;
}

/* Header para a Home */
#home #header
{
height:686px;
}

#home #header h1
{
width:202px;
height:305px;
left:55px;
background:url(../imagens/logo.png) no-repeat;
}

#home #header h1 a
{
margin-top:115px;
width:197px;
height:180px;
}
/* --------------- Header -------------------- */

/* Footer */
#footer
{
width:960px;
margin:0 auto;
padding:20px 0;
}

ul#footerMenu
{
list-style:none;
margin:0 0 25px 50px;
}

ul#footerMenu li
{
float:left;
font-size:11px;
}

ul#footerMenu li a
{
padding:0 6px;
color:#b2b0b0;
text-decoration:none;
border-right:1px solid #b2b0b0;
}

ul#footerMenu li.fale a
{
border:none;
}

ul#footerMenu li a:hover
{
color:#fff;
}

#footer .direitos
{
font-size:11px;
color:#fff;
text-align:center;
clear:both;
height:20px;
}


#footer .icones
{
font-size:11px;
color:#fff;
text-align:center;
clear:both;
height:20px;
}