<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#audio-player-emol {
background-color: #efefef;
padding:10px;
float:left;
width:100%;
box-sizing: border-box;
border: 1px solid #ccc;
margin-bottom:10px;
border-radius: 4px;
}

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;
	float: left;
	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: 70px;
	margin: 0px;
	padding: 0px;
}

/*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;
	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: 33px;
	height: 33px;
	cursor: pointer;
	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("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-2.png") no-repeat;
}

div.jp-type-playlist .jp-play:hover {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-2b.png") no-repeat;
}

div.jp-type-playlist .jp-pause {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-6.png") no-repeat;
}

div.jp-type-playlist .jp-pause:hover {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-6b.png") no-repeat;
}

div.jp-type-playlist .jp-stop {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-4.png") no-repeat;
}

div.jp-type-playlist .jp-stop:hover {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-4b.png") no-repeat;
}

div.jp-type-playlist .jp-previous {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-1.png") no-repeat;
}

div.jp-type-playlist .jp-previous:hover {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-1b.png") no-repeat;
}

div.jp-type-playlist .jp-next {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-5.png") no-repeat;
}

div.jp-type-playlist .jp-next:hover {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/musica-5b.png") no-repeat;
}

/* @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: #ffffff;
	width:0px;
	height: 100%;
	overflow:hidden;
	cursor:pointer;
	float: left;
}

.jp-play-bar {
	background: #9f68b8;
	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("http://www.emol.com/especiales/2015/magazine/festival-vina/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("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/sonido2.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-mute {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/sonido3.png") no-repeat;
	right:100px;
}

div.jp-interface ul.jp-controls a.jp-mute:hover {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/sonido3b.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-unmute {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/sonido1.png") no-repeat;
	right:100px;
}

div.jp-interface ul.jp-controls a.jp-unmute:hover {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/sonido1b.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/sonido2.png") no-repeat;
}

div.jp-interface ul.jp-controls a.jp-volume-max:hover {
	background: url("http://www.emol.com/especiales/2015/magazine/festival-vina/img/player/sonido2b.png") no-repeat;
}

.jp-volume-bar {
	background: #fff;
	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: #9f68b8;
}

/* @end */

/* DuraciÃ³n y tiempo */

.jp-current-time, .jp-duration {
	width:70px;
	font-size:11px;
	color: #000;
	font-weight: bold;
	margin-top:5px;
}

.jp-current-time {
	float: left;
}

.jp-duration {
	float: right;
	text-align:right;
}

/* @end */

/* Playlist */

div.player-general .jp-playlist {
height: 200px;
overflow-y: scroll;
width: 295px;
padding-right:5px;
}

div.player-artistas .jp-playlist {
height: 270px;
width: 295px;
padding-right:5px;
overflow-y: scroll;
}

.jp-title ul,
.jp-playlist ul {
	list-style-type:none;	
	font-size:.7em;
	
}

.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 #9f68b8;
	overflow: hidden;
	padding-left:145px;
	padding-right:5px;
}

.jp-playlist li span.jp-artist {
	position: absolute;
	width: 145px;
	left:5px;
	top:0px;
	font-weight: bold;
	font-size: 12px;
}

.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: #000;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	background-color: #fff;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{
	color: #000;
}


/*@media (max-width: 600px) {

#audio-player-emol {
width:100%;
}

}*/</pre></body></html>