.page-template-page-juegos .cabecera{
	margin-top: 158px;
	    margin-top: 168px;
	width: 100%;
	height: 280px;
	background: url(./img/slider-juguetes.jpg);
	background-size: cover;
}

.page-template-page-juegos .contenido-cabecera{
	width: 1200px;
	margin: auto;
}

.page-template-page-juegos .titulo{
	font-size: 55px;
	color: #71dad5;
	float: right;
	width: 300px;
	margin-top: 50px;
	line-height: 66px;
}


.page-template-page-juegos .contenido-generica h3{
	font-size: 16px;
	color: #f278c3;
	margin-bottom: 15px;
}

.page-template-page-juegos .contenido-generica{
	color:#555;
	font-size: 16px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 300;
}

.bloque-juego{
	width: 100%;
	background: #fce4f3;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bloque-apps{
	width: 100%;
	background: #e3f8f7;
	position: relative;
}

.bloque-juego .flash{
	margin: auto;
	border: #e2cdda 10px solid;
}

.datos-juego{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 60px;
}

.conten-bloqueapps{
	width: 1200px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.lienzo-juegos{
	width: 20000px;
	height: 500px;
	text-align: left;
	position: absolute;
}

.slider_izquierda, .slider_derecha{
	top: 220px;
}

.titulo2{
	font-size: 55px;
	color: #71dad5;
}

.app{
	display: inline-table;
	text-align: center;
	width: 325px;
	margin-left: 30px;
	margin-right: 30px;
}

.app .boton_app{
	width: 325px;
	height: 370px;
	overflow: hidden;
	display: inline-block;
	text-indent: -10000px;
	background-position: top;
}

.app .boton_app:hover{
	background-position: bottom;
}

.appstore{
	width: 115px;
	height: 33px;
	display: inline-block;
	overflow: hidden;
	text-indent: -10000px;
	background: url(./img/appstore.png);
	margin-right: 15px;
}

.googleplay{
	width: 99px;
	height: 34px;
	display: inline-block;
	overflow: hidden;
	text-indent: -10000px;
	background: url(./img/googleplay.png);
}

.item-juego{
	width: 280px;
	height: 320px;
	display: inline-table;
	position: relative;
	text-align: left;
	color: #64d3cd;
	margin-right: 15px;
}

.item-juego:hover{
	color: #dd178d;
}

.item-juego img{
	border: 5px solid #65d4ce;
	margin-bottom: 0px;
}

.item-juego .enlace{
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -10000px;
	overflow: hidden;
	text-align: left;
	z-index: 300;
}

.item-juego .flecha, .item-juego .flecha-pdf{
	width: 102px;
	height: 102px;
	background: url(./img/flecha-app.png) top;
	position: absolute;
	z-index: 200;
}

.item-juego .flecha-pdf{
	background: url(./img/flecha-pdf.png) top;
}

.item-juego:hover .flecha, .item-juego:hover .flecha-pdf{
	background-position: bottom;
}

.item-juego:hover img{
	border-color: #ec75bf;
}

.contenido-juegos .bloque{
	padding-top: 20px;
	padding-bottom: 30px;
}

.contenido-juegos h2{
	font-size: 28px;
	color: #dc178c;
	margin-bottom: 6px;
}