 #box_cabecalho {
  width:652px;

 }

 #box_left {
  width:150px;
  height:400px;
  background-color:#261772;
  vertical-align:top;
 }

 #box_menu {
  background-color:#274CAE;
  vertical-align:top;
  width:144px;
  margin-top:5px;
 }

 .sub_menu_nav {
  background-color:#C5CFE9;
  width:100%;
 }

 #box_carrinho {
  width:144px;
  background-color:white;
 }

 #carrinho {
  width:144px;
  height:50px;
  border:0px;
  font-family:Verdana, Arial;
  font-size:10px;
 }

 #box_conteudo {
  width:610px;
  height:400px;
  margin:0px;
  padding:20px;
  background-color:#E5E5E5;
  vertical-align:top;
 }

 .botao_proximo {
  background-color:#304084;
  width:110px;
  height:17px;
  border:solid 1px black;
  color:white;
  font-size:12px;
  cursor:pointer;
 }

 #box_rodape {
  width:800px;
  height:20px;
  color:white;
  font-family:verdana,arial;
  font-size:10px;
 }

 #painel_carrinho {
  font-family:verdana,arial;
  font-size:10px;
  font-weight:600;
  color:#111111;
  background-color:#B2BFE2;
  border:solid 1px #B2BFE2;
 }

 .guia_compras_on {
  border-top:solid 1px black;
  border-bottom:solid 1px black;
  color:white;
  background-color:#304084;
  font-weight:600;
 }

 .guia_compras_off {
  border-top:solid 1px black;
  border-bottom:solid 1px black;
  color:#304084;
 }

 td {
     font-size:10px;
     font-family:Verdana,Arial;
 }

 th {
     font-size:10px;
     font-family:Verdana,Arial;
     font-weight:600;
     border: solid 1px #555;
     background-color: #dbb;
 }

 body {
    font-family: Verdana, Arial;
    font-size: 10px;
        background-color: #272049;
 }

 .menu {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
 }

 .menu_active {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
 }

 table.tabela {
  background-color: #eee;
  width:610px;
  border:solid 1px silver;
  border-collapse:collapse;
 }

 table.tabela tr th {
  border:1px solid #555;
 }

 table.tabela tr td {
       border: 1px solid silver;
 }

 table.comum tr td {
       border: 0px
 }

 table.tabela2 {
  background-color: #eee;
  width:610px;
  border:solid 1px silver;
 }

 table.tabela2 tr th {
  border:1px solid #555;
 }

 table.tabela2 tr td {
  border:0px;
 }

 .link_destaque {
  font-size:10px;
  color:#a33;
  font-weight:600;
  width:130px;
  height:20px;
 }

 .number {
  font-weight:900;
  font-size:14px;
 }

 .linha_destaque {
  background-color:#274CAE;
  color:white;
  font-weight:600;
 }

 .loading{
        font-size:10px;
        font-weight:600;
        letter-spacing: 0.2cm;
 }

 .tooltip{
                padding: 15px;
                margin-left: 25px;
                border: 1px dashed #555;
                background-color: #fff;
 }

 a.link_filtros {
        text-decoration:none;
 }

 a.link_filtros:hover {
        text-decoration:underline;
 }
