div#playerCompetenciaVina {
position: relative;
width: 638px;
/*min-height: 50px;*/
/*background-color: #fff;*/
/*padding: 10px;*/
}

/*div.artista-musica ul {
list-style-type: none;
margin:0px;
padding:0px;
}*/

div.jp-audio {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
}

div.jp-interface {
	position: relative;
	margin-bottom:0px;
	width:100%;
	height: auto;
}

/* Controles */

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding: 2px;
	overflow:hidden;
	height: 40px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom: 15px;
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height: 34px;
	margin-right:1px;
	padding: 0;
}

/* Controles del playlist */

div.jp-type-playlist .jp-controls li a{
	width: 33px;
	height: 33px;
	background-size: 32px;
	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/play.jpg") no-repeat;
}

div.jp-type-playlist .jp-play:hover {
	background: url("../imagenes/reproductor/play2.jpg") no-repeat;
}

div.jp-type-playlist .jp-pause {
	background: url("../imagenes/reproductor/stop.jpg") no-repeat;
}

div.jp-type-playlist .jp-pause:hover {
	background: url("../imagenes/reproductor/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;
}

div.jp-type-playlist .jp-previous {
	background: url("../imagenes/reproductor/retroceder.jpg") no-repeat;
}

div.jp-type-playlist .jp-previous:hover {
	background: url("../imagenes/reproductor/retroceder2.jpg") no-repeat;
}

div.jp-type-playlist .jp-next {
	background: url("../imagenes/reproductor/avanzar.jpg") no-repeat;
}

div.jp-type-playlist .jp-next:hover {
	background: url("../imagenes/reproductor/avanzar2.jpg") no-repeat;
}

/* @end */

/* Barra de progreso */

div.jp-seeking-bg {
	background-color: #dfdfdf;
}

.jp-progress {
	position: absolute;
	top:17px;
	left:165px;
	background: #dfdfdf;
	width: 320px;
	height: 5px;
	overflow:hidden;
}

.jp-seek-bar {
	background: #dfdfdf;
	width:0px;
	height: 5px;
	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:0px;
	width: 17px;
	height: 12px;
}

div.jp-audio ul.jp-controls a.jp-volume-max,
div.jp-audio-stream ul.jp-controls a.jp-volume-max {
	right:8px;
	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:110px;
}

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:110px;
}

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:17px;
	right:10px;
	width: 120px;
	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 {
	position: absolute;
	left: 164px;
	top:25px;
}

.jp-duration {
	position: absolute;
	left: 456px;
	top:25px;
}

/* @end */

/* Playlist */

.cancionactual {
position: absolute;
left:167px;
top:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
}

.cancionactual span {
font-weight: bold;
}

/* @end */