*, html {

    margin: 0;
    padding: 0;
    border: 0;
}
div#page:after {
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}

/* ------------------------------ INÍCIO HOME ------------------------------- */
.titulo_home{
    font-size: 25px;
    color: #6d6e71;
    margin: 0 auto;
    display: block;
    width: 500px;
    height: 50px;
    margin-top: 15px;
}
    div#home_baterias{
        width: 343px;
        height: 526px;
        display: block;
        float: left;
        background: url(../images/bg_baterias_home.jpg) no-repeat;
        margin-top: 18px;
    }
        .texto_baterias{
            width: 180px;
            display: block;
            margin-top: 382px;
            font-size: 20px;
            color: #ffffff;
            margin-left: 56px;
            text-align: center;
        }

            div#home_fontes{
                width: 339px;
                height: 526px;
                display: block;
                float: left;
                background: url(../images/bg_fontes_home.jpg) no-repeat;
                margin-top: 18px;
            }
                .texto_fontes{
                    width: 180px;
                    display: block;
                    margin-top: 382px;
                    font-size: 20px;
                    color: #ffffff;
                    margin-left: 110px;
                    text-align: center;
                }



















