


*{
	margin:0;
	padding:0;	
}
body{
	background: #ececec;
	font-family: 'flamabasic';
	font-size:24px;

}
#topo{
	height:	140px;
	background: #ececec;
	/*background:url(images/backgroud_topo.png) repeat-x;*/
	width:100%;
	
}
#logo{
	background:url(images/logo.png) no-repeat;
	width:397px;
	height:145px;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	
}
#topo_centro{
	width:970px;
	height:140px;
	position: relative;
	margin:auto;
	font-family: 'flamabold';
	color:#006e3d;
}

#erros{
	position:absolute;
	left:80px;
	font-size:24px;
	top:55px;
	font-size:36px;
	
}


#tempo{
	position:absolute;
	left:220px;
	top:55px;
	font-size:35px;
		
}


#container{
	background:url(images/campo.png) center;
	height:672px;
	width:100%;	
}
#main{
	width:970px;
	margin:auto;
	padding-top:40px;

}


#box_acerto{
	background:#e1e1e1;
	width:100%;
	height:218px;
	padding-top:15px;
}
#box_acerto_centro{
	margin:auto;
	width:970px;
}

#rodape{
	
	height:135px;
	width:100%;
	
}

#rodape_centro{
	width:970px;
	margin:auto;
	height:160px;
	background:url(images/logo_estadao.png) 0px 20px no-repeat;
}

#creditos{
	float:right;
	color:#999;
	margin-top:65px;
	font-size:14px;
}

#box_placar{
	background:url(images/linhas.png) no-repeat;
	width:465px;
	height:136px;
	position:absolute;
	right:20px;
}



#reiniciar{
	background:url(images/top_icones.png) 0px 2px no-repeat;
	width:39px;
	height:40px;
	display:block;
	position:absolute;
	right:58px;
	top:50px;
	margin-right:26px;
	margin-left:50px;
	text-indent:-999999px

}
#reiniciar:hover{
	background:url(images/top_icones.png) no-repeat  -0px -38px;

}

#ajuda{
	background:url(images/top_icones.png) no-repeat -43px 0px;
	width:39px;
	height:38px;
	display:block;
	margin-right:26px;
	text-indent:-999999px;
	position:absolute;
	right:-10px;
	top:50px;

}
#ajuda:hover{

	background:url(images/top_icones.png) no-repeat -43px -38px;

}

.carta{
	width:140px;
	height:180px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 4px 4px 15px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 15px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 15px 0px rgba(50, 50, 50, 1);
	*/
	margin-bottom:20px;
	float:left;
	margin-right:21px;
	
	-webkit-perspective: 450px;
	-moz-perspective: 450px;
	overflow: hidden;
	
}
.carta_jogador{
	width:140px;
	height:180px;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 15px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 15px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 15px 0px rgba(50, 50, 50, 1);
	margin-bottom:20px;
	float:left;
	margin-right:21px;
	
}

.carta_pergunta{
	width:120px;
	height:160px;
	background:#FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 4px 4px 15px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 15px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 15px 0px rgba(50, 50, 50, 1);
	margin-bottom:20px;
	font-size:18px;
	float:left;
	margin-right:21px;
	padding:10px;
	color:#666;
	line-height:17px;
	
}

.nome_jogador{
	text-align:center;	
	color:#0d7547;
	text-transform:uppercase;
	font-family: 'flamabold';
	font-size:18px;
	line-height:17px;
}
.foto_jogador{
	text-align:center;
}
#box_acerto_centro h2{
	background:url(images/certo.png) no-repeat;
	font-size:18px;
	color:#006e3d;
	padding-left:30px;
	margin-bottom:10px;
}
.acerto_jogador{
	background:#FFF;
	width:90px;
	float:left;
	height:135px;
	text-align:center;
	padding:10px 15px 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:10px;
}

#iframe{
	background:#FFF;	
	
}

.cardContainer{
	width: 140px;
	height: 180px;
	position: relative;
	perspective: 970;
	-webkit-perspective: 970;
	-ms-perspective: 970;
	-moz-perspective: 970;
	-o-perspective: 970;
	margin-bottom:20px;
	float:left;
	margin-right:21px;
}

.card{
	width: 100%;
	height: 100%;
	position: absolute;
	
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.8s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.8s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.8s;
	-o-transform-style: preserve-3d;
	-o-transition: 0.8s;
	transform-style: preserve-3d;
	transition: 0.8s;
}
.card.flipped {
	transform:rotatey(-180deg);
	-ms-transform:rotatey(-180deg); /* IE 9 */
	-moz-transform:rotatey(-180deg); /* Firefox */
	-webkit-transform:rotatey(-180deg); /* Safari and Chrome */
	-o-transform:rotatey(-180deg); /* Opera */
}

.cardFront, .cardBack{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;  /* W3C */
	-webkit-backface-visibility: hidden; /* Safari & Chrome */
	-moz-backface-visibility: hidden; /* Firefox */
	-ms-backface-visibility: hidden; /* Internet Explorer */
	-o-backface-visibility: hidden; /* Opera */
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.cardFront {
	background: #f4f4f4 url('images/logo_carta.png') no-repeat center;
}
.cardBack {
	background: #f4f4f4;
	
	transform:rotatey(-180deg);
	-ms-transform:rotatey(-180deg); /* IE 9 */
	-moz-transform:rotatey(-180deg); /* Firefox */
	-webkit-transform:rotatey(-180deg); /* Safari and Chrome */
	-o-transform:rotatey(-180deg); /* Opera */
	
	text-align: center;
}
.cardBack img {
	margin-top: 10px;
}
.cardName{
	text-align:center;	
	color:#0d7547;
	text-transform:uppercase;
	font-family: 'flamabold';
	font-size:18px;
	line-height:17px;
}
.cardFact{
	text-align:center;	
	color:#333;
	font-family: 'flamabasic';
	font-size:17px;
	line-height:18px;
	width: 120px;
	margin: 10px;
}
.cardBack.incorrect{
	border: 2px solid #C00;
	margin-top: -1px;
}
.cardBack.correct{
	border: 2px solid #3C6;
	margin-top: -1px;
}

/* Redes sociais */
#shareBar{
	width: 120px; height: 40px;
	margin:50px -7px 0 0;
	float: right;
	z-index: 1001;
}
#shareBar a{
	display:block; float:left;
	text-decoration: none;
	width: 30px; height: 30px;
	margin-left: 10px;
	background: transparent url('https://infograficos.estadao.com.br/geral/img/social-icons-round.png') no-repeat center top;
}
#shareBar a span{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 32px;
}

#shareBar a#btFbShare{ background-position: -40px 0; margin-left: 0; }
#shareBar a#btFbShare:hover{ background-position: -40px -40px; }
#shareBar a#btGPlusShare{ background-position: -80px 0; }
#shareBar a#btGPlusShare:hover{ background-position: -80px -40px; }
#shareBar a#btTwitterShare{ background-position: 0 0; }
#shareBar a#btTwitterShare:hover{ background-position: 0 -40px; }