body {
	background-color: #CCC;
}

#cronometro {
	width: 296px;
	margin: 0 auto;
}

#cronometro > h2 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

#imgcrono {
	position: relative;
	width: 256px;
	height: 256px;
	margin: 20px;
	background-image: url(../imagenes/cronometro.png);
	background-repeat: no-repeat;
}

#imgcrono > div {
	position: absolute;
	width: 256px;
	margin: 125px 0px 0px 0px;
	
	font-family: "Courier New", Courier, monospace;
    font-size: 36px;
	font-weight: bold;
	text-align: center;
}

#botones {
	text-align: center;
}

#listaparadas > h3 {
	margin-bottom: 0px;
}
