@charset "utf-8";
/* CSS Document */

@font-face{
    font-family: '01 Digit';
    src: local('01 Digit'),
         url('Fuente/01 Digit.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
			
body {	
  background: white;
	text-align: center;
	font-family: helvetica,arial;
	font-size: 1.4em;	
	margin-top: 2%; 
}

#caja
{
  position: relative;
  margin: auto;
  background: url(crono.png); 
  background-repeat: no-repeat;
  background-size:100% 100%;
  height: 256px;
  width: 224px;
}

#crono {
  position: relative; 
  font-family:'01 Digit';
  font-size:50px;
  margin: auto;
  top: 62px; 
} 

table{
    padding: 0px;
    margin:auto;
    border-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    border : 3px solid red;
    text-align: center;
  }

tr{
    text-align: center;
}

th, td {
    padding: 0.5em;
    border: 1px solid #333;
}

th {
    background-color: #E2E2E2;
    text-align: center;
}

td {
    background-color: #F0F0F0;
    text-align: center;
}
                                                        