.titulo_categoria_inativo{
background-color: #F7F7F7;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
height: 20px;
}
.titulo_categoria_ativo{
background-color: #E9EDEB;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
font-weight: bold;
height: 20px;
}
.link_categoria_ativo{
color: crimson;
text-decoration: none;
}
.link_categoria_ativo:hover{
color: Crimson;
}
}
.link_categoria_inativo{
color: black;
text-decoration: none;
}
.link_categoria_inativo:hover{
color: Crimson;
}
