@charset "utf-8";


html, body{
	margin:50px;
	padding:0px;
	width:100%;
	height:100%;
}

body{
	text-align: center;
	font-family: arial;
	font-size:1.2em;
	background-color: #3F9;
}
pre{
	text-align:center;
}
#codigo{
	display:none;
}
#eventos{
	position:relative;
	
	background:url(esfera.png);
	background-repeat:no-repeat;
	height:486px;
	width:356px;
	
}
#crono{
	position:absolute;
	font-family: arial;
	font-size:30px;
	left:120px;
	top:150px;
}

#lista{
	font-size:30px;
}
.formato{
	background: white;
	border-radiux:10px;
}