body{
  background-color: #0A74B8;
  background-image: url(../imagens/fundo.png);
  background-repeat: repeat-x;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
select{
  font-size: 9px;
}
#palco{
  width: 800px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  background-color: #fff;
}
#topo-esq{
  width: 324px;
  height: 354px;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  background-color: #FFF;
  z-index: 2;
}
#bordas-brancas{
  width: 477px;
  height: 98px;
  position: absolute;
  margin-left: 323px;
  margin-top: 0;
  z-index: 1;
}
#primeiro-texto{
  width: auto;
  height: auto;
  position: absolute;
  margin-top: 359px;
  margin-left: 40px;
  font-family: Arial;
  color: #FFF;
  font-variant: small-caps;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
#segundo-texto{
  width: auto;
  height: auto;
  position: absolute;
  margin-top: 430px;
  margin-left: 83px;
  font-family: Arial;
  color: #FFF;
  font-variant: small-caps;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
#logo{
  width: 129px;
  height: 46px;
  position: absolute;
  margin-top: 506px;
  margin-left: 96px;
}
#atencao{
  width: auto;
  height: auto;
  position: absolute;
  margin-top: 20px;
  margin-left: 444px;
  font-family: Arial;
  color: #FFF;
  font-variant: small-caps;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
span.gold{
  font-family: Arial;
  color: #D29D2E;
  font-variant: small-caps;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
#regulamento{
  width: 416px;
  height: 61px;
  position: absolute;
  background-image: url(../imagens/regulamento.png);
  background-repeat: no-repeat;
  margin-top: 181px;
  margin-left: 355px;
  z-index: 5;
}
#regulamento:hover{
  background-image: url(../imagens/regulamentoA.png);
}
#cronograma{
  width: 416px;
  height: 61px;
  position: absolute;
  background-image: url(../imagens/cronograma.png);
  background-repeat: no-repeat;
  margin-top: 249px;
  margin-left: 355px;
  z-index: 6;
}
#cronograma:hover{
  background-image: url(../imagens/cronogramaA.png);
}
#temario{
  width: 416px;
  height: 61px;
  position: absolute;
  background-image: url(../imagens/temario.png);
  background-repeat: no-repeat;
  margin-top: 317px;
  margin-left: 355px;
  z-index: 7;
}
#temario:hover{
  background-image: url(../imagens/temarioA.png);
}
#comissao{
  width: 416px;
  height: 61px;
  position: absolute;
  background-image: url(../imagens/comissao.png);
  background-repeat: no-repeat;
  margin-top: 385px;
  margin-left: 355px;
  z-index: 8;
}
#comissao:hover{
  background-image: url(../imagens/comissaoA.png);
}
#envio{
  width: 416px;
  height: 61px;
  position: absolute;
  background-image: url(../imagens/envio.png);
  background-repeat: no-repeat;
  margin-top: 453px;
  margin-left: 355px;
  z-index: 9;
}
#envio:hover{
  background-image: url(../imagens/envioA.png);
}
span.link a{
	display: block;
	width: 416px;
	height: 91px;
}
#texto{
  width: 449px;
  height: auto;
  position: absolute;
  margin-left: 323px;
  margin-top: 0;
  background-color: #FFF;
  padding-top: 26px;
  padding-left: 18px;
  padding-right: 10px;
  font-family: Arial;
  color: #3A3A3A;
  font-size: 14px;
}
#texto span{
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
  color: #996533;
}
#inicial{
text-align: right;
margin-right: 20px;
padding: 5px 5px 5px 5px;
font-size: 12px ;
font-family: Arial;
font-weight: bold;
color: #FFF;
list-style:none;
position: fixed;
top: 32px;
right: 0;
background-color: #CD9933;
}
#inicial a{
  text-decoration: none;
  color: #FFF;
}
#inicial a:hover{
  text-decoration: underline;
  color: #FFF;
}