@charset "utf-8";
/* CSS Document */

#marco {
	width: 350px;
	height: 700px;
}

#crono {
	font-size: 36px;
	font-weight: bold;
	background-color:#FFF;
	text-align: right;
	width: 190px;
	height: 50px;
	display: block;
	padding: 2px;
	margin: 3px;
}

#botones  {
	padding-left: 65px;
	height: 35px;
	vertical-align: bottom;
	clear: both;
	display: block;
	padding-top: 95px;
	margin-top: 1px;
}

#tiempo {
	padding-top: 0px;
	padding-left: 65px;
	padding-bottom: 10px;
	clear: both;
	height: 250px;
	display: block;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(crono.jpg);
	background-repeat: no-repeat;
}
