body{
  text-align: left;
}

#reproductor{
  width: 720px;
  margin: 20px auto;
  padding: 5px;
  background: #999999;
  border: 1px solid #666666;
 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
nav{
  margin: 5px 0px;
}
#botones{

  width: 90px;
  height: 50px;
}
#barra{
  position: relative;
  float: rigth;
  width: 200px;
  height: 16px;
  padding: 2px;
  border: 1px solid #000;
  background: #EEEEEE;
}
#progreso{
  position: absolute;
  width: 0px;
  height: 16px;
  background: rgba(0,0,150,.2);
}