#botonerapeq {
	width:70px;
	bottom:26px;
	left:48%;
}

#botonerapeq:before {
	width:66px;
}

#botonerapeq div:last-child {
	border:none;
	border-radius: 10px 10px 0 0;
}

.flashing {
	position: absolute;
	background:rgba(255,255,255,0.5);
	animation: flashing 0.3s infinite linear alternate;
	-webkit-animation: flashing 0.5s infinite linear alternate;
}

.termine {
	position: absolute;
	background:rgba(255,255,255,0.3);
	
}

@keyframes flashing {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes flashing {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

#uno {
	top:110px;
	left:428px;
	width:550px;
	height:65px;
}
#dos {
	border-radius: 50%;
	top:186px;
	left:652px;
	width:85px;
	height:90px;
}
#tre {
	top:180px;
	left:820px;
	width:250px;
	height:82px;
}
#cua {
	top:405px;
	left:1033px;
	width:180px;
	height:50px;
}
#cin {
	top:285px;
	left:820px;
	width:250px;
	height:35px;
}
#sei {
	top:245px;
	left:285px;
	width:170px;
	height:80px;
}
#sie {
	top:630px;
	left:158px;
	width:170px;
	height:35px;
}
#och {
	top:345px;
	left:165px;
	width:200px;
	height:35px;
}

.poptext {
	font-size: 3em;
	color:#FFF;
	background:#ef833a;
	padding:30px;
	text-align: center;

}