@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:'fira';
	src:url('FiraSans-Light.woff')
		}
	h1{font-family: fira; font-weight:bold:}
	
@font-face{
	font-family:'DSDIGI';
src:url('DSDIGI.woff')
}
#fondo{background-image:url(unnamed.png);
 background-repeat: no-repeat; 
  height:300px;  background-position:
  center; text-align:center; 
  line-height:350px;  }
  
#crono{ font-family:DSDIGI; font-size: 80px;  }

#botones{text-align:center;}

#cambiar, #inicializar{background: #b3b3b3;
  background-image: -webkit-linear-gradient(top, #b3b3b3, #65686b);
  background-image: -moz-linear-gradient(top, #b3b3b3, #65686b);
  background-image: -ms-linear-gradient(top, #b3b3b3, #65686b);
  background-image: -o-linear-gradient(top, #b3b3b3, #65686b);
  background-image: linear-gradient(to bottom, #b3b3b3, #65686b);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;}
  
  #lista{ text-align:center;
  text-justify:auto; font-family:fira; 
  font-size:large; 
  font-weight:bold:; 
   }