@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	margin-top: 0px;
	font-family: Arial;
	background-color: #09C;
	width: 100%;
}
.contenedor_general {
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 523px;
	behavior: url(pie/PIE.htc);
	background: #ffffffcc;
}

.nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.logo{
	width: 150px;
	left: 0;
}
.logo img{
	width: 150px !important;
	height: 50px;
	object-fit: cover;
}

.inicio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	background-color: #000b5e;
	padding: 5px 10px;
	border-radius: 4px;
	top: 15px;
	right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

.inicio:hover{
	background-color: #3b5ea1;
}

a.btn_ninos {
	width: 194px;
	height: 86px; /* Dimensiones de la imagen */
	text-indent:-9999px;
	overflow:hidden; /* Oculatando el texto del enlace */
	display:block;
	background:url(../images/Ninos.png);
	background-repeat:no-repeat; /* Poniendo la imagen como fondo */
	background-position: 0px 0px;
}
a.btn_ninos:hover {
	background:url(../images/Ninos.png); /* Al hacer hover, ponemos la segunda imagen de fondo */
	background-position: -0px 85px;
}

#ninos {
	z-index: 3;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.ilustracion {
	z-index: 4;
	position: relative;
	width: 745px;
	height: 343px;
	background-image:url(../images/ilustracion.png);
	margin: auto;
}

.btn_a_jugar {
	z-index: 5;
	position: absolute;
	left: 441px;
	top: 108px;
	width: 274px;
	height: 54px;
	background-image:url(../images/btn_a_jugar.png);
}
a.btn_a_jugar_01 {
	width: 274px;
	height: 54px; /* Dimensiones de la imagen */
	text-indent:-9999px;
	overflow:hidden; /* Oculatando el texto del enlace */
	display:block;
	background:url(../images/btn_a_jugar.png);
	background-repeat:no-repeat; /* Poniendo la imagen como fondo */
	background-position: 0px 0px;
}
a.btn_a_jugar_01:hover {
	background:url(../images/btn_a_jugar.png); /* Al hacer hover, ponemos la segunda imagen de fondo */
	background-position: -274px -0px;
}
.btn_te_cuento {
	z-index: 5;
	position: absolute;
	left: 441px;
	top: 33px;
	width: 274px;
	height: 54px;
	background-image:url(../images/btn_te_cuento.png)
}
a.btn_te_cuento_01 {
	width: 274px;
	height: 54px; /* Dimensiones de la imagen */
	text-indent:-9999px;
	overflow:hidden; /* Oculatando el texto del enlace */
	display:block;
	background:url(../images/btn_te_cuento.png);
	background-repeat:no-repeat; /* Poniendo la imagen como fondo */
	background-position: 0px 0px;
}

a.btn_te_cuento_01:hover {
	background:url(../images/btn_te_cuento.png); /* Al hacer hover, ponemos la segunda imagen de fondo */
	background-position: -274px -0px;
}

.juego {
	z-index: 4;
    position: relative;
    width: 745px;
    height: 343px;
    margin: auto;
}

#divContenedor {
	position: absolute;
	left: 232px;
	margin-left: -203px;
	top: 0px;
	border: solid 1px #3b5ea1;
	width: 380px;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	height: 345px;
	background-color: #ffffff59;
}
ul {
	list-style: none;
}
ul li {
	display: inline-block;
	background: #fff;
	padding: 24px;
	margin: 2px;
	width: 40px;
	height: 32px;
	text-align: center;
	border-radius: 3px;
	border: solid 1px #3b5ea1;
	cursor: pointer;
	color: #D91139;
	font-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}
ul li:hover {
	border-color: #D82788;
	box-shadow: 0 0 10px #d8278858;
	background-color: #ffffff90;
}
#divInicio {
	border-radius: 5px;
	height: 344px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -0px;
	display: block;
	color: #fff;
}
#divInferior {
	position: absolute;
	bottom: 92px;
	text-align: center;
	width: 207px;
	padding: 3px 0;
	left: 473px;
}
#divInferior p {
	padding: 3px 0;
}
#divInferior input[type="button"] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	border: none;
	padding: 5px 20px;
	color: #fff;
	cursor: pointer;
	background-color: #D82788;
	width: 100%;
	height: 50px;
}
#divInferior input[type="button"]:hover {
	border-color: #395CA6;
	color: #F3F3F3;
	background-color: #E15BA5;
}
#divContador {
	position: absolute;
	background: #395CA6;
	color: #fff;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie/PIE.htc);
	left: 455px;
	top: 303px;
	width: 218px;
	font-size:12px;
}
#divCreditos {
	position: absolute;
	right: 0;
	padding: 15px;
	color: #fff;
	width: 250px;
	border-top-left-radius: 5px;
	font-size:12px;
	font-weight:normal;
	color:#333;
}

.imagesMemo{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 210px;
	margin: auto;
	justify-content: center;
}

.imagesMemo img{
	width: 42px !important;
	height: 100%;
	object-fit: cover;
}

#divCreditos p {
	text-align: justify;
}

.titulo_juego {
	color:#395CA6;
	font-size:20px;
	padding-bottom: 30px;
	font-weight: bolder;
	text-align: center;
}

.titulo_juego span{
	font-size: 13px;
	display: block;
	color: #D82788;
}

.cont_qs {
	position: relative;
	width: 745px;
	margin: auto;
}

#slideshow {
	width:100%;
	position:relative;
	overflow:hidden;
}

.slide img{
	width: 100%;
}

.control {
	width:74px;
	height:24px;
	display:block;
	text-indent:10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	background:transparent url(../images/control_left.png) no-repeat 0 0;
	left:1%;
}
#rightControl {
	background:transparent url(../images/control_right.png) no-repeat 0 0;
	right:1%;
}

#pageContainer {
	margin:0 auto;
	width:745px;
}
#pageContainer h1 {
	display:block;
	width:960px;
	height:114px;
}