@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?z9m8a5');
  src:  url('../fonts/icomoon.eot?z9m8a5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?z9m8a5') format('truetype'),
    url('../fonts/icomoon.woff?z9m8a5') format('woff'),
    url('../fonts/icomoon.svg?z9m8a5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home3:before {
  content: "\e902";
}
.icon-newspaper:before {
  content: "\e904";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-music:before {
  content: "\e911";
}
.icon-podcast:before {
  content: "\e91c";
}
.icon-file-music:before {
  content: "\e928";
}
.icon-list-numbered:before {
  content: "\e9b9";
}
.icon-list:before {
  content: "\e9ba";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-cloud-download:before {
  content: "\e9c2";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}

/* La barra del radio */

#radio {
    visibility: hidden;
   width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0px;
    z-index: 100;
}

#radio.show {
    visibility: visible;
}
