#gameStats{
	background: transparent;
    margin: 0;
    display: block;
    padding: 0;
    display: none;
    position: absolute;
    left: 0px;
    top: 43px;
    width: 158px;
}
#gameStats p#timer{
	float: left;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px 29px;
	color: black;
	background: rgb(255,204,104);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
#gameStats p#timer span{
	font-weight: normal;
}
#gameStats p#reset{
	text-align: center;
	color: black;
	cursor: pointer;
	background: rgb(0,206,153);
	border-radius: 5px;
	margin-top: 115px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	width: 100%;
}
div[data-sg-id="game-matchmemory"] {
	width: 1201px;
    height: 603px;
    position: absolute;
    left: 46px;
    top: 60px;
    overflow: hidden;
}
#cards {
	width: 952px;
    height: 479px;
    margin-left: 224px;
    margin-top: 57px;
    display: none;
}

/* Define the 3D perspective view and dimension of each card. */
#cards > div, .card {
	-webkit-perspective: 600;
	width: 180px;
    height: 230px;
	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;
}

#gameIntro {
	background: white url(../img/actividad3/SB_L_G10_U03_L02_cuadro2-56.png) center center no-repeat;
	position: absolute;
	height: 611px;
	width: 1207px;
	left: 8px;
}
#gameIntro button {
	background: url('../img/actividad3/SB_L_G10_U03_L02_boton1-57.png') center center no-repeat;
    background-size: auto;
    display: block;
    width: 286px;
    height: 73px;
    border: none;
    color: transparent;
    cursor: pointer;
    opacity: 0.8;
    transition: all .5s;
    position: absolute;
    bottom: 95px;
    left: 415px;
}
#gameIntro button:hover, #gameIntro button:active  {
	opacity: 1;
	text-decoration: none;
}
#gameComplete {
	background: white url(../img/SB_L_G10_U02_L05-bien-hecho.png) center center no-repeat;
	background-size: contain;
	padding: 80px 0;
	text-align: center; 
	height: 470px;
}
#gameComplete button {
	background: url('../img/SB_L_G10_U02_L05-intentalo-de-nuevo-boton.png') center center no-repeat;
	background-size: auto;
	border:none;
	color: transparent;	
	width: 473px;
	height: 77px;
	cursor: pointer;
	opacity: 0.8;
	transition:all .5s;
	position: absolute;
	bottom: 172px;
	left: 422px;
}
#gameComplete button:hover, #gameComplete button:active  {
	opacity: 1;
	text-decoration: none;
}
#gameComplete h2{
	display: none;
}
#gameComplete p {
	font-size: 1.25em;
	color: black;
	top: 390px;
	position: relative;
}
.face {
	width: 157px;
    height: 230px;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 15px;
}
.front {
	background: white url('../img/actividad3/SB_L_G10_U03_L02_tarjeta2-99.png'); center center no-repeat;
	background-position: -3px;
	z-index: 10;
}
.back {
	background:  white url(../img/actividad3/SB_L_G10_U03_L02_tarjeta1-98.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;
}
.face.back p{
	font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 0.81em;
    color: white;
    text-align: left;
    display: block;
    width: 152px;
    padding-left: 8px;
}
/*#cards > div:nth-child(n+11){
	display: none;
}*/
#cards > div:nth-child(n+11) .front{
	background: url('../img/actividad3/SB_L_G10_U03_L02_tarjeta3-100.png'); center center no-repeat;
}
.strong-hide{
	display: none !important;
}
.strong-show{
	display: inline-block !important;
}

#cards > div:nth-child(14){
	margin-right: 163px;
}

#btnToggle{
	text-align: center;
	color: #000;
	background: #88B8A6 none repeat scroll 0% 0%;
	border-radius: 5px;
	margin-top: 115px;
	padding: 8px;
	font-weight: bold;
	width: 158px;
	display: none;
	position: absolute;
	top: 110px;
}