body{
	font-weight: bold;
	margin-top: 0px;
    margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: black;
	text-align: center;
}
#imgNotepad{
	background: url(../img/Notepad.gif) left top no-repeat;
	height: 373px;
	width: 320px;
	margin-top: 140px;
	padding-top: 20px;
}
#imgCrono{
	margin-left: auto;
	margin-right: auto;
	background: url(../img/Garmin_320.png) left bottom no-repeat;
	height: 373px;
	width: 320px;
}
h1{
	margin-bottom: 10px;
}
#txtSeconds{
	width: 320px;
	margin-bottom: 63px;
}
#crono{
	margin-left: auto;
	padding-top: 70px;
	margin-right: auto;
	font-size: 70px;
	text-align: center;
	color: black;
}
#btnStart{
	text-align: Right;
}
#btnReset{
}
.boton:hover{
	text-decoration:underline;
	cursor:pointer;
}
.boton{
	float: left;
	top: 300px;
	width: 137px;
	font-size: 18px;
	color: white;
}
#log{
}