@charset "utf-8";
/* CSS Document */

#video {
	width: 720px;
	margin: 20px auto;
	background: #0968B7;
	padding: 5px;
	border: 3px solid #2323E4;
	border-radius: 8px;
}


nav {
	margin: 5px 0px;
}

#botones {
	float: left;
	width: 100px;
	height: 20px;
}

#barra {
	background: #12F070;
	width: 600px;
	height: 16px;
	border: 1px solid #0ECC53;
	padding: 4px;
	margin-left: 65px;
}

#progreso {
	position: absolute;
	width: 0px;
	height: 16px;
	background: #1E15F1;