/*
 * Formatações do topo do site.
 * 
 * @since 23/06/2017
 */

body {
  margin: 0;
}

body div:first-of-type {
   background: url('../img/feevale_topo_site_continuacao.png') repeat;
   height: 12px;
}

body div:first-of-type > div {
  background: url('../img/feevale_topo_site.png') no-repeat;
  height: 12px;
}

#containerTopo {
  width: 100%;
  margin-top: 15px;
  height: 45px;
  border-bottom: 1px solid #CCC;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #093;
  font-weight: bold;
  margin: 0;
  padding: 0 15px 0 0;
  float: right;
}

#boxLogo {
  float: left;
  margin-right: 65px;
  margin-left: 40px;
}

#boxLogo a img {
  border: none;
}

#boxLogo + div { /* Container informações do usuário da sessão e link de sair */
   margin-top: 18px;
   float: left;
}