body {
    background-color: #d3d6dc;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0;
}

header {
    display: flex;
    background-color: #fdfeff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 45px;
    align-items: center;
  }
  
  .logo{
    display: flex;
    align-items: center;
  }
  
  header img {
    max-width: 70px;
  }
  
  header h1{
    padding-left: 20px;
    font-size: 20px;
    cursor: pointer;
  }
  
  header a{
    text-decoration: none;
    color: rgb(0, 136, 255);
  }
  
  .nav-link:hover{
    color: rgb(255, 217, 0);
    font-size: 15.1px;
  }
  
  nav a{
    cursor: pointer;
    font-size: 15px;
  }



.CABECERA{
    display: flex;
    justify-content: space-between;
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 23px;
    margin-bottom: 20px;
    /*background-color: aqua;*/
}
.Titulo{
    font-size: 25px;
    padding: 15px;
    border-radius: 10px;
    background-color: gold;
}
.Hora{
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 12px;
    background-color: orange;
}


.TRANSMISION{
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: blue;*/
}
.Vivo{
   width: 900px;
   height: 520px;
    border-radius: 15px;
    overflow: hidden;
    background-color: red;
}

.Barra{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
    background-color: green;
}
.InfoBarra{
    margin-bottom: 5px;
    width: 35px;
}


