@font-face {
    font-family: 'LCD';
    src: url('DS-DIGIT.TTF');
}
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;	    	
}
body {
	background: #BDBDBD;
	text-align: center;
	font-family: Arial;
	font-size: 1.2em;
}	    
pre {
	text-align: left;
}
#codigo {
	display: none;
}
#eventos {
	position: relative;
	margin: auto;
	background: url(crono.png);	    	
	background-repeat: no-repeat;
	height: 256px;
	width: 224px;	
}
#crono {
	position: relative;	
	font-family: LCD;
	font-size: 50px;
	margin: auto;
    top: 120px;	
}
#lista {
	font-size: 30px;				
}
.formato {
	background: #CEECF5;
	border-radius: 10px;			
}