* {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
}
html {
/*  background: #cccccc url('/supersite/imagens/fundo-sombra.png') repeat-Y center;*/
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  font-family: Arial, helvetica, sans-serif;
}
body {
	text-align: left;
	background-image: url(http://www.cartaoemprego.com.br/emprego/imagens/fundo_azul_hor.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#tudo {
	margin: 0 auto;
	width: 770px;
    z-index: 50;
}

#cabecalho {
  color: white;
  height: 202px;
}
#cabecalho_topo {
  background-color: #01376D;
  height: 138px;
}
#cabecalho_menu {
  background-color: black;
  font-size: 10pt;
  height: 22px;
  padding-left: 10px;
  padding-top: 4px;
}
#cabecalho_titulo {
  background-color: #FE6700;
  height: 38px;
}

a.cabecalho:link {
  color: white;
  text-decoration: none;
}
a.cabecalho:visited {
  color: white;
  text-decoration: none;
}
a.cabecalho:hover {
  color: white;
  text-decoration: underline;
}

#texto {
  background-color: #CCFFFF;
  color: darkblue;
  height: 498px;
  overflow: auto;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
p {
  font-size: 10pt;
  text-align: justify;
  margin-bottom: 15px;
}
p.frase_importante {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

#rodape {
  color: white;
  height: 70px;
  text-align: center;
}
#rodape_menu {
  background-color: #FF6600;
  border-bottom: 1px solid #FFFFFF;
  font-size: 8pt;
  height: 20px;
  padding-top: 5px;
}
#rodape_copyright {
  background-color: #01376D;
  height: 50px;
  width: 100%;
}
#rodape_copyright_esquerda {
  float: left;
  font-size: 18pt;
  padding-top: 10px;
  width: 50%;
}
#rodape_copyright_direita {
  float: right;
  font-size: 8pt;
  font-weight: bold;
  padding-top: 17px;
  width: 50%;
}
#rodape_copyright_privacidade {
  font-size: 6pt;
}

a.rodape:link {
  color: white;
  text-decoration: none;
}
a.rodape:visited {
  color: white;
  text-decoration: none;
}
a.rodape:hover {
  color: white;
  text-decoration: underline;
}
