.principal{
  background-color:rgb(253,213,1);
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
  margin: 0 auto;
}

.class_top_jogo{
  background-image: url(../imagens/top.png);
  background-repeat: no-repeat;
  border:0px solid rgb(0,0,0);
  text-align:center;
  font-family: Arial,sans-serif;
  color:rgb(255,255,255);
  font-weight: bold;
  display: block;
  width:730px;
  height:60px;
  padding-top:5px;
  margin: 0 auto;
}

.class_baixo_jogo{
  background-image: url(../imagens/top.png);
  background-repeat: no-repeat;
  text-align:center;
  font-family: Arial,sans-serif;
  color:rgb(255,255,255);
  font-size:17px;
  font-weight: bold;
  display: block;
  border:0px solid rgb(0,0,0);
  width:730px;
  height:70px;
  margin-top:0px;
  margin: 0 auto;
}

.class_top_jogo2{
  background-image: url(../imagens/top.png);
  background-repeat: no-repeat;
  border:0px solid rgb(0,0,0);
  text-align:left;
  font-family: Arial,sans-serif;
  color:rgb(255,255,255);
  font-weight: bold;
  display: block;
  width:730px;
  height:60px;
  padding-top:5px;
  margin: 0 auto;
}

.class_area_jogo{
	background-color: #FFFFFF;
  border:0px solid rgb(0,0,0);
  text-align:center;
  width:730px;
  height:350px;
  margin: 0 auto;
}

.area_imagem{
  border:0px solid  rgb(253,213,1);
  width:150px;
  height:195px;
  margin: 0 auto; 
}

.img_libras{
  padding-top:15px;
  margin:0 auto;
  width:250px;
  height:50px;
}

.errado_jogo{
  padding-top:100px;
  text-align:center;
  font-size:70px;
  color:rgb(255,0,0);
  margin:0 auto;  
}

.correto_jogo{
  padding-top:100px;
  text-align:center;
  font-size:70px;
  color:rgb(0,147,221);
  margin:0 auto;
}

.botao_vogais{
  background-color:rgb(0,147,221);
  border:1px solid rgb(13,106,165);
  font-size:30px;
  color:rgb(255,255,255); 
}

.class_bota_tipo{
   width:370px;
   font-size:70px;    
}

.botao_jogar_novamente{
  background-color:rgb(0,147,221);
  border:1px solid rgb(13,106,165);
  color: rgb(255,255,255);
  font-size:30px;
  font-weight: bold;                                                    
  display: block;  
}

.area_botoes_inicio{
  padding-top:100px;
}

.escondido{
  visibility: hidden;
}


