


#player_pulsar {
	position: relative;
	width: 278px;
	min-height: 350px;
	background-color: #000000;
	
}

#player_pulsar 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;
	width:100%;
	margin-top: 10px;
	padding: 0px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

div.jp-interface {
	position: relative;
	margin-bottom:13px;
	width:100%;
	
	
}

div.jp-audio .jp-interface {
	height: 60px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

/*div.jp-audio-stream .jp-interface {
	height: 50px;
}

*/
/* Controles */

div.jp-controls-holder {
	clear: both;
	margin:0 auto 10px auto;
	position: relative;
	overflow:hidden;
	
	
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding: 1px 0 2px 1px;
	overflow:hidden;
	width: 201px;
	height: 34px;
}

div.jp-audio ul.jp-controls,
div.jp-audio-stream ul.jp-controls {
	padding: 0px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.jp-audio-stream ul.jp-controls {
	width: 100px;
	position: relative;
	
}

div.jp-video ul.jp-controls {
	margin:0 0 0 115px;
	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: 33px;
	height: 33px;
	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("../img/player/musica-2.png") no-repeat;
	background-size:contain;
}


div.jp-type-playlist .jp-play:hover {
	background: url("../img/player/musica-2b.png") no-repeat;
	background-size:contain;
	
}

div.jp-type-playlist .jp-pause {
	background: url("../img/player/musica-6.png") no-repeat;
	background-size:contain;
}

div.jp-type-playlist .jp-pause:hover {
	background: url("../img/player/musica-6b.png") no-repeat;
	background-size:contain;
}

div.jp-type-playlist .jp-stop {
	background: url("../img/player/musica-4.png") no-repeat;
	background-size:contain;
}

div.jp-type-playlist .jp-stop:hover {
	background: url("../img/player/musica-4b.png") no-repeat;
	background-size:contain;
}

div.jp-type-playlist .jp-previous {
	background: url("../img/player/musica-1.png") no-repeat;
	background-size:contain;
	
}

div.jp-type-playlist .jp-previous:hover {
	background: url("../img/player/musica-1b.png") no-repeat;
	background-size:contain;
}

div.jp-type-playlist .jp-next {
	background: url("../img/player/musica-5.png") no-repeat;
	background-size:contain;
}

div.jp-type-playlist .jp-next:hover {
	background: url("../img/player/musica-5b.png") no-repeat;
	background-size:contain;
}

/* @end */

/* Barra de progreso */

div.jp-seeking-bg {
	background-color: #fff;
		float: left;
}

.jp-progress {
	background: #fff;
	width: 100%;
	height: 5px;
	overflow:hidden;
	margin-top:10px;
		float: left;
}

.jp-seek-bar {
	background: #c7c7c7;
	width:0px;
	height: 100%;
	overflow:hidden;
	cursor:pointer;
	float: left;
}

.jp-play-bar {
	background: #078fbe;
	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:13px;
	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("../img/player/sonido2.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-mute {
	background: url("../img/player/sonido3.png") no-repeat;
	right:100px;
}

div.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url("../img/player/sonido3b.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute {
	background: url("../img/player/sonido1.png") no-repeat;
	right:100px;
}

div.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url("../img/player/sonido1b.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("../img/player/sonido2.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url("../img/player/sonido2b.png") no-repeat;
}

.jp-volume-bar {
	background: #999999;
	position: absolute;
	top:17px;
	right:28px;
	width: 68px;
	height: 3px;
	overflow: hidden;
}

.jp-volume-bar:hover {
	cursor:  pointer;
}

div.jp-audio-stream .jp-interface .jp-volume-bar {
	width: 97px;
	border-right:1px solid #180920;
	padding-right:1px;
}

.jp-volume-bar-value {
	height: 3px;
	background-color: #cc172f;
}

/* @end */

/* Duración y tiempo */

.jp-current-time, .jp-duration {
	width:70px;
	font-size:0.55em;
	color: #000;
	font-weight: bold;
}

.jp-current-time {
	float: left;
    padding-left: 5px;
}

.jp-duration {
	float: right;
	text-align:right;
	padding-right:5px;
}

/* @end */

/* Playlist */

.jp-playlist,
.jp-playlist ul {
display: inline-block;
margin: 0px 0px 10px 0px;
width: 100%;
}

.jp-playlist li {
position: relative;
}

div.player-artistas .jp-playlist {
height: 270px;
width: 295px;
padding-right:5px;


}

.jp-title ul,
.jp-playlist ul {
	list-style-type:none;	
	font-size:.7em;
	padding-left:0;
	display:block;

}

.jp-playlist ul {
    height: 600px;
    overflow-y: scroll;
}

.reproductor-competencia .jp-title ul,
.reproductor-competencia .jp-playlist ul,
.reproductor-artista .jp-playlist ul {
overflow-y: auto;
height: auto;
}

.jp-video .jp-title ul {
	margin: 0 20px 10px;
}

.jp-video .jp-playlist ul {
	margin: 0 20px;
}

.jp-title li,
.jp-playlist li {
	position: relative;
	height: 24px;
	line-height: 24px;
	border-bottom:1px solid #999999;
	padding-left:150px;
	padding-right:5px;
	overflow: hidden;
}

.jp-playlist li span.jp-artist {
	position: absolute;
	width: 140px;
	left:5px;
	top:0px;
	font-weight: bold;
	font-size: 12px;
	height: 27px;
	white-space:nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}

.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: #616161;
	text-decoration:none;
}

div.jp-type-playlist div.jp-playlist a:hover {
	color: #e12137;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	background-color: #C1C1C1;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{
	color: #333;
}


/* @end */


/*div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}*/

/* @end */
