@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
@font-face {
  font-family: 'Fredoka One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fredokaone/v8/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
	line-height: 1;
	background-color: #6b4d5e;
	text-align: center;
	font-family: 'Fredoka One';
}
h1{
	font-size: 1.3em;
	color: #d5bd5d;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 10px;
}
h2{
	font-size: 1.3em;
	color: #f5ad51;
	padding-top: 10px;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 10px;
}

#container{
	background-color: #333333;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	height: 460px;
}
#juego-20{
	text-align:center;
	width:344px;
	height:430px;
	background-color:#ffffff;
	padding-left: 6px;
	padding-top: 6px;
}

#gameStats p#timer{
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 1px;
}
#cards {
	position: relative;
	width: 350px;
	height: 460px;
	display: none;
}

.card {
	-webkit-perspective: 600;
	width: 80px;
	height: 80px;
	position: absolute;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

#gameIntro {
	padding: 30px 0;
	text-align: center;
	height: 70px;
}

#gameIntro a.button {
	background: #ffcc00;
	border-radius: 45px;
	display: block;
	font-size: 2em;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 150px;
	border: 3px solid #565656;
	color:#565656;
	text-decoration:none;
}


#gameComplete {
	padding: 30px 0;
	text-align: center; 
	height: 30px;
}

#gameComplete p {
	font-size: 2em;
	text-align: center; 
}
#gameComplete a.button {
	background: #ffcc00;
	border-radius: 45px;
	display: block;
	font-size: 0.7em;
	margin: 50px auto 0;
	padding: 10px;
	width: 250px;
	border: 3px solid #565656;
	color:#565656;
	text-decoration:none;
}


#gameComplete a.volverMenu {
	background: #ffcc00;
	border-radius: 45px;
	display: block;
	font-size: 0.7em;
	margin: 20px auto 0;
	padding: 10px;
	width: 250px;
	border: 3px solid #565656;
	color:#565656;
	text-decoration:none;
}


#gameComplete p#top {
	margin: 100px 0 0;
	font-size: 20px;
	color:#006438;
}



#linkBack a.button {
	background: white;
	border-radius: 5px;
	display: block;
	font-size: 30px;
	margin: 30px auto 0;
	padding: 10px;
	width: 250px;
	border: 3px solid #006438;
	color:#006438;
	text-decoration:none;
}
.botonMenu p{
font-size: 1.4em;
}
.botonMenu a{
	background: #d5bd5d;
	display: block;
	margin: auto;

	
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
height: auto;
	color:#333333;
	text-decoration:none;
	text-align: center;
}
.botonMenuZocalo p{
font-size: 1.2em;
}

.botonMenuZocalo a{
	background: #d5bd5d;
	display: block;
	margin: auto;
	font-size: 1em;
	margin-top:30px;
	margin-bottom: 10px;
	padding: 10px;
	width: 300px;

	color:#333333;
	text-decoration:none;
	text-align: center;
}

p{
	color: #ffffff;
	font-size: 1.3em;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
}

a{
	color: #ffcc00;
	font-size: 1em;
}

#contenidoInferior{
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
}

#contenidoInferior p{
	padding-bottom: 14px;
}


#zocImg{
	float: clear;
	padding-top: 10px;
padding-bottom: 10px;
	padding-left: 10px;
	
}


.espacio{clear:both;height:10px;}
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}