@font-face {
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
    }
body {
	font-family: "Comic Sans MS", cursive;
}
h1 {
	color: #000000;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding-left: 20px;
	margin: 0px;
}
div#botones {
    text-align: center;
}
div#crono {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 40px;
	color: #333333;
	background-image: url(cronometro.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 275px 300px;
	width: 175px;
	height: 195px;
	padding-top: 100px;
	text-align: right;
	padding-right: 100px;
	margin-bottom: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	word-spacing: 1em;
}
p#listado {
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	width: 100px;
	margin: 5px auto;
	padding: 5px;
	border: 1px;
}