
.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}


.cajas{
	font-size:1em;
	border-radius:4px;
	border:1px solid black;
	font-family:ITCAvantGardeStd-Md;

}

.botones{
	color:white;
	background:#273656;
	border-radius:8px;
	border:2px solid white;
	font-family:ITCAvantGardeStd-Md;
}

.instrucciones{
	font-family:ITCAvantGardeStd-Md;
	font-size:1em;
	background:transparent;
	border:none;
	text-align:center;

}
