div.repro-caja{

}
div.jp-audio,
div.jp-video {
    font-size:12px; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
    line-height:1.6;
    color: #000;
    border:0px solid #c8c6c6;
    position:relative;
    border-radius: 3px;
}
div.jp-audio {margin:0 auto;}
div.jp-video-270p {width:325px;}
div.jp-video-360p {width:325px;}
div.jp-video-full {
    /* Rules for IE6 (full-screen) */
    width:325px;
    height:270px;
    /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
    position:static !important; position:relative
}
div.jp-video-full div.jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
    overflow: hidden;
    z-index:1000;
}
div.jp-video-full div.jp-gui {
    /*position: fixed !important;*/ /*position: static;*/ /* Rules for IE6 (full-screen) */
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index:1000;
}
div.jp-video-full div.jp-interface {
    /*position: absolute !important;*/
    /*position: relative;*/ /* Rules for IE6 (full-screen) */
    bottom: 0;
    left: 0;
    z-index:1000;
}
div.jp-interface {position:fixed;top:0px;right:0px;width:300px;z-index:5;background: rgba(153,0,0,1);}
div.jp-audio div.jp-type-single div.jp-interface {height:70px;}
div.jp-audio div.jp-type-playlist div.jp-interface {height:50vh;text-align:center;}
div.jp-video div.jp-interface {border-top:1px solid #009be3;}
/* @group CONTROLS */
div.jp-controls-holder {clear: both;width:325px;margin:0 auto;position: relative;overflow:hidden;top:-8px;}
div.jp-interface ul.jp-controls {list-style-type:none;margin:0;padding:1px;overflow:hidden;}
div.jp-audio ul.jp-controls {width:100%;padding:0px;position:absolute;bottom:0px;right:auto;}
div.jp-video div.jp-type-single ul.jp-controls {width: 780px;margin-left: 200px;}
div.jp-video div.jp-type-playlist ul.jp-controls {width: 1340px;margin-left: 1720px;}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {display:inline-block;text-align: center;}
div.jp-interface ul.jp-controls a {display:block;overflow:hidden;z-index:5;position:relative;}
a.jp-play, a.jp-pause {width:50px;height:50px;margin:5px;color:#aaa;}
a.jp-play {}
a.jp-play:hover {color:#eee;}
a.jp-pause {display: none;}
a.jp-pause:hover {color:#eee;}
a.jp-stop, a.jp-previous, a.jp-next {width:50px;height:50px;margin:5px;position:relative;z-index: 1 !important;}
a.jp-previous {margin:0px;color:#aaa;}
a.jp-next {margin:0px;color:#aaa;}
a.jp-previous {}
a.jp-previous:hover {color:#eee;}
a.jp-next {}
a.jp-next:hover {color:#eee;}
/* @end */
/* @group progress bar */
div.jp-progress {background-color:#999;}
div.jp-audio div.jp-progress {overflow:hidden;position:absolute;bottom:70px;height: 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: 0px;width: 100%;}
div.jp-video div.jp-progress {top:0px;left:0px;width:100%;height:5px;}
div.jp-seek-bar {background-color:#666;width:0px;height:5px;cursor: pointer;}
div.jp-play-bar {background-color:#333;height:5px;width:0px;}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {}
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	display: none !important;
	position:absolute;
	right:5px;
    width:18px;
    height:15px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
}
div.jp-audio a.jp-volume-max {
    margin-left: 56px;	
    display: none !important;
}

/*
a.jp-mute {background: url("../img/repro_sprite.png") 1px -118px no-repeat;}
a.jp-mute:hover {background: url("../img/repro_sprite.png") 1px -134px no-repeat;}
a.jp-unmute {background: url("../img/repro_sprite.png") -19px -118px no-repeat;display: none;}
a.jp-unmute:hover {background: url("../img/repro_sprite.png") -19px -134px no-repeat;}
a.jp-volume-max {background: url("../img/repro_sprite.png") 0 -186px no-repeat;}
a.jp-volume-max:hover {background: url("../img/repro_sprite.png") -19px -186px no-repeat;}

*/

div.jp-volume-bar {position:absolute;top:80px;overflow:hidden;background-color:#666;width:76px;height:10px;cursor:pointer;margin:0 auto;left:auto;right:auto;display:none !important;}
div.jp-audio div.jp-volume-bar {}
div.jp-volume-bar-value {background-color:#333;width:0px;height:10px;}

/* @end */


a.jp-ver {position:absolute;top:5px;right:5px;width:50px;height:50px;margin:5px;display:none;color:#aaa;}
a.jp-ver:hover {color:#eee;}

/* @group current time and duration */

div.jp-audio div.jp-time-holder {position:absolute !important;color:#ccc !important;top:35px;margin:0 auto;left:15px;right:15px;}
div.jp-audio div.jp-type-single div.jp-time-holder {width:186px;}
div.jp-audio div.jp-type-playlist div.jp-time-holder {}

div.jp-current-time,
div.jp-duration {
    /*width:60px;*/
    font-size:12px;
    font-weight:bold;
}
div.jp-current-time {
    display:inline-block;
}
div.jp-duration {
    display:inline-block;
}

div.jp-video div.jp-current-time {
    margin-left:20px;
}
div.jp-video div.jp-duration {
    margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-title {
	position:absolute;
    left:15px;
    right:15px;
    top: 18px;
    font-weight:bold;
    cursor: default;
    margin:0 auto;
    z-index: 999 !important;
    text-indent: 0px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    color: #ccc !important;
    text-shadow: 0px 0px 1px #fff !important;
    white-space: nowrap;   
    overflow: hidden !important;
    text-overflow: ellipsis;
}
div.jp-playlist {
	position:fixed;
	bottom:0px;
	right:0px;
	display:block;
    width:300px;
    height:50vh;
    box-sizing:border-box;
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:0px;
    margin-top:0px;
    overflow-x:hidden;
    overflow-y:auto;
    background:#191919;
    z-index:5;
    /*
    overflow-y: scroll;
    overflow-x: hidden;
    */
    border: none;
    display: block;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
    border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
    list-style-position: inside;
    margin:0;
    padding:0;
    font-size:12pt;
    width:100%;
    box-sizing:border-box;
    display: block; 
	list-style: none outside none;
}
div.jp-title ul li:nth-child(odd) ,
div.jp-playlist ul li:nth-child(odd) {
} 
div.jp-title ul li:nth-child(even) ,
div.jp-playlist ul li:nth-child(even) {
} 
div.jp-title li {
    padding:5px 0;
    font-weight:bold;
    list-style:none;
}
div.jp-playlist li {
    padding:0px;
    border-bottom:1px solid #444;
}

div.jp-playlist li div {
    display:inline;
}
div.jp-playlist li div a {
    padding: 8px 15px !important;
    display: block;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li{

}/*
div.jp-type-playlist div.jp-playlist li:last-child {
        padding:5px 0 5px 20px;
        border-bottom:none;
}*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    /*list-style-type:square;
    list-style-position:inside;*/


}
.jp-playlist .opcion{float: right;}
.jp-playlist a.opcion{float: right;text-indent: -999px;display: block;padding: 0px !important;width: 20px;height: 20px;margin-right: 5px;margin-top: 4px;background: #999999;z-index: 999;}
.jp-playlist a.descarga{background: url(download.png) no-repeat;width: 16px;height: 16px;}
.jp-playlist a.enlace{background: url(go.png) no-repeat; width: 20px;height: 20px;}
.jp-playlist a.dedicar{background: url(message.png) no-repeat;width: 20px;height: 20px;}
.jp-playlist a.agregar{background: url(add.png) no-repeat;width: 22px;height: 16px;}
div.jp-type-playlist div.jp-playlist a {color:#aaa;font-size:15px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
div.jp-type-playlist div.jp-playlist a:hover {color:#000000;}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {color:#990000;color:#ddd;}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {background:#333;}
div.jp-type-playlist div.jp-playlist li:hover {background:#444;}
div.jp-type-playlist div.jp-playlist li:hover a {color:#ccc;}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-add {
    float:right;
    display:inline;
    text-align:right;
    margin:0px;
    font-weight:bold;
    color:#aaa;
    padding: 5px !important;
    width: 30px;
    height: 30px;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-add:hover {color:#fff;}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-share {
    float:right;
    display:inline;
    text-align:right;
    margin:0px;
    font-weight:bold;
    color:#aaa;
    padding: 5px !important;
    width: 30px;
    height: 30px;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-share:hover {color:#fff;}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
    font-weight:bold;
    color:#F00;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
    color:#F00;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
    color:#0d88c1;
}
span.jp-artist {
    font-size:.8em;
    color:#F00;
}

/* @end */

div.jp-video-play {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    cursor:pointer;
    background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
    height:270px;
}
div.jp-video-360p div.jp-video-play {
    height:325px;
}
div.jp-video-full div.jp-video-play {
    height:100%;
    z-index:1000;
}
a.jp-video-play-icon {
    position:relative;
    display:block;
    width: 112px;
    height: 100px;

    margin-left:-56px;
    margin-top:-50px;
    left:50%;
    top:50%;

    background: url("jplayer.video.play.png") 0 0 no-repeat;
    text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
    background: url("jplayer.video.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
    width:0px;
    height:0px;
}

div.jp-jplayer {
    background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

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

div.jp-audio .jp-type-single ul.jp-toggles {
    width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
    width:55px;
    margin: 0;
    position: absolute;
    left: 310px;
    top: 3px;
}

div.jp-video ul.jp-toggles {
    margin-top:10px;
    width:100px;
}

ul.jp-toggles li {
    display:block;
    float:right;
}

ul.jp-toggles li a {
    display:block;
    width:25px;
    height:18px;
    text-indent:-9999px;
    line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
    background: url("jplayer.png") 0 -310px no-repeat;
    margin-left: 20px;
}

a.jp-full-screen:hover {
    background: url("jplayer.png") -30px -310px no-repeat;
}

a.jp-restore-screen {
    background: url("jplayer.png") -60px -310px no-repeat;
    margin-left: 20px;
}

a.jp-restore-screen:hover {
    background: url("jplayer.png") -90px -310px no-repeat;
}

a.jp-repeat {
    background: url("jplayer.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
    background: url("jplayer.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
    background: url("jplayer.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
    background: url("jplayer.png") -90px -290px no-repeat;
}

a.jp-shuffle {
    background: url("jplayer.png") 0 -270px no-repeat;
    margin-left: 5px;
}

a.jp-shuffle:hover {
    background: url("jplayer.png") -30px -270px no-repeat;
}

a.jp-shuffle-off {
    background: url("jplayer.png") -60px -270px no-repeat;
    margin-left: 5px;
}

a.jp-shuffle-off:hover {
    background: url("jplayer.png") -90px -270px no-repeat;
}
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
    position:absolute;
    width:325px;
    left:10%;
    top:20%;
    padding:5px;
    font-size:.8em;
    background-color:#990000;
    border:2px solid #009be3;
    color:#fff;
    display:none;
}
.jp-no-solution a {
    color:#ccc;
}
.jp-no-solution span {
    font-size:1em;
    display:block;
    text-align:center;
    font-weight:bold;
}
.jp-footer{
    height: 24px;

    font-size: 12px;
    background:#e6e6e6 url(fondo_icos.gif) repeat-x;
    border-top: 1px solid #060;

}
.jp-footer a{
    float: left;
    display: block;
    /* padding: 3px;*/
    margin-right: 5px;
    margin-left: 5px;
    color: #444;
    text-decoration: none;

}
.jp-footer a.video{
    background: url(videos_ico.gif) repeat-x;
    text-indent: -9999px;
    width: 66px;
    height: 20px;
    margin-top: 2px;
}
.jp-footer a.letra{
    background: url(lyrics.ico.gif) no-repeat;
    text-indent: -9999px;
    width: 66px;
    height: 20px;
    margin-top: 2px;
}

.jp-footer .right {
    width: 100px !important;
    display: block;
    padding: 3px;
    position: relative;
    margin-top: 4px;
    margin-right: 4px;
}
.jp-footer .right,
.jp-footer .right a{
    float: right;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0px;


}
.jp-footer .right a.facebook{
    background: url(facebook.png) no-repeat;
}
.jp-footer .right a.twitter{
    background: url(twitter.png) no-repeat;
}
/* @end */
.jp-stop{
    display: none !important
}


@media screen and (min-width:2961px){
	div.jp-playlist {display:block !important;}
	div.jp-title{bottom: 170px !important;top:auto;white-space:normal;font-size: 22px !important;}
	div.jp-current-time, div.jp-duration{font-size: 28px;}
	div.jp-audio div.jp-time-holder{font-size: 28px;}
	div.jp-audio div.jp-time-holder{bottom: 105px !important;top:auto;}
}
@media screen and (max-width:2960px){
	div.jp-playlist {bottom:0px;height:100vh;display:block;}
	div.jp-interface {bottom:0px;width:calc(100% - 300px);height:70px !important;top:auto;margin-right:300px;}
	div.jp-title ul, div.jp-playlist ul{margin-bottom:75px;}
	div.jp-audio ul.jp-controls{text-align:left;padding-left: 18px;}
	div.jp-title{left:auto;right:20px;text-align:left;}
	div.jp-audio div.jp-time-holder {left:auto;right:20px;text-align:left;}
}
@media screen and (max-width:960px){
	div.jp-playlist {bottom:0px;height:100vh;display:none;box-shadow:-8px -15px 50px 0px #050505;}
	div.jp-interface {bottom:0px;width:100%;height:70px !important;top:auto;margin-right:initial;}
	div.jp-title ul, div.jp-playlist ul{margin-bottom:75px;}
	a.jp-ver{display:block;}
	a.jp-previous{display:none !important;}
	div.jp-audio ul.jp-controls{text-align:left;padding-left:3px;}
	div.jp-title{left:130px;right:70px;text-align:left;}
	div.jp-audio div.jp-time-holder {left:130px;right:70px;text-align:left;}
}