.audio-image { max-height: 60px;  margin: 2px 0px; }
.audio-container {max-width: 300px; border: solid 1px; margin: 4px 0px;}
.programa-contenedor {display: inline;}
.programa-titulo 
{
  color: #1d8bcb;
  font-size: 0.95rem;
  font-weight: bold;
  margin: 4px 0px;
}
.programa-locutor 
{
  color: #FFF;
  font-size: 0.85rem;
  font-weight: bold;
}
.programa-imagen {float: left; display: inline; margin-right: 10px;}

.mejs__broadcast
{
  font-size: 0.75rem;
  font-weight: bold;
}

.imagen-podcast { max-height: 80px;}

.nav-item
{
  width: 14%;
}
.nav-pills .nav-link-tab
{
  background: #181818;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  width: 100%;
  font-weight: 600;
  
}

.nav-pills .nav-link-tab.active, .nav-pills .show > .nav-link
{
  width: 100%;
  background: #1288C8;
   color: #FFFFFF;
}
