/*ARCHIVO CSS*/

@font-face {
	font-family: "digital";
	src: url(DS-DIGIB.TTF) format("truetype");
	}

html, body {
	height:100%;
	width: 100%;
	margin: 0 auto;
	padding:0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:32px;
	background-color: black;
	color: black;
	}

#imagen {
	display: block;
	position: relative;
	margin: 0 auto;
	background: 
	url(crono_vacio2.jpg) center no-repeat;
	width: 300px;
	height: 355px;
	}

#crono {
	position: absolute;
	font-family: digital, Arial;
	margin-top: 43%;
	margin-left: 27%;
	}

#tabla {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	color: red;
	text-align: center;
	width: 95%;
	padding: 5px;
	margin-top: 5px;
	}

.parciales {
	font-family: digital, Arial;
	color: gold;
	margin: 8px;
	background-color: #2A2A2A;
	font-weight: bolder;
	width: 150px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 10px double gold;
	}

h4 {
	color: white;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	}

button {
	padding: 5px;
	margin: 40px auto;
	margin-right: 20px;
	font-size: 17px;
	font-weight: bold;
	width: 46%;
	color: yellow;	
	border: 5px solid red;
	background-image: -o-linear-gradient(bottom, #B5B5B5 0%, black 54%);
	background-image: -moz-linear-gradient(bottom, #B5B5B5 0%, black 54%);
	background-image: -webkit-linear-gradient(bottom, #B5B5B5 0%, black 54%);
	background-image: -ms-linear-gradient(bottom, #B5B5B5 0%, black 54%);
	background-image: linear-gradient(to bottom, #B5B5B5 0%, black 54%);		
	}

button:hover{
	color: #FF9F06;
	background-image: -o-linear-gradient(top, #B5B5B5 0%, black 54%);
	background-image: -moz-linear-gradient(top, #B5B5B5 0%, black 54%);
	background-image: -webkit-linear-gradient(top, #B5B5B5 0%, black 54%);
	background-image: -ms-linear-gradient(top, #B5B5B5 0%, black 54%);
	background-image: linear-gradient(to top, #B5B5B5 0%, black 54%);
	}

#cambiar {
	position:absolute;
	top: 76%;
	left: 3%;
	}

#inicializar {
	position:absolute;
	top: 76%;
	left: 51%;
	}

