div.artista-musica {
position: relative;
width: 311px;
min-height: 50px;
background-color: #fff;
padding: 10px;
}

div.artista-musica ul {
list-style-type: none;
margin:0px;
padding:0px;
}

div.jp-audio {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.6;
	color: #bdbdbd;
}
div.jp-audio {
	width:100%;
}

div.jp-interface {
	position: relative;
	margin-bottom:0px;
	width:100%;
}

div.jp-audio .jp-interface {
	height: 60px;
}

/*div.jp-audio-stream .jp-interface {
	height: 50px;
}

*/
/* Controles */

div.jp-controls-holder {
	clear: both;
	margin:0 auto 0 auto;
	position: relative;
	overflow:hidden;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding: 1px 0 2px 1px;
	overflow:hidden;
	height: 30px;
}

div.jp-audio ul.jp-controls,
div.jp-audio-stream ul.jp-controls {
	margin:0 auto;
}

div.jp-audio-stream ul.jp-controls {
	width: 100px;
	position: relative;
}

div.jp-video ul.jp-controls {
	margin:0 0 0 0;
	float:left;
	display:inline;
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
	margin-right:3px;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height: 34px;
	margin: 0 1px 2px 0;
	padding: 0;
}

/* Controles del playlist */

div.jp-type-playlist .jp-controls li a{
	width: 23px;
	height: 23px;
	background-size: 23px;
	transition: all 0.1s linear;
	  -webkit-transition: all 0.1s linear;
	  -ms-transition: all 0.1s linear;
	  -moz-transition: all 0.1s linear;
	  -o-transition: all 0.1s linear;
}

div.jp-type-playlist .jp-play {
	background: url("../imagenes/reproductor/mini-play.jpg") no-repeat;
}

div.jp-type-playlist .jp-play:hover {
	background: url("../imagenes/reproductor/mini-play2.jpg") no-repeat;
}

div.jp-type-playlist .jp-pause {
	background: url("../imagenes/reproductor/mini-stop.jpg") no-repeat;
}

div.jp-type-playlist .jp-pause:hover {
	background: url("../imagenes/reproductor/mini-stop2.jpg") no-repeat;
}

div.jp-type-playlist .jp-stop {
	background: url("../imagenes/reproductor/parar.jpg") no-repeat;
}

div.jp-type-playlist .jp-stop:hover {
	background: url("../imagenes/reproductor/parar2.jpg") no-repeat;
	background-size: 23px;
}

div.jp-type-playlist .jp-previous {
	background: url("../imagenes/reproductor/retroceder.jpg") no-repeat;
	background-size: 23px;
}

div.jp-type-playlist .jp-previous:hover {
	background: url("../imagenes/reproductor/retroceder2.jpg") no-repeat;
	background-size: 23px;
}

div.jp-type-playlist .jp-next {
	background: url("../imagenes/reproductor/avanzar.jpg") no-repeat;
	background-size: 23px;
}

div.jp-type-playlist .jp-next:hover {
	background: url("../imagenes/reproductor/avanzar2.jpg") no-repeat;
	background-size: 23px;
}

/* @end */

/* Barra de progreso */

div.jp-seeking-bg {
	background-color: #dfdfdf;
}

.jp-progress {
	background: #dfdfdf;
	width: 100%;
	height: 5px;
	overflow:hidden;
	margin-top:0px;
}

.jp-seek-bar {
	background: #dfdfdf;
	width:0px;
	height: 100%;
	overflow:hidden;
	cursor:pointer;
}

.jp-play-bar {
	background: #ec12b7;
	width:0px;
	height: 100%;
	overflow:hidden;
}


/* @end */

/* Controles de volumen */

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-volume-max {
	position: absolute;
	top:6px;
	width: 17px;
	height: 12px;
}

/*div.jp-audio ul.jp-controls a.jp-mute,
div.jp-audio ul.jp-controls a.jp-unmute,
div.jp-audio-stream ul.jp-controls a.jp-mute,
div.jp-audio-stream ul.jp-controls a.jp-unmute {
	position: absolute;
	top:120px;
	background: url("../imagenes/sonido3.png") no-repeat;
}*/

div.jp-audio ul.jp-controls a.jp-volume-max,
div.jp-audio-stream ul.jp-controls a.jp-volume-max {
	right:0px;
	background: url("../imagenes/reproductor/audio.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-mute {
	background: url("../imagenes/reproductor/sinaudio2.png") no-repeat;
	right:180px;
}

div.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url("../imagenes/reproductor/sinaudio.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute {
	background: url("../imagenes/reproductor/sinaudio.png") no-repeat;
	right:180px;
}

div.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url("../imagenes/reproductor/sinaudio2.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("../imagenes/reproductor/audio.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url("../imagenes/reproductor/audio2.png") no-repeat;
}

.jp-volume-bar {
	background: #dfdfdf;
	position: absolute;
	top:10px;
	right:28px;
	width: 149px;
	height: 5px;
	overflow: hidden;
}

.jp-volume-bar:hover {
	cursor:  pointer;
}

div.jp-audio-stream .jp-interface .jp-volume-bar {
	width: 149px;
	border-right:1px solid #180920;
	padding-right:1px;
}

.jp-volume-bar-value {
	background: #ec12b7;
	height: 5px;
}

/* @end */

/* Duración y tiempo */

.jp-current-time, .jp-duration {
	width:70px;
	font-size:11px;
	color: #a2a2a2;
	font-weight: bold;
}

.jp-current-time {
	float: left;
}

.jp-duration {
	float: right;
	text-align:right;
}

/* @end */

/* Playlist */

.jp-title ul,
.jp-playlist ul {
	font-size:.7em;
}

.jp-video .jp-title ul {
	margin: 0px;
}

.jp-video .jp-playlist ul {
	margin: 0px;
}

.jp-title li,
.jp-playlist li {
	background-image: url('../imagenes/reproductor/bullet_playlist.png');
	background-repeat: no-repeat;
	background-position: 5px 9px;
	position: relative;
	height: 24px;
	line-height: 24px;
	border-bottom:1px solid #e3e3e3;
	overflow: hidden;
	padding-left:15px;
	padding-right:5px;
}

.jp-title li{
	border-bottom:none;
	border-top:none;
	padding:0;
	text-align:center;
}

div.jp-type-playlist div.jp-playlist li:first-child {
	border-top:none;
}

div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom:none;
}

div.jp-type-playlist div.jp-playlist a {
	color: #000;
	text-decoration:none;
}

div.jp-type-playlist div.jp-playlist a:hover {
	color: #ff03e4;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	background-color: #eeeeee;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{
	color: #000;
}


/* @end */


/*div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}*/

/* @end */
