body {
  background-color: #000; }

.fmcronicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .fmcronicas audio {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .fmcronicas span {
    font-family: Arial, sans-serif;
    color: #999;
    display: inline-block;
    line-height: 35px;
    font-size: .8rem;
    margin-bottom: .5rem; }
    .fmcronicas span img {
      display: inline-block; }

.logo {
  max-width: 100%;
  margin-bottom: 1rem; }
