@font-face {
    font-family: 'LCD';
    src: url('DS-DIGIT.TTF');
}
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;	    	
}
body {
	background: #FFF;
	text-align: center;
font-family: 'LCD';
src:url('DS-DIGIT.TTF');
	font-size: 1.0em;
}	    
pre {
	text-align: right;
}
button {
	background-color: #CEECF5;
	border-radius: 10px;
font-family: 'LCD';
src:url('DS-DIGIT.TTF');
font-size: 1.2em;
}

#codigo {
	display: none;
}
#eventos {
	position: relative;
	margin: auto;
	background: url(../img/crono.jpg);	    	
	background-repeat: no-repeat;
	height: 256px;
	width: 224px;	
}
#crono {
	position: relative;	
	font-family: LCD;
	font-size: 25px;
	margin: auto;
    top: 95px;	
}
#lista {
	font-size: 30px;				
}
.formato {
	background: #CEECF5;
	border-radius: 10px;
	font-family: 'LCD';
src:url('DS-DIGIT.TTF');
font-size: 0.8em;		
}