*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body{
	overflow: hidden;
}

#contenedorcanvas{
	position: relative;
	margin: 2vh auto;
	width: 800px;
	height: 450px;
}


#canvas{
	background-size:cover;
	background-position-x: left;
	background-position-y: bottom;
}


#contenedorcanvas button{
	display: block;
	position: relative;
	margin: 20px 5px;
	padding: 15px;
	cursor: pointer;
}
.contenedor{
	position: fixed;
	z-index: 1;
	width:75%;
	margin: 0 auto;
	margin-left: 190px;
	margin-top: 30px;
}
.progress[value] {
	appearance: none;
	-webkit-appearance: none;
}

progress[value]::-webkit-progress-bar {
	background-color: darkred;
  }

progress[value]::-webkit-progress-value {
	background-color: lightgreen;
}

.barraStyle{
	width: 300px;
	height: 20px;
	border-radius: 0;
	color: red;
	border-style: solid;
	color:darkgray;
}
#contenedorbtn{
	display: block;
	position:absolute;
	z-index: 1;
	border-radius: 30px;
	margin-top: 285px;
	margin-left: 320px;
	background-color:lightblue;	
	width: 145px;
	height: 80px;

}
#btn{
	text-align: center;
	vertical-align: top;
	border: none;
	background-color: transparent;
}
#btn:hover{
	color: white;
}
#contenedorbtn:hover{
	background-color: #4CAF50; /* Green */
  	
}

#contenedorreiniciar{
	display: none;
	position:absolute;
	z-index: 1;
	border-radius: 30px;
	margin-top: 300px;
	margin-left: 380px;
	background-color:lightblue;	
	
}
#btnreiniciar{
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	border: none;
	background-color: transparent;
}
#btnreiniciar:hover{
	color: white;
}
#contenedorreiniciar:hover{
	background-color: #4CAF50; /* Green */
  	
}
p{
	text-align: center;
	font-family:Impact;
	font-size:35px;
	color: rgb(255, 0, 0);
}
