body {
		font-family: Arial, sans-serif;
		text-align: center;
    display: table;
    margin: auto;
	}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: lightgrey 3px 3px;
}

#fondo {
	background-image: url("Cronometro.png");
	height: 260px;
	width: 260px;
	}

#numeros {
	font-size: x-large;
	font-weight: bold;
	position: relative;
	top: 170px;
}

#crono {
	border: 3px ridge grey;
	padding: 0px 10px 0px 10px;
	background-color: lightsteelblue;
}

#segundos {
	font-size: x-small;
	position: relative;
	top: 175px;
}

#instrucciones {
	font-size: x-small;
	font-family: Arial, serif;
	font-style: italic;
	border: 1px dotted blue;
	padding: 2px;
	}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#paradas {
	background-color: lavender;
	border-style: double;
}

#listaParadas {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 5px;
}

footer {
	font-size: x-small;
	margin-top: 10px;
}


    
    
    
    