.menu-navegacao {
  display: block;
  height: 36px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #bdbdbd;
}

.abas {
  background: #F4F4F4;
  display: block;
  font-family: arial;
  margin: 0 auto;
  padding: 0;
  width: 820px;
}

.abas li {
  background: linear-gradient(#c3c3c3,#f4f4f4,#f4f4f4,#f4f4f4);
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  border-right: none;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 36px;
  position:relative;
  width: 16.66%;
}

.abas li a {
  color: #555;
  display: table-cell;
  font: bold 11px Arial;
  height: 33px;
  text-align: center;
  vertical-align: middle;
  width: 127.44px;
}

.abas li:hover {
  background: linear-gradient(#b3b3b3,#b3b3b3,#b3b3b3,#f4f4f4);
}

.abas li:hover a {
  color: #fff;
}

.abas li a:link {
  text-decoration: none;

}

.abas li a:visited {
  text-decoration: none;
}

.abas li.active {
  background: #fff;
  border-bottom: none;
  pointer-events: none;
}

.abas .aba-2 {
  background: linear-gradient(#d2bc6c,#e9deb8,#e9deb8,#e9deb8);
  border-color: #d2bc6c;
}

.abas .aba-2:hover {
  background: linear-gradient(#e9deb8,#d2bc6c,#d2bc6c,#d2bc6c);
}

.abas .aba-2.active {
  background: linear-gradient(#d2bc6c,#e9deb8,#e9deb8,#e9deb8);
  border-bottom: none;
  pointer-events: none;
}

.abas .aba-6 {
  background: linear-gradient(#a61f30,#db6676,#db6676,#db6676);
  border-color: #a61f30;
}

.abas .aba-6.active {
  background: linear-gradient(#a61f30,#ce2941,#ce2941,#ce2941);
  border-bottom: none;
  pointer-events: auto;
}

.abas .aba-6 a {
  color:#fff;
}

.abas .aba-6:hover{
  background: rgb(164, 9, 15);
  box-shadow: inset 0px 10px 10px 0px #DB6675;
}

table#busca {
      margin-left: auto;
    transform: translateY(39px);
}
table#busca td { text-align: right; }

.descontinuado {
    display: flex;
    align-content: space-between;
    width: 100%;
    padding: 0 10px 10px 0;
}
.descontinuado div {
    display: block;
    width: 700px;
    padding: 20px;
    position: relative;
    margin-left: -20px;
    margin: 0 auto;
    border: 1px solid rgb(245, 194, 199);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: rgb(132, 32, 41);
    background-color: rgb(248, 215, 218);
}
.descontinuado div.curto {
    width: 500px;
}
