@font-face { font-family: digital; src:  url(images/digital.ttf);}
@charset "UTF-8";
@font-face { font-family: digital_ie; src:  url(images/digital_ie.eot); }

body{ background:#cccccc !important; }

#contenedor{ background-color: transparente; z-index: 1;}

header{ background-color:#FF9C12;
					color:#000000;
					font-size:24px;
					font-family: Times , serif;
               text-align: center;
               font-style: normal;
               margin: 0;
               position: relative;
               padding: 0;
               z-index: 3;
            }

#encabezado{ z-index: 4;}

article{ background-color:#ccc;
              margin: 10px;
              margin-left: auto;
              margin-right: auto;
              position: relative;
              padding: 0;
              z-index: 5;
           }

#caja { background-color:#cccccc;
				  background-image:url(images/crono.jpg); 
				  background-repeat: no-repeat;
				  width: 300px;
				  height: 500px;
				  margin: 0;
				  margin-left: auto;
				  margin-right: auto;
				  padding: 0;
				  position: relative;
				  left: -70px;
				  z-index: 6;
			 }

#cron {  color: #00ff00;
				   font-family: digital, digital_ie;
				   text-align: center;
					font-style: normal;
					font-size: 40px;
					margin: 0;
					margin-left: auto;
					margin-right: auto;
   				max-width: 90px;
					padding: 0;
					position: relative;
					top: 80px;
					z-index: 7;
			 }

#go{	background-color: transparent;
				background-image:url(images/on.png);
				background-repeat: no-repeat;
				float: left;
				width: 58px;
				height: 58px;
				top: 229px;
				left: 75px;
				margin: 0;
				padding: 0;
				position: relative;
				z-index: 9;
}

#reset { background-color:transparent;
					background-image:url(images/reset.png);
					background-repeat: no-repeat;
					float: right;
					width: 58px;
					height: 58px;
					top: 229px;
					left: -75px;
					margin: 0;
					padding: 0;
					position: relative;
					z-index: 8;
				}


#lista{	background-color: transparent;
					color: #0000ff;
					font-family: url(images/FiraMono-Bold.woff)
					font-style: normal;
					font-size: 26px;
					height: 150px;
					text-align: center;
					margin:auto;
					margin-left:auto;
					margin-right: auto;
					overflow: auto;
					position: relative;
					top: 0px;
					width: 250px;
					left: 250px;
					z-index: 10;
			}
