body{
text-align: center;
}
header, section, footer, aside, nav, article, figure, figcaption,
hgroup{
display : block;
}
#reproductor{
width: 735px;
margin: 20px auto;
padding: 5px;
background:rgba(0,0,0,1);
border: 2px solid #666666;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow:#000 0px 0px 10px;
}
nav{
margin: 5px 0px;
}
#botones{
float: left;
width: 100px;
height: 20px;

}

#reproducir{
	background:#036;
	border-radius:10px;
	color:white;
	padding:3px;
	
}

#barra{
position: relative;
float: left;
width: 600px;
height: 18px;
padding: 2px;
border: 1px solid #CCCCCC;
background:#036;
border-radius:5px;
}
#progreso{
position: absolute;
width: 0px;
height: 16px;
background:white ;

}