@charset "utf-8";
/* CSS Document */
#contenedor{
	height:100%;
	width:100%;
}
#titulo{
  margin: 0;
  padding: 0;
  top: 0;
	left: 0;
	text-align:center;
}
#cronometro{
	background: url(can-stock-photo_csp17195298.jpg) no-repeat;
	height: 566px;
	width: 388px;
	position: absolute;
	top: 90px;
	left: 3px;
	right: 0;
	bottom: 0;
	margin: auto;
}

#numero {
	position:absolute;
	width: 183px;
	height: 79px;
	left: 105px;
	top: 172px;
	text-align:center;
	font-size:30px;
}

#botones{
	position: absolute;
	left: 103px;
	top: 445px;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	height: 100px;
	width: 200px;
}

#historial{
	position: absolute;
	left: 50%;
	top: 600px;
	width: auto;
	height: auto;
	text-align: center;
}