#gameStats{
	display: none !important;
}
div[data-sg-id="game-matchmemory"] {
	width: 1201px;
    height: 603px;
    position: absolute;
    left: 46px;
    top: 60px;
    overflow: hidden;
}
#cards {
	width: 1142px;
    height: 479px;
    margin-top: 60px;
}

/* Define the 3D perspective view and dimension of each card. */
#cards > div, .card {
	-webkit-perspective: 600;
	width: 217px;
    height: 214px;
	display: inline-block;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	border-radius: 5px;
    display: inline-block;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    margin-left: 11px;
    margin-bottom: 25px;
}

#gameIntro {
	display: none !important;
}
#gameComplete {
	display: none !important;
}
.face {
	width: 197px;
    height: 214px;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 15px;
}
.front {
	background: white url(../img/TAREA/SB_L_G10_U04_L02_carta_front.png); center center no-repeat;
	z-index: 10;
}
.back {
	/*background:  white url(../img/.png) top center no-repeat;*/
	color: white;
	z-index: 10;
	display: none;
}
.front:hover{
	box-shadow: 0 0 15px 1px #ccc;
}
.card-flipped .front {
	display: none;
}
.card-flipped .back {
	display: inline-block;
}
.card-flipped-old .front {
	display: none;
}
.card-flipped-old .back {
	display: inline-block;
}
.card-removed {
	opacity: 0;
}

.strong-hide{
	display: none !important;
}
.strong-show{
	display: inline-block !important;
}