body{
	text-align: center;
}

#reproductor{
	width: 450px;
	margin: 50px 30px;
	padding: 5px;
	background: #FFFFFF;
}

#botones{
	float: left;
	width: 15px;
	height: 8px;
	background: #FFFFFF;
	border: #FFFFFF;
	color: #000000;
}

#barra{
	position: relative;
	float: left;
	width: 450px;
	height: 2px;
	background: #bcbcbc;
}

#progreso{
	position: absolute;
	width: 0px;
	height: 2px;
	background: #000000;
}

#reproducir{
	height: 15px;
	background: #FFFFFF;
	border: 0px;
	color: #000000;
	font-size: 10px;
	margin: 0px;
}