/* STANDARDS */

.song {
	/*width: 500px; medidas pasadas*/
	width: 400px;
	height: 75px;
	background: #000000;
	margin: 6px 0px 15px 0px;
	
	*overflow: hidden;
	*height: 85px;
}

.song_download {
	top: -38px;
	left: 278px;
	z-index: 4000;
	position: relative;
	
}

.song_download a {
	color: #FFF;
	font-size: 12px;
}

.song_download a:hover {
	color: #66ffff;
}

/* STRUCTURE */

.sc-player2{
  width: 100%;
  height: 75px;
  position: relative;
  margin: 10px 0px 20px 0px;
  
  *overflow: hidden;
}

.sc-player2 ol, .sc-player2 li{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Artworks */

.sc-player2 .sc-artwork-list2{
  display: none;
}

.sc-player2 .sc-artwork-list2 li{
  list-style-type: none;
  display: none;
}

.sc-player2 .sc-artwork-list2 li.active{
  list-style-type: none;
  display: block;
}

.sc-player2 .sc-artwork-list2 li img, .sc-player2 .sc-artwork-list2 li div{
  list-style-type: none;
  width: 100%;
  height: 100%;
}

/* controls */

.sc-player2 .sc-controls2{
  top: 10px;
  width: 40px;
  height: 40px;
  margin-left: 3px;
  position: absolute;
}

.sc-player2 .sc-controls2 a{
  display: block;
  width: 40px;
  height: 40px;
}

.sc-player2 .sc-controls2 a.sc-pause2{
  display: none;
}

.sc-player2.playing .sc-controls2 a.sc-play2{
	color: red;
  display: none;
}

.sc-player2.playing .sc-controls2 a.sc-pause2{
  display: block;
}

/* scrubber */

.sc-scrubber2 {
  left: -5000px; /*eliminar despues*/
  bottom: 10px;
  height: 40px;
  width: 86.5%;
  top: 10px;
  position: absolute;
}

.sc-player2:hover .sc-scrubber2, .sc-player2.playing .sc-scrubber2 {
  display: block; /* mostrar la onda */ 
  left: 45px;
}



.sc-scrubber2 .sc-time-span2{
  height: 30px;
  margin: 5px;
  position: relative;
}

.sc-scrubber2 .sc-buffer2, .sc-scrubber2 .sc-played2{
  height: 30px;
  position: absolute;
  top: 0;
}

.sc-scrubber2 .sc-time-indicators2{
  position: absolute;
  right: 0;
  top: 46px;
  color: #000;
  padding: 2px;
  font-size: 10px;
  line-height: 1em;
  background: #fff;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #66ffff;
}

.sc-time-indicators2 {
  position: absolute;
  right: 8px;
  top: 56px;
  
  color: #000;
  padding: 2px;
  font-size: 10px;
  line-height: 1em;
  background: #fff;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #66ffff;
}

/* tracks */

/* Track listings*/

.sc-player2 ol.sc-trackslist2{
  position: absolute;
  float: left;
  width: 92%;
  height: 100%;
  left: 45px;
  overflow: auto;
}

.sc-player2 ol.sc-trackslist2 li{
  float: left;
  width: 95.5%;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  list-style: none;
}

/* Track info*/

.sc-player2 .sc-info2{
  position: absolute;
  top: 10px;
  left: -5000px;
  width : 200px;
  padding: 5px;
  z-index: 5000;
  margin-left: -40px;
}

.sc-player2 .sc-info2.active{
  left: 10%;
  top: -10%;
  width: 390px;
  height: 90px;
  font-size: 7px;
  line-height: 12px;
  word-wrap: break-word;
  background: #66ffff;
}


.sc-player2 .sc-info-toggle2{
  position: absolute;
  top: 50px;
  /*left: 398px; medidas pasadas*/
  left: 238px;
  /*display: none;*/
}

.sc-player2 .sc-info-toggle2.active{
  left: -5000px;
}

.sc-player2 .sc-info-close2{
  position: absolute;
  top: 5px;
  right: 5px;
}
  
/* utilities */

.sc-player2 .hidden {
  display: none;
}

.sc-player-engine-container2{
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}

/* COLORS */

.sc-player2 {
  font: 12px Arial, sans-serif;
  color: #333;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
  
}

.sc-player2 a {
  text-decoration: none;
  color: #333;
}

/* scrubber */

.sc-scrubber2 {
  background-color: #e5e5e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.sc-scrubber2 .sc-time-span2 {
  background-color: #666;
}

.sc-scrubber2 .sc-time-span2 img {
  height: 30px;
  width: 100%;
  background-color: #000;
}

.sc-scrubber2 .sc-buffer2, .sc-scrubber2 .sc-played2 {
  opacity: 0.4;
  background-color: #333;
}

.sc-scrubber2 .sc-played2 {
  opacity: 0.4;
  background: #66ffff;
}

/* controls */

.sc-player2 .sc-controls2 a {
  color: transparent;
  background: url('../images//play.png');
}

.sc-player2 .sc-controls2 a:hover {
  background: url('../images//play-hover.png');
}

.sc-player2 .sc-controls2 a.sc-pause2 {
  background: url('../images//play.png');
}

.sc-player2 .sc-controls2 a.sc-pause2:hover{
  background: url('../images//play-hover.png');
}

.sc-player2.playing .sc-controls2 a.sc-pause2{
  background: url('../images/pause.png');
}

.sc-player2.playing .sc-controls2 a.sc-pause2:hover{
  background: url('../images//pause-hover.png');
}  

.sc-scrubber2 .sc-time-indicators2{
  color: #000;
  padding: 2px;
  font-size: 10px;
  line-height: 1em;
  background: #fff;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #66ffff;
}

/* Track listings*/

.sc-player2 ol.sc-trackslist2 li.active, .sc-player2 ol.sc-trackslist2 li:hover {
  color: #000;
  padding: 4px;
  /*width: 433px; medidas pasadas*/
  width: 333px;
  margin-top: 12px;
  background: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sc-player2 ol.sc-trackslist2 li.active a {
  color: #000;
  font-size: 12px;
  margin-left: 10px;
  font-family: Heletica, Arial, sans-serif;
}

.sc-track-duration2 {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
  display: none;
}

/* Track info*/

.sc-player2 .sc-info2{
  opacity: 0.9;
  background: #fff;
}

.sc-player2 .sc-info-toggle2{
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  
}

.sc-player2 .sc-info-toggle2:hover{
  color: #66ffff;
}

.sc-player2 .sc-info-close2{
  color: #000;
  font-size: 10px;
  padding: 2px 4px;
  font-weight: bold;
  background: #66ffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* Track Download */

.sc-player2 .sc-download2{
  position: absolute;
  top: 10px;
  left: -5000px;
  width : 200px;
  padding: 5px;
  z-index: 5000;
  margin-left: -40px;
}

.sc-player2 .sc-download2.active{
  left: 8.6%;
  top: 5%;
  width: 486px;
  height: 58px;
  font-size: 9px;
  line-height: 12px;
  word-wrap: break-word;
}


.sc-player2 .sc-download-toggle2{
  position: absolute;
  top: 50px;
  /*left: 438px; medidas pasadas*/
  left: 278px;
  /*display: none;*/
}

.sc-player2 .sc-download-toggle2.active{
  left: -5000px;
}

.sc-player2 .sc-download-close2{
  position: absolute;
  top: 5px;
  right: 5px;
}

.sc-player2 .sc-download2{
  opacity: 0.9;
  background: #fff;
}

.sc-player2 .sc-download-toggle2{
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sc-player2 .sc-download-toggle2:hover{
  color: #66ffff;
}

.sc-player2 .sc-download-close2{
  color: #000;
  font-size: 10px;
  padding: 2px 4px;
  font-weight: bold;
  background: #66ffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*cortesia*/
.cortesia {
	top: 50px;
	left: 10px;
	color: #FFF;
	font-size: 12px;
  	font-weight: 500;
	position: absolute;
}