.prop {
    /*background-color: #DDD;*/
    margin: 0px auto;
    text-align: center;
}
.prop::before {
    content: "PUBLICIDADE";
    text-align: center;
    display: block;
    margin: 0px auto 3px;
    color: black;
    font-size: 9px;
}
.prop.prop-mob {
    display: none;
}

@media(max-width: 720px) {
    .prop {
        display: none;
    }
    .prop.prop-mob {
        display: block;
    }
}

#leis_header {
    /*width: 728px;
    height: 90px;*/
}

#leis_header.big {
    /*width: 970px;
    height: 250px;*/
}

#leis_bottom {
    /*width: 728px;
    height: 90px;*/
    margin: 15px auto -15px;
}

#leis_mob_header {
    /*width: 300px;
    height: 250px;*/
    margin: 15px auto;
}

#leis_mob_bottom {
/*    width: 300px;
    height: 250px;*/
    margin: 15px auto;
}

#leis_mob_bottom.big {
    /*width: 300px;
    height: 600px;*/
}

/** Página Leis **/
#leis_mob_header.pg-leis,
#leis_header.pg-leis,
#leis_sidebar_top.pg-leis {
    margin: 0px auto 20px auto;
}
#leis_bottom.pg-leis {
    margin: 15px auto 0px;
}