/*Generales*/
body{
	background-color: transparent;
}

.SinPadding{padding:0px;}



.reproductor{
    width: 100%;
}

/*Visor*/
/*Visor > Tema Uno*/
.reproductor.tema-uno .visor-radio{
    padding:10px 5px;
    color:#FFFFFF;
    border-radius:5px;
}

.reproductor.tema-uno.azul .visor-radio{
    background: rgb(67,107,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(67,107,153,1) 0%, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(67,107,153,1) 0%,rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(67,107,153,1) 0%,rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436b99', endColorstr='#7db9e8',GradientType=0 );
}

.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

#audio-player{/*Oculto el HTML*/
    display: none;
}

div.audio-player {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 200px;
    margin: 0px auto;
    overflow: hidden;
    background: #f6f4f4;
    background: -moz-linear-gradient(top,  #f6f4f4 0%, #dddddd 100%); 
    background: -webkit-linear-gradient(top,  #f6f4f4 0%,#dddddd 100%); 
    background: linear-gradient(to bottom,  #f6f4f4 0%,#dddddd 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f4f4', endColorstr='#dddddd',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Title */
.audio-player #nombre-radio{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-right: auto;
    padding:0px 5px;
    text-align: center !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}

.audio-player #artista {
    position: absolute;
    top: 95px;
    right: 0;
    left: 0px;
    text-align: initial;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0, 1);
    width: 90%;
    margin: 0px auto;
    overflow: hidden;
    background: transparent url(../img/song.png) no-repeat 0px 3px;
    padding: 2px 0px 2px 20px !important;
    background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
}


/* Cover */
.audio-player .cover-cont{
    position: absolute;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.audio-player .cover {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Buttons */
.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    position: absolute;
    text-indent: -9999px;
}

/* Play & Pause */
.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
    width: 35px;
    height: 35px;
    top: 145px;
    left: 20px;
    background: transparent url(../img/play-pause_tema2.png) 0 0;
}

.mejs-controls .mejs-pause button { background-position:0 -35px; }

/* Mute & Unmute */
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
    width: 14px;
    height: 12px;
    top: 160px;
    left: 60px;
    background: transparent url(../img/mute-unmute_tema2.png) 0 0;
}

.mejs-controls .mejs-unmute button { background-position: 0 -12px; }

/* Volume Slider */
.mejs-controls div.mejs-horizontal-volume-slider {
    position: absolute;
    top: 162px;
    left: 85px;
    cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 100px;
    height: 8px;
    background: #212227;

    -webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0, .3), 0px 1px 0px rgba(255,255,255, .25);
    -moz-box-shadow: inset 0px 1px 0px rgba(0,0,0, .3), 0px 1px 0px rgba(255,255,255, .25);
    box-shadow: inset 0px 1px 0px rgba(0,0,0, .3), 0px 1px 0px rgba(255,255,255, .25);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    width: 0;
    height: 6px;
    top: 1px;
    left: 1px;
    /*background: url(../img/volume-bar.png) repeat-x;*/
    background: repeating-linear-gradient(
    135deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* Progress Slider */
.mejs-controls div.mejs-time-rail { width: 400px; }

.mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block;
    width: 400px;
    height: 5px;
    left: 0;
    bottom: 0;
    cursor: pointer;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.mejs-controls .mejs-time-rail .mejs-time-total { background: #999999; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0;
    background: #cccccc;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #64b44c;
}

/* Volume Slider & Progress Bar Handle */
.mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    position: absolute;
    display: block;
    width: 12px;
    height: 14px;
    top: -4px;
    background: url(../img/handle.png) no-repeat;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle { top: -2px; }

/* Time Float Box */
.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    width: 33px;
    height: 23px;
    top: -26px;
    margin-left: -17px;
    background: url(../img/time-box.png);
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 33px;
    display: block;
    left: 0;
    top: 4px;

    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    text-align: center;
}

/* Redes Sociales */
.audio-player .bloque-redes {
    position: absolute;
    width: 120px;
    bottom: 10px;
    right:5px;
    
}
.audio-player .bloque-redes .btn-facebook {
    background-color: #3b5998;
}
.audio-player .bloque-redes .btn-twitter {
    background-color: #4099ff; 
}
.audio-player .bloque-redes .btn-mail {
   background-color: #444444; 
}

/* Links */

.audio-player .bloque-links {
    transform: translate(0%,0%);
    position: absolute;
    top: 0;
    left:0;
    z-index: 9;
    width: 115px;
    height: 115px;
    padding:0px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.audio-player .bloque-links a{
    width: 100%;
}

/*Navegadores no mobile en tamaño chico*/
@media (max-device-width: 940px){
    div.audio-player{
        border-radius: 0px;
    }
    .mejs-horizontal-volume-slider{
    }
}
@media (max-width: 390px){
    .audio-player #nombre-radio {
        font-size: 14px
    }
    .audio-player #artista {
        font-size: 11px;
        background-position: 0px 0px;
        right: 0;
        margin-right: auto;
        text-align: center !important;

    }
     .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        width: 70px;
    }
}
/*Solo para mobile*/
@media (max-device-width: 450px){
    .audio-player .bloque-links {
        background-color: rgba(0,0,0,0.7);
        opacity: 1;
        width: 115px;
        height: 115px;
        line-height: 110px;
        top: 0;
        left:0;
        border-radius:0;
    }

    .audio-player.oculta-mobile .mejs-horizontal-volume-slider{/*solo en mobile*/
      /*  display: none !important;*/
    }

}

/*Links Externos*/
.link-externo{
    width: 100%;
    height: 29px;
    display: block;
    background:url('../img/img_global.png') no-repeat center;
}
.link-externo:hover{
    opacity: 0.8;
    cursor: pointer;
}
.link-externo.android{
    background-position: 0 0;
}
.link-externo.windows{
    background-position: 0px -29px;
}
.link-externo.iphone{
    background-position: 0px -58px;
}
.link-externo.winamp{
    background-position: 0px -87px;
}

/*Marquee*/
.marquee {
  overflow: hidden;
}

/*Animacion Bloque links externos*/
.animacion-links{
    -webkit-transition: all 2s; 
    -moz-transition: all 2s; 
    -o-transition: all 2s;
    transition: all 2s;
    top:0px;
    width: 100% !important;
    height: 130px !important;
}
.animacion-links.activa{
    top:-100%;
}
.animacion-links{
    padding-top: 8px !important;
}
.animacion-links .link-externo{
    width: 115px;
    margin: 0px auto;

}

/*IE*/
.msie{
    display: none !important;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: "Ubuntu","Verdana";
    vertical-align: middle;
    padding:15px !important;
}