/* CSS Para a area que sera sempre igual em todas as paginas */

@import url(http://fonts.googleapis.com/css?family=Montserrat);

* { font-family: 'Montserrat', sans-serif; }


#corpoFiltros {
    margin: 50px 5% 10px 5%;
    /* border-left: 2px solid black; */
    box-shadow:0px 1px 5px #400000;
}

#fundo {
    width: 98%;
    padding: 1%;
    border: .8px solid white;
    box-shadow: 0px 0px 4px black;
}

.filtrosTops {
    padding: 5px;
    margin: 10px 10%;
    text-decoration: none;
    border-bottom: 2px solid black;
    color: #030000;
}
