/*==============================
    Banner
==============================*/

.banner{
    position: relative;
    margin-top: -135px;
    overflow-x: hidden;
    z-index: 3;
}
.banner img{
    position: relative;
    width: 2000px;
    left:50%;
    margin-left: -1000px;    
}

.rodape-banner{
    float: left;
    position: relative;
    z-index: 4;
    margin-top:-165px;
    height: 175px;
    background: url('../images/rodape-banner.png') top center repeat-x;
}

.rodape-banner .conteudo{
    margin-top: 51px;
}
.rodape-banner .conteudo img{
    position: relative;
    z-index: 4;
}
.rodape-banner .conteudo .sombra-banner{
    float: left;
    width: 201px;
    margin: -14px 0 0;
    height: 37px;
    position: relative;
    z-index: 3;
    background: url('../images/sombra-banner-home.png') bottom center no-repeat;
}

/*==============================
    conteudo
==============================*/

.inicial{    
    margin-top: 25px;
}
.inicial div{   
    position: relative;
    z-index: 5;
    height: 42px;
    width: 661px;
    background: url('../images/sombra-cont.png') bottom center no-repeat;
}
.inicial div h1{  
    font-family: helveticaneueitalic;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color:#001321;
}

