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

.class_top_jogo{
  	background: url("../img/top.png") repeat scroll center top transparent;  	height: 63px;    padding: 0;    text-align: center;    width: 730px;
}

.tituloJogosPainel{
	font-size:34px;
	color:#FE9E13;
}

.class_baixo_jogo{
  background-image: url(../img/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;
}

.load{
  padding-top:150px
}

.class_area_jogo{
 background-image: url(../img/centro.png);
  background-repeat: no-repeat;
  border:0px solid rgb(0,0,0);
  text-align:center;
  width:730px;
  height:370px;
  margin: 0 auto;
}

.area_cartas{
  border:0px solid rgb(0,0,0);
  width:670px;
  height:320px;
  margin: 0 auto; 
}

.carta{
  border:1px solid rgb(0,0,0);
  width:123px;
  height:165px;
  margin-top:5px;
}

.carta2{
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size:25px;
  margin-top:30px;  
}

.carta3{
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size:14px;
  margin-top:15px;  
}

.escondido{
  overflow: hidden;
  height:100px;
  position:absolute;
  visibility: hidden;
}

.entradaNome{
  font-family: Arial,sans-serif;
  color: rgb(88,2,1);
  font-size:40px;
  font-weight: bold;                                                    
  display: block;
}

.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{
  text-align:center;
  padding-top:100px;
  font-size:100px;
}

.class_conta{
  font-size:130px;
  margin-top:75px;
  text-align:center;
}

.class_campo_resultado{
  font-size:150px;
  width:260px;
}

.class_bota_nivel{
   width:250px;
   font-size:70px;    
}

.class_titulo_painel{
  margin-left:5px;
}

.class_mostra_tempo{
  top:-70px;
  left:700px;
  font-family:Arial,sans-serif;
  font-weight: bold;
  line-height: 30px;
  z-index:1;
  position:relative;
  overflow: hidden;
  width:250px;
  margin-bottom:-70px;
  float:left;
}

.class_barra_tempo{
  background-color:rgb(2,242,242);
  position:relative;
  z-index:0;
  top:0px;
  left:0px;
  height:70px;
  overflow: hidden;
}

.class_mostra_resultados{
  top:-70px;
  left:400px;
  font-family:Arial,sans-serif;
  font-size:13;
  font-weight: bold;
  position:relative;
  height:70px;
  width:250px;
  z-index:1;
  margin-bottom:-70px; 
}

.class_painel_resultatos{
  height:17px;
  width:250px;
  padding-bottom:-5px;
}

.relatorio_tentativa{
  font-family:Arial,sans-serif;
  font-size:16px;
  font-weight: bold;
  line-height: 30px;
}

.relatorio_pontos{
  color:rgb(251,3,185);
  font-family:Arial,sans-serif;
  font-size:16px;
  font-weight: bold;
  line-height: 30px;
}

.relatorio_acertos{
  color:rgb(0,250,25);
  font-family:Arial,sans-serif;
  font-size:16px;
  font-weight: bold;
  line-height: 30px;
}

.relatorio_erro{
  color:rgb(255,0,51);
  font-family:Arial,sans-serif;
  font-size:16px;
  font-weight: bold;
  line-height: 30px;
}

.class_tela_dado{
  font-family:Arial,sans-serif;
  font-size:16px;
  font-weight: bold;
  line-height: 30px;
}.class_centro{	background-color: #FDD501;    border: 0 solid #000000;    margin: 0 auto;    text-align: center;    width: 800px;}
