body { background-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
/* Cabecalho */
div.bg_cabecalho { height: 183px; background-image: url('../imagens/bg_cabecalho.jpg'); background-repeat: repeat-x; }
div.bg_cabecalho div.cabecalho { background-image: url('../imagens/logo.jpg'); background-repeat: no-repeat; background-position: bottom center; height: 183px; }
/* Cabecalho - Idiomas */
div.bg_cabecalho div.idiomas { color: #FFF; margin-top: 30px; font-size: 0.75em; text-align: right; }
div.bg_cabecalho div.idiomas a { color: #FFF; text-decoration: none; }
div.bg_cabecalho div.idiomas a:hover { text-decoration: underline; }
div.bg_cabecalho div.idiomas a.selecionado { font-weight: bold; }
/* Cabecalho - Menu Superior 1 */
div.bg_cabecalho div.menu_superior1 { text-align: right; margin-top: 10px; color: #FFF; font-size: 0.75em; }
div.bg_cabecalho div.menu_superior1 a { padding: 0 5px; color: #FFF; text-decoration: none; }
div.bg_cabecalho div.menu_superior1 a:hover, div.bg_cabecalho div.menu_superior1 a.selecionado { color: #0c232c; }
/* Cabecalho - Logo */
div.bg_cabecalho div.logo_2 { cursor: pointer; height: 130px; }
div.bg_cabecalho div.logo_2 a { display: block; text-indent: -1000em; height: 130px; }
/* Menu Superior */
div.bg_menu_superior { height: 41px; background-image: url('../imagens/bg_menu_superior.jpg'); background-repeat: repeat-x; }
div.bg_menu_superior a.selecionado { background-color: #01476f !important; }
/* Onde estou */
div.onde_estou { text-align: right; margin-top: 5px; font-size: 0.75em; }
div.onde_estou a { text-decoration: none; color: #333; padding: 0 5px; }
div.onde_estou a.bc_first { text-transform: uppercase; }
/* Rodapé */
div.bg_rodape { height: 151px; background-image: url('../imagens/bg_rodape.jpg'); background-repeat: repeat-x; }
div.bg_rodape div.rodape { height: 151px; background-image: url('../imagens/rodape.jpg'); background-repeat: no-repeat; }
div.bg_rodape div.logo_1 { cursor: pointer; height: 74px; }
div.bg_rodape div.logo_1 a { display: block; text-indent: -1000em; height: 74px; }
/* Rodapé - Menu Inferior 1 */
div.bg_rodape div.rodape div.menu_inferior1 { font-size: 0.75em; margin-top: 60px; }
div.bg_rodape div.rodape div.menu_inferior1 a { color: #FFF; text-decoration: none; text-transform: uppercase; padding: 0 25px 0 5px; }
div.bg_rodape div.rodape div.menu_inferior1 a:hover, div.bg_rodape div.rodape div.menu_inferior1 a.selecionado { color: #0099cc; }
/* Rodapé - Menu Recomendar & Politica */
div.bg_rodape div.menu_recomendar, div.bg_rodape div.menu_politica { margin-top: 30px; color: #FFF; font-size: 0.75em; }
div.bg_rodape div.menu_recomendar a, div.bg_rodape div.menu_politica a { color: #FFF; text-decoration: none; }
div.bg_rodape div.menu_recomendar a:hover, div.bg_rodape div.menu_recomendar a.selecionado, div.bg_rodape div.menu_politica a:hover, div.bg_rodape div.menu_politica a.selecionado { color: #0099cc; }
/* Rodapé - Copyright */
div.bg_rodape div.copyright { text-align: right; color: #FFF; font-size: 0.75em; margin-top: 10px; }
div.bg_rodape div.copyright a { color: #FFF; text-decoration: none; }
div.bg_rodape div.copyright a:hover { text-decoration: underline; }
/* Conteudos */
div.conteudos { margin-top: 20px; margin-bottom: 30px; }
/* Formulário de Recomendar */
form#frmRecomendar { margin-top: 10px; }
form#frmRecomendar div.enviar a { display: block; width: 80px; height: 50px; background-image: url('../imagens/btn_enviar.jpg'); background-repeat: no-repeat; background-position: top left; text-indent: -1000em; border: 0; }
form#frmRecomendar div.enviar a:hover { background-position: bottom left; }
form#frmRecomendar label { color: #333; font-size: 0.875em; }
form#frmRecomendar input[type="text"], form#frmRecomendar input[type="email"], form#frmRecomendar textarea { border: 1px solid #666; padding: 5px; width: 260px; margin-bottom: 10px; }
form#frmRecomendar textarea { width: 580px; height: 50px; }

div.titulo_pagina { color: #00aeef; }
div.ver_mais { height: 50px; width: 80px; }
div.ver_mais a { text-indent: -1000em; display: block; background-image: url('../imagens/btn_vermais.jpg'); background-repeat: no-repeat; background-position: top left; height: 50px; width: 80px; }
div.ver_mais a:hover { background-position: bottom left; }

div.voltar { height: 50px; width: 80px; }
div.voltar a { text-indent: -1000em; display: block; background-image: url('../imagens/btn_voltar.jpg'); background-repeat: no-repeat; background-position: top left; height: 50px; width: 80px; }
div.voltar a:hover { background-position: bottom left; }

/* Mapa do website */
div.mapa_website { margin-top: 10px; }
div.mapa_website div { margin-bottom: 15px; }
div.mapa_website a { display: block; color: #333; font-size: 14px; text-decoration: none; }
div.mapa_website a:hover { color: #0099cc; }
div.mapa_website a.link_1 { text-transform: uppercase; }
div.mapa_website a.link_2:before { content: '> '; }
/* Paginacao */
div.pagination { height: 33px; margin-top: 10px; }
div.pagination a { color: #999; font-size: 1.125em; text-decoration: none; padding: 0 10px; }
div.pagination strong { color: #333; font-size: 1.5em; }
/* Mensagens */
div.sucesso { color: #039; margin: 1em; }
div.validacao_error { margin: 1em; color: #ff3300; }
div.validacao_error_cinza { margin: 1em; color: #FFF; text-align: left; background-image: url(/imagens/bg_error.png); padding: 5px; -moz-border-radius: 5px; border-radius: 5px; }
/* Redimensionamento da fonte do calendário */
div.ui-datepicker { font-size: 12px !important; }

/*
     FILE ARCHIVED ON 19:00:53 Jan 18, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:18:11 Jun 30, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  esindex: 0.013
  exclusion.robots.policy: 0.124
  load_resource: 2815.531
  exclusion.robots: 0.132
  PetaboxLoader3.datanode: 2693.15 (5)
  PetaboxLoader3.resolve: 140.143 (2)
  CDXLines.iter: 14.691 (3)
  LoadShardBlock: 90.392 (3)
  captures_list: 116.439
  RedisCDXSource: 8.278
*/