@charset "utf-8";
/* CSS Document */
@font-face {
        font-family: "Fuente-Digital";
        font-style: normal;
		src: url(../fonts/digital-7-mono.ttf);
    }

body{
	font-family: "Arial Black", Gadget, sans-serif;
}

h1{
	text-align: center;
	width: 100%;
	margin: 0;
}

div#crono {
	font-family: "Fuente-Digital";
	font-size: 50px;
    color: #333;
	background-image: url(../img/cronometro_web.jpg);
	background-repeat: no-repeat;
	background-position: center;
    background-size: 275px 300px;
	margin: 0 auto;
    width: 275px;
    height: 190px;
	padding-top: 120px;
	text-align: center;
	padding-right: 0px;

}


#par {
    font-family: "Arial Black", Gadget, sans-serif;
	margin: 0 auto;
    text-align: center;
    width: 200px;
    padding: 10px;
}

#buttons{
    text-align: center;
}

#buttons button {
	width : 120px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #0C0;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #390;
}

#buttons button:hover {
	width : 120px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #390;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid ;
}

#comentario{
	display: none;
}