<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { margin:0; }
div.jp-audio,
div.jp-audio-stream,
div.jp-video {
	font-size:0.7em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-audio {
	width:234px;
	height:42px;
	background: #f5f5f5;
	border-radius:22px 10px 10px 22px;
	border:2px solid #eee;
	padding:2px 0 0;
}
div.jp-audio-stream {
	width:182px;
}

/* estructura propia ivoox */
div .jp_left_side, div .jp_right_side {
	position: relative;
	display:inline-block;
	height:40px;
	width:35px;
	vertical-align:top;
}
div .jp_left_side ul.jp-controls { margin: 0;}
div .jp_right_side {
	width:188px;
}
div .jp_right_side div.jp_right_1, div .jp_right_side div.jp_right_2, div .jp_right_side div.jp_right_3{
	width:100%;
	display:inline-block;
    float:left;
}
div .jp_right_side div.jp_right_1{
	height:35px;
}
div .jp_right_side div.jp_right_2{
	height:28px;
}
div .jp_right_side div.jp_right_3{
	height:35px;
}
div .jp_right_side div.jp_right_2 { vertical-align:top;}

div.jp_right_1_1, div.jp_right_1_2, div.jp_right_3_1, div.jp_right_3_2, div.jp_right_3_3, div.jp_right_3_4, div.jp_right_3_5, div.jp_right_3_6 {	
	display:inline-block;
	font-size:0.6rem;
	vertical-align:middle;
	float:left; 
	height:40px;
}
div.jp_right_1_1{
	vertical-align:bottom;
	color:#b0b0b0;
	width:30%;
}
div.jp_right_1_1 span{
	margin:18px 0 0;
	float:left;
}
div.jp_right_1_2{
	float:right;
	margin-top:10px;
}

div.jp_right_3_6  a img{border:0;}

div.jp_right_3_1 { width:22px;/*width: 65px; padding-left:20px; background: url("../../../images/jplayer_download.btn.png") left no-repeat;*/ border-right:1px solid #eee; }
div.jp_right_3_1 a {color:#666; display:inline-block; margin:12px 0 0;}
div.jp_right_3_1 a img { border:0;}
div.jp_right_3_2 { margin: 7px 0px 0 9px;
text-align: left;
position: absolute;
left: 18px;
height: 16px;}
div.jp_right_3_3 { /*width: 50px;*/ width:139px; margin-left:4px;}
div.jp_right_3_4 { /*width: 48px; border-right:1px solid #eee;*/margin: 7px 5px 0; text-align:right; position:absolute; right:18px; height: 16px;}
div.jp_right_3_5 { width: 30px; border-right:1px solid #eee; border-left:1px solid #eee;}
div.jp_right_3_5 ul.jp-controls li { margin: 6px 0;}
div.jp_right_3_6 { float:right; margin:10px 0 0 0; /*display: none;*/}

div.jp_right_1_2 a { 
	text-decoration:none;
	display:inline-block;
}

div.comment_player_btn, div.like_player_btn {
	background: #fff;
	color: #333;
	padding: 2px 5px 2px 25px;
	border-radius: 3px;
	text-align:center;
	border: 1px solid #e1e1e1;
	font-size:0.6rem;
	text-decoration:none;
}
div.comment_player_btn { background: #fff url("../../../images/jplayer.comment.btn.png") 7px 5px no-repeat;}
div.like_player_btn { background: #fff url("../../../images/jplayer.like.btn.png") 7px 5px no-repeat;}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	/*width: 380px;
	padding:20px 20px 0 20px;*/
	padding:5px 0 0 5px;
}

div.jp-video ul.jp-controls,
ul.jp-controls li {
	display:inline-block;
	float: left;
}

ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:35px;
	height:35px;	
}

ul.jp-controls a.jp-play:focus, ul.jp-controls a.jp-pause:focus, a.jp-mute:focus, a.jp-unmute:focus{outline:none;}

a.jp-play {
	background: url("../../../images/jplayer.orange_play_s.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../../../images/jplayer.orange_play_s.png") 0 0 no-repeat;
}
a.jp-pause {
	background: url("../../../images/jplayer.orange.pause_s.png") 0 0 no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../../../images/jplayer.orange.pause_s.png") 0 0 no-repeat;
}
/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	/*position: absolute;
	top:32px;*/
	height: 6px;
	margin: 23px 0 0 0px;
	border-radius:5px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	/*width:186px;*/
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	/*width:130px;*/
}
div.jp-seek-bar {
	background: url("../../../images/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../../../images/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("../../../images/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:18px;
	/*margin-top:12px;*/
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	/*margin-left: 210px;	*/
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	/*margin-left: 154px;*/
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

a.jp-mute {
	/*background: url("../../../images/jplayer.blue.monday.jpg") 0 -170px no-repeat;*/
	background: url("../../../images/jplayer.volume_on.btn.png") 0 0 no-repeat;
}
a.jp-mute:hover {
	/*background: url("../../../images/jplayer.blue.monday.jpg") -19px -170px no-repeat;*/
	background: url("../../../images/jplayer.volume_on.btn.png") 0 0 no-repeat;
}
a.jp-unmute {
	/*background: url("../../../images/jplayer.blue.monday.jpg") -60px -170px no-repeat;*/
	background: url("../../../images/jplayer.volume_off.btn.png") 0 0 no-repeat;
	display: none;
}
a.jp-unmute:hover {
	/*background: url("../../../images/jplayer.blue.monday.jpg") -79px -170px no-repeat;*/
	background: url("../../../images/jplayer.volume_off.btn.png") 0 0 no-repeat;
}

div.jp-volume-bar {
	/*position: absolute;*/
	overflow:hidden;
	background: url("../../../images/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
	display:inline-block;
}
div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-volume-bar-value {
	background: url("../../../images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	/*position:absolute;
	top:50px;*/
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	/*left:110px;
	width:186px;
	display:inline-block;*/
	/*margin:13px 0 0;*/
	color:#999;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	
	/*width:60px;*/
	font-size:.64rem;
	/*font-style:oblique;*/
}
div.jp-current-time {
	/*float: left;*/
	display:inline-block;
}
div.jp-duration {
	/*float: right;*/
	display:inline-block;
	text-align: right;
}

/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */</pre></body></html>