﻿#UCReproductor_divInferiorReproductor
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 110px;
    background: tranparent;
    color: #dddddd;
    z-index: 500;
    border: 0px solid #000000;
}

#divSubInferiorReproductor
{
    width: calc((100%)- (4px));
    font-family: Verdana;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 2px solid  var(--tema-bgcolor-intellifinder);
    background: url(../../images/transparente_rosa.png);
    display: none;
}

.btnSaveEtiqueta
{
    padding: 10px;
    color:  var(--tema-bgcolor-intellifinder);
}
.ui-menu
{
    width: 150px;
}

#menuZoom
{
    position: absolute;
    display: none;
    border: #000000 0px solid;
    text-align: left;
    background: url(../../images/semi_transparent_oscuro.png);
    z-index: 999999999999999;
    padding: 3px 3px 0px 3px;
}

#menuZoom ul
{
    list-style-type: none;
    padding: 0px;
    border: 1px solid  var(--tema-bgcolor-intellifinder);
    padding: 5px 5px 5px 5px;
    margin-top: 0px;
}

#menuZoom li a
{
    color:  var(--tema-bgcolor-intellifinder);
    font-size: smaller;
    text-decoration: none;
}

#menuZoom li a:hover
{
    color: #636363;
    text-decoration: none;
}

.menuDesplegableBloque
{
    height: 90px;
    color:  var(--tema-bgcolor-intellifinder);
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    border-left: 3px solid  var(--tema-bgcolor-intellifinder);
}

div.jp-volume-bar-value
{
    background: url("img/jplayer.blue.monday.jpg") 0 -256px repeat-x;
    width: 0px;
    height: 5px;
}

a.notVideo
{
     background-image: url("img/video_hover.png") !important;
     cursor: not-allowed;
     text-decoration:none;
}

a.boton-video
{
    width: 25px;
    height: 25px;
    background-image: url("img/video.png");
    background-repeat:no-repeat;
    position: absolute;
    left: 25px;
    top: 10px;
}

a.boton-video:hover
{
    background-image: url("img/video_hover.png");
    background-repeat:no-repeat;
}

a.boton-etiquetas
{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 60px;
    top: 10px;
    background-image: url("img/etiqueta.png");
    background-repeat:no-repeat;
}

a.boton-etiquetas:hover
{
    background-image: url("img/etiqueta_hover.png");
    background-repeat:no-repeat;
}

a.boton-downloadGrb
{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 115px;
    top: 10px;
    background-image: url("img/downloadGrb.png");
    background-repeat:no-repeat;
}

a.boton-downloadGrb:hover
{
    background-image: url("img/downloadGrb_hover.png");
    background-repeat:no-repeat;
}

a.boton-zoom
{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 85px;
    top: 10px;
    background-image: url("img/zoom.png");
    background-repeat:no-repeat;
    cursor:pointer;
}


a.boton-zoom:hover
{
    background-image: url("img/zoom_hover.png");
    background-repeat:no-repeat;
}

a.boton-transcripcion
{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 115px;
    top: 10px;
    background-image: url("img/transcripcion.png");
    background-repeat:no-repeat;
    text-decoration: none;
}

a.boton-transcripcion:hover
{
    background-image: url("img/transcripcion_hover.png");
    background-repeat:no-repeat;
}

a.jp-play
{
    background: url("img/play.png"); /*background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;*/
}
a.jp-play:hover
{
    background: url("img/play_hover.png");
}
a.jp-pause
{
    background: url("img/pausa.png"); /*background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;*/
    display: none;
}
a.jp-pause:hover
{
    background: url("img/pausa_hover.png");
}


a.jp-stop
{
    /*background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;*/
    background-image: url("img/stop.png");
    background-repeat:no-repeat;
    margin-left: 10px;
}

a.jp-stop:hover
{
    background-image: url("img/stop_hover.png");
    background-repeat:no-repeat;
}

.barraDesplazamiento > .jp-progress > .jp-seek-bar
{
	background: url("img/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}

.formaOnda>.jp-progress>.jp-seek-bar>.jp-play-bar
{
    background: url("img/fondo-play-bar.png");
    width: 0px;
    height: 100%;
}

 .barraDesplazamiento>.jp-progress>.jp-seek-bar>.jp-play-bar
{
    /*background-color:#178fcb;*/
    background-color: var(--tema-bgcolor-intellifinder);
    width: 0px;
    height: 100%;
}

#divEditorEtiquetas{
    width: 100%; 
    border-top: 3px solid  var(--tema-bgcolor-intellifinder);
    min-height: 40px;
    padding: 10px 20px 10px 20px;
    position: relative; 
    display: none;
}