@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700');
body{
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
}
.juegoContainer {
	width: 98%;
	height: 99%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	box-sizing: border-box;
	background: url( '../images/fondo1.jpg' ) bottom center no-repeat;
	background-size: cover;
}
.draggable { width: 100px; z-index: 11; position: absolute; }
.temporizador {
	width: 150px;
	position: absolute;
	z-index: 9;
	right: 0;
}
.capaVerda, .capaRoja {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #EC1B04;
	opacity: 0.7;
	display: none;
	box-sizing: border-box;
	padding: 25% 0;
	text-align: center;
}
.capaRoja h1, .capaVerda h1 {
	display: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	text-align: center;
	width: 100%;
}
.capaRoja a, .capaVerda a {
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.capaVerda { background-color: #008000; }
.contenedorPrincipal {
	padding: 8px;
	width: 1250px;
	max-width: 97%;
	height: 98%;
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	box-sizing: border-box;
}
.bicho, .bichoRaro { width: 50px; position: absolute; z-index: 10; }
.bicho.normal { bottom: 15px; right: 15px; }
.bicho.izquierda { bottom: 15px; left: 15px; }
.bicho.arriba { top: 15px; right: 15px; }
.fullimg { width: 100%; height: auto; }
.hide { display: none; }
.fondo {
	background: url( '../images/fondoportada.jpg' ) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
}
.intro {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}
.intro .capaInicia {
	background-color: #B3EDEF;
	opacity: 0.9;
	border: 3px solid #879FA3;
	padding: 20px;
	margin: 0 auto;
	width: 300px;
	max-width: 80%;
	box-sizing: border-box;
	text-align: center;
}
.acerca {
	background-color: #B3EDEF;
	opacity: 0.9;
	border: 3px solid #879FA3;
	padding: 20px;
	margin: 0 auto;
	position: fixed;
	right: 0;
	left: 0;
	top: -800px;
	transition: all 0.6s;
	z-index: 101;
	width: 900px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: justify;
}
.acercaActiva { top: 20%; }
.boton {
	background-color: #879FA3;
	color: #fff;
	padding: 8px;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.6s;
	margin: 5px 0;
}
.boton:hover {
	background-color: #fff;
	color: #879FA3;
}
.capanegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #000;
	opacity: 0.7;
	display: none;
}
.cierra { float: right; cursor: pointer; }
select { width: 100%; padding: 8px; box-sizing: border-box; }
.salida {
	position: absolute;
	z-index: 999;
	bottom: -35px;
	right: 0;
	width: 180px;
}
.logoCentro {
	width: 300px;
	opacity: 0.7;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: 30%;
}
.miniCaras { width: auto; height: 100px; margin: 5px; }
.lineaCaras {
	width: 100%;
	box-sizing: border-box;
	margin: 8px 0;
}
.marcas { max-width: 90%; margin: 0 auto; }
.chico { font-size: 10px; width: 100%; text-align: center; margin: 0 auto; }
.backGame { line-height: 14px; text-align: center; }
@media screen and ( max-width : 600px ) {
	.acerca { top: -1500px; position: absolute; }
	.intro .capaInicia { top: 30%; }
	.acercaActiva { top: 0; }
	.salida { width: 150px; bottom: -30px; }
	.contenedorPrincipal { padding: 0; }
	.bicho { width: 35px; }
}