@charset "UTF-8"; 



div#visor > div#enun{
	position: absolute;
	top: 22px;
	left: 31px;
	padding-bottom: 0px;
	z-index: 999;
}

div#visor div#enun > div.enun {
		position: relative;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 20px;
		font-size: 20px;
        font-weight: 700;
        text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		opacity: 1;
	}


#dios{
	position: absolute;
	display: none;
	top: 80px;
	left: 420px;
	width: 236px;
	height: 164px;
	background: url("../img/actividad/dios.png") no-repeat scroll left top transparent;
	}
#hombre_cont{
	position: absolute;
	display: none;
	top: 150px;
	left: 620px;
	width: 145px;
	height: 353px;
	background: url("../img/actividad/hombre_cont.png") no-repeat scroll left top transparent;
	}
#mujer_cont{
	position: absolute;
	display: none;
	top: 180px;
	left: 320px;
	width: 131px;
	height: 324px;
	background: url("../img/actividad/mujer_cont.png") no-repeat scroll left top transparent;
	}

@keyframes jump
{
	0%  	{
				top: 280px;
			}
	50% 	{
				top: 200px;
			}
	100%	{
				top: 280px;
			}
}

@-webkit-keyframes jump
{
	0%  	{
				top: 280px;
			}
	50% 	{
				top: 200px;
			}
	100%	{
				top: 280px;
			}
}

@keyframes shake
{
	0%  	{
				transform: rotate(0deg);
			}
	25% 	{
				transform: rotate(20deg);
			}
	50% 	{
				transform: rotate(-20deg);
			}
	75% 	{
				transform: rotate(20deg);
			}
	100%	{
				transform: rotate(0deg);
			}
}

@-webkit-keyframes shake
{
	0%  	{
				-webkit-transform: rotate(0deg);
			}
	25% 	{
				-webkit-transform: rotate(20deg);
			}
	50% 	{
				-webkit-transform: rotate(-20deg);
			}
	75% 	{
				-webkit-transform: rotate(20deg);
			}
	100%	{
				-webkit-transform: rotate(0deg);
			}
}

div#visor > img.ButtonElem {
	cursor: pointer;
}

/*div#visor > img.ButtonElem.active {
			animation: jump 1.5s ease-in-out 0s 1 alternate;
	-webkit-animation: jump 1.5s ease-in-out 0s 1 alternate;
}

div#visor > img.ButtonElem.fail {
			animation: shake .5s ease-in-out 0s 1 alternate;
	-webkit-animation: shake .5s ease-in-out 0s 1 alternate;
}*/








