@charset "utf-8";
/* CSS Document */
  #caja{
    margin: auto;
    width: 300px;
    text-align: center;
  }
  
  #reloj{
    width: 300px;
    height: 360px;
    margin: 0 0 30px;
    position: relative;
    background: url(../imgs/cronometro.png) no-repeat;
    background-size: contain;
  }
  
  #numeros{
  	font-size: 3.5em;
    position: absolute;
    bottom: 20px;
    left: 70px;
  }

