

#radio {
  min-height: 143px;
  color: #C12D10;
  
}

#player {
  margin-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;  
  padding-bottom: 40px;
  padding-top: 10px;
  
}



.fila_player {
      margin: auto;
}

#nombre_cancion {
  font-size: 22px;
  font-weight: bold;
  width:540px;
}

#kbps {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  
}

#nombre_emisora {
  color: #e30615;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}


