/* Reproductor */

.wraperCarrusel {
    width: 75.846em;
    margin: 0 auto;
    min-height: calc(317px - 2.4em);
    display: flex;
    padding: 1.2em;
}

.video-accesible {
    display: block;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: right;
}

.wraperCarrusel .video-accesible {
    width: 50%;
    margin: 0;
}

.view-id-cabecera_subhome .video-accesible {
    width: 43%;
    min-height: 23em;
    margin: 17px auto 0;
}

.wraperCarrusel .video-accesible iframe {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

/* Reproductor */

.reproductor-accesible {
    position: absolute;
    bottom: -25px;
    left: 0
}

.pane-video-de-la-home .view-display-id-block_3 .reproductor-accesible {
    bottom: 30px;
}

/*botones reproductor*/

.liControl {
    display: inline-block;
}

.liControl button {
    border: none;
    padding: 0.5em 0.9em 0 1.3em;
    text-indent: -3333px;
    display: inline-block;
    width: 22px;
    overflow: hidden;
    margin-right: 1px;
}

.liControl button:focus,
.liControl button:hover {
    cursor: pointer;
    outline: 1px solid red;
    width: 22px;
}

.btnPlayerControl[id*="btnPlay_reproductor"] {
    background: url("../img/ico_reproductor/play.jpg") no-repeat scroll center bottom #1B1B1B;
}

.btnPlayerControl[id*="btnVolumeDown_reproductor"] {
    background: url("../img/ico_reproductor/bajar.jpg") no-repeat scroll center bottom #1B1B1B;
}

.btnPlayerControl[id*="btnVolumeUp_reproductor"] {
    background: url("../img/ico_reproductor/subir.jpg") no-repeat scroll center bottom #1B1B1B;
}

.btnPlayerControl[id*="btnMute_reproductor"] {
    background: url("../img/ico_reproductor/silencio.jpg") no-repeat scroll center bottom #1B1B1B;
}

.btnPlayerControl[id*="btnFw30Secs_reproductor"] {
    background: url("../img/ico_reproductor/delante.jpg") no-repeat scroll center bottom #1B1B1B;
}

.btnPlayerControl[id*="btnBw30Secs_reproductor"] {
    background: url("../img/ico_reproductor/atras.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnPlay_youtube_empleo {
    background: url("../img/ico_reproductor/play.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnVolumeDown_youtube_empleo {
    background: url("../img/ico_reproductor/bajar.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnVolumeUp_youtube_empleo {
    background: url("../img/ico_reproductor/subir.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnMute_youtube_empleo {
    background: url("../img/ico_reproductor/silencio.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnFw30Secs_youtube_empleo {
    background: url("../img/ico_reproductor/delante.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnBw30Secs_youtube_empleo {
    background: url("../img/ico_reproductor/atras.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnPlay_youtube_accesibilidad {
    background: url("../img/ico_reproductor/play.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnVolumeDown_youtube_accesibilidad {
    background: url("../img/ico_reproductor/bajar.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnVolumeUp_youtube_accesibilidad {
    background: url("../img/ico_reproductor/subir.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnMute_youtube_accesibilidad {
    background: url("../img/ico_reproductor/silencio.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnFw30Secs_youtube_accesibilidad {
    background: url("../img/ico_reproductor/delante.jpg") no-repeat scroll center bottom #1B1B1B;
}

#btnBw30Secs_youtube_accesibilidad {
    background: url("../img/ico_reproductor/atras.jpg") no-repeat scroll center bottom #1B1B1B;
}

.enlace_proyectos {
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 10px;
    padding-top: 30px !important;
}

.enlace_proyectos a {
    color: #000;
    text-decoration: none;
}

.enlace_proyectos a:hover,
