@font-face
{
	font-family: fuente1;
	src: url("../fonts/futura.ttf");
}
body
{
	background: #FFFFFF;
	
}
.indexContenedor
{
position: absolute;
    width: 800px;
    height: 600px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

}
.indexContenedor #indexFondo
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;

}
.indexMenu
{
	position: absolute;
	width: 24%;
	height: 12.9%;
	top: 83%;
	left: 68%;
}
.opc
{
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	cursor: pointer;
}
.juegoMenu
{
	position: absolute;
	width: 47%;
	height: 6%;
	top: 93%;
	left: 52.5%;
}
.opcJuego
{
	float: left;
	width: 49.5%;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
.palabrasContenedor
{
	position: absolute;
	width: 46%;
	height: 61.9%;
	top: 31.5%;
	left: 3.9%;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.palabra
{
	position: relative;
	float: left;
	width: 45%;
	height: 14%;
	top: 0%;
	left: 0%;
	margin-left: 2%;
}
.animalContenedor
{
	position: absolute;
	width: 35%;
	height: 40.5%;
	top: 38.2%;
	left: 57.1%;
	border: 1px solid blue;
}
.animalContenedor #animalImagen
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}
.nombreContenedor
{
	position: absolute;
	width: 22%;
	height: 8%;
	top: 81%;
	left: 63.6%;

}
.nombreContenedor img
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}
.caritaContenedor
{
	position: absolute;
	width: 12%;
	height: 11%;
	top: 25%;
	left: 68.6%;
	box-sizing: border-box;
	display: none;
}
.caritaContenedor img
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}
.marcadorContenedor
{
	position: absolute;
	width: 6%;
	height: 5%;
	top: 12.7%;
	left: 6.5%;
	display: table;
	box-sizing: border-box;
}
.marcadorContenedor span
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
}
.nombreGrandeContenedor
{
	position: absolute;
	width: 40%;
	height: 12%;
	top: 7.5%;
	left: 30%;
	display: none;
}
.nombreGrandeContenedor img
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	border: none;
	border-style: none;
}
.cronometroContenedor
{
	position: absolute;
	width: 10%;
	height: 5%;
	top: 12.7%;
	left: 86%;
	display: table;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	box-sizing: border-box;
}
.cronometroContenedor span
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: sans-serif;
	box-sizing: border-box;
}
.cirulos
{
	position: absolute;
	width: 4.1%;
	height: 5.6%;
	float: right;
	top: 45%;
	right: 2.6%;
	border-radius: 100%;
	
}
#circulo2
{
	top: 55%;
}
#circulo3
{
	top: 65.2%;
}

.completoContenedor
{
position: absolute;
    width: 800px;
    height: 600px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	display: none;
}
 
.resultadoTiempo
{
	position: absolute;
	width: 30%;
	height: 5%;
	top: 55%;
	left: 35%;
	display: table;
	background: #c2185b;
	border-radius: 5px;
}
.resultadoTiempo span
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	font-family: sans-serif;
	color: #fff;
}
.completoContenedor button
{
	position: absolute;
	width: 25%;
	height: 5%;
	top: 67%;
	left: 37.5%;
	border: none;
	background: #00897b;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
}
.completoContenedor button:hover
{
	background: #c2185b;
}