/***
*
*             LINKS
*
*/

a {
  text-decoration: none;
  color: #0066FF;
}

a:hover {
  color: #FF4D00;
}

a.menulink:link {
  color: #FFFFFF;
}

a.menulink:visited {
  color: #FFFFFF;
}

a.menulink:active {
  color: #FFFFFF;
  text-decoration: none;
}

a.menulink:hover {
  text-decoration: none;
}



/***
*
*             TÍTULOS
*
*/

.super_titulo {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  color: #0099FF  
}

.big_titulo {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #1B2030;
}

.titulo {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #1B2030;
}

.subtitulo {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

.titulo_form {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  text-indent: 5px;
}




/***
*
*             TEXTOS
*
*/

tbody {
  font-weight: normal;
  font-size: 10pt;
  color: #505050;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 14pt;
}

.texto {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  color: #505050;
}


.codigofonte {
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
}


.texto_rodape {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  color: #FFFFFF;
  font-weight: bolder;
}


.fonte_preta {
  color: #000000;
}


.fonte_branca {
  color: #FFFFFF;
}


.fonte_vermelha {
  color: #FF0000
}


.fonte_azul {
  color: #0099FF
}


.miniatura {
  font-weight: normal;
  font-size: 8pt;
  color: #505050;
  font-family: Tahoma, "Segoe UI", "Trebuchet MS";
  line-height: 14pt;
}

.miniatura_vermelha {
  font-weight: normal;
  font-size: 8pt;
  color: #FF0000;
  font-family: Tahoma, "Segoe UI", "Trebuchet MS";
  line-height: 14pt;
}

.preco_de {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: #BBBBBB;
}


.preco_por {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16pt;
  color: #0099FF;
}


.preco_zero_zero {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 6pt;
  vertical-align: top;
  padding-top: 3px;
}


.botao {
  background: #2b90d9; 
  border-color: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.20rem;
  border-radius: 0.25rem;
  height: 1rem;
  width: 8rem;
  margin: auto;
  padding: 1.15rem;
  text-align: center;
  vertical-align: center;
}

.botao:hover {
  background: #0e70be;
  border-color: #194161;
}

.botao:focus {
  border-color: #194161;
}

.botao:active {
  transition: all 60ms ease;
  transform: scale(.97);
}