*, html {

    margin: 0;
    padding: 0;
    border: 0;
}
div#lateral_esquerda:after {
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}

/* ------------------------- INÍCIO LATERAL ESQUERDA ----------------------- */
div#lateral_esquerda{
    width: 201px;
    display: block;
    float: left;
    background: #cbcbcb;
}
    div#lateral_esquerda h2{
        width: 201px;
        height: 30px;
        display: block;
        background: url(../images/bg_catalogo.jpg) no-repeat;
        text-indent: -9000px;
    }
        div#baterias{
            width: 201px;
            height: 185px;
            display: block;
            background: url(../images/bg_bateria.jpg) no-repeat;
            margin-top: 15px;
        }
            div#baterias strong{
                font-size: 16px;
                font-weight: bold;
                color: #e46713;
                padding-left: 60px;
            }
                div#baterias ul{
                    width: 147px;
                    display: block;
                    padding-left: 31px;
                    margin-top: 15px;
                }
                    div#baterias ul li a{
                        width: 142px;
                        height: 14px;
                        display: block;
                        font-size: 11px;
                        color: #231f20;
                        text-decoration: none;
                        margin-top: 3px;
                        
                        padding-top: 3px;
                        padding-left: 7px;
                    }
                        div#baterias ul li a:hover{
                            background: #f37021;
                            color: #ffffff;
                        }
    div#fontes{
        width: 201px;
        height: 212px;
        display: block;
        background: url(../images/bg_fontes.jpg) no-repeat;
        margin-top: 15px;
    }
        div#fontes strong{
            font-size: 16px;
            font-weight: bold;
            color: #034ea2;
            padding-left: 60px;
        }
            div#fontes ul{
                width: 147px;
                display: block;
                padding-left: 31px;
                margin-top: 10px;
            }
                div#fontes ul li a{
                    width: 142px;
                    height: 14px;
                    display: block;
                    font-size: 11px;
                    color: #231f20;
                    text-decoration: none;
                    margin-top: 3px;
                    padding-top: 3px;
                    padding-left: 7px;
                }
                    div#fontes ul li a:hover{
                        background: #034ea2;
                        color: #ffffff;
                    }
    div#banner_home{
        width: 201px;
        display: block;
        margin-top: 15px;
        background: #ffffff;
    }
        div#banner_home img{
            margin-top: 15px;
            margin-bottom: 15px;
        }




































