/*
 * Formatação dos elementos do menu público do site.
 */

body {
  margin: 0px;
}

/* Container principal do menu */
section {
  background-color: #f6f6f6;
  border-bottom: 1px solid #bcbcbc;
  border-bottom-right-radius: 10px;
}

/* Cabeçalho do menu, contem o tí­tulo do site */
header {
  float: left;
  width: 195px;
  height: 65px;
  padding-right: 10px;
  margin-top: 10px;
  margin-left: 10px;
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  border-bottom-right-radius: 10px;
}

/* Tí­tulo "TC-online" no topo do menu */
header h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: black;   
  text-align: right;
  padding-top: 20px;
}

/* Links de navegação */
nav {
  font-size: 1em;
  text-align: right;
  padding: 15px;
}

nav p {
  margin: 0px;
  padding: 0px;
  margin-top: 9px;
}

/* Subtí­tulos de links de navegação */
nav .parSubtitulo {
  font-weight: bold;
  font-size: 9pt;
}