/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 1.0
 * Date: 18th February 2010
 */
#jplayer_title_track{color:#ebebeb !important;width:238px;text-align:left;font-size:14px;left:70px;top:45px;position:absolute;z-index:11;}
div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:12px;
margin-top:0px;
height:70px;
width:958px;
float:left;
	font-family: Arial, sans-serif;
	line-height:1.6;
	color: #000;
	background:black;
	border-bottom:1px solid #222;
	margin-bottom:0px;

}
div.jp-interface {
	position: relative;

	width:958px;
	
	margin-top:0px !important;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:left;
	
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface  ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
	
}
div.jp-interface  ul.jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
	margin-top:5px !important;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top:10px;
	width:20px;
	height:20px;
	cursor: pointer;
	z-index:110;
	left:0px;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:15px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:15px;
}
li.jp-play {
	background: url("../portada/play.jpg") 0 0 no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
li.jp-play:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
li.jp-pause {
	background: url("../portada/pause.jpg") 0 0 no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
li.jp-pause:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
li.jp-stop {
	position: absolute;
	top:10px;
	background: url("../portada/stop.jpg") 0 0 no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	width:20px;
	height:20px;
	right:0px;
	cursor: pointer;
	z-index:110;
}
div.jp-single-player li.jp-stop {
	left:35px;
}
div.jp-playlist-player li.jp-stop {
	left:35px;
}
li.jp-stop:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
li.jp-previous {
	position: absolute;
	left:55px;
	top:10px;
	background: url("../portada/previous.jpg") 0 0 no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	width:20px;
	height:20px;
	cursor: pointer;
	z-index:110;
}
li.jp-previous:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
li.jp-next {
	position: absolute;
	left:75px;
	top:10px;
	background: url("../portada/next.jpg") 0 0 no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	width:20px;
	height:20px;
	cursor: pointer;
		z-index:110;
}
li.jp-next:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:0px;
	background-color: #470307;
	width:958px;
	height:10px;
	right:0;
	z-index:10;
	left:0px;

}
div.jp-single-player div.jp-progress {

}
div.jp-playlist-player div.jp-progress {

}
div.jp-load-bar {
	background: url("../images/jplayer.red.jpg") 0px -202px repeat-x;
	width:0px;
	height:10px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/jplayer.red.jpg") 0px -230px repeat-x ;
	width:0px;
	height:10px;

}
li.jp-volume-min {
	position: absolute;
	top:30px;
	background: url("../images/jplayer.red.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:20px;
}
div.jp-playlist-player li.jp-volume-min {
	left:20px;
}
li.jp-volume-min:hover {
	background: url("../images/jplayer.red.jpg") -19px -170px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:0px;
	background: url("../images/jplayer.red.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:346px;
}
div.jp-playlist-player li.jp-volume-max {
	left:368px;
}
li.jp-volume-max:hover {
	background: url("../images/jplayer.red.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:42px;
	background: url("../images/jplayer.red.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("jplayer.red.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:20px;
	width:70px;
	font-size:12px;
	font-style:oblique;
	color:#555;
z-index:222222222222;
	
	
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:100px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:20px;
}
div.jp-playlist {
	width:20px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 10px 0;
	background-color:#ddd;
	border:1px solid #DEDEDE;
	border-top:none;
	width:300px;
	font-size:.75em;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:10px 20px 20px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#990000;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#990000;
}