 .btn-tv-streaming {
   font-family: 'Font Awesome 5 Brands';
      padding: 6px;
      font-size: 11pt;
      border: none;
      border-radius: 10px;
      background-color: #333333;
      color: white;
      cursor: pointer;
      transition: background-color 0.3s ease;
	    margin-right: 5px;
    }

    .btn-tv-streaming:hover {
      background-color: #797979;
    }
   
.boton-facebook {
   margin-left: 30px;
  font-family: 'Font Awesome 5 Brands';
  border: 2px solid #990066;
border-radius: 10px;
font-size:11pt;
  padding: 6px;
  border: none;
  background-color: #3b5998;
  color: white;
  cursor: pointer;
  margin-right: 5px;
}
.boton-facebook:hover {
      background-color: #6786C5;
}
.boton-twitter {
border-radius: 10px;
font-size:12pt;
  padding: 6px;
  border: none;
  background-color: #1da1f2;
  color: white;
  cursor: pointer;
   margin-right: 5px;
}
.boton-twitter:hover {
      background-color: #7CCAF8;
}
.boton-www {
border-radius: 10px;
font-size:12pt;
  padding: 5px;
  border: none;
  background-color: #662583;
  color: white;
  cursor: pointer;
   margin-right: 5px;
}
.boton-www:hover {
      background-color: #9E3EC8;
}

.boton-youtube {
  font-family: 'Font Awesome 5 Brands';
border-radius: 10px;
font-size:12pt;
  padding: 6px;
  border: none;
  background-color: #c4302b;
  color: white;
  cursor: pointer;
  margin-right: 5px;
}
.boton-youtube:hover {
      background-color: #DD6562;
}

.boton-facebook i {
  margin-right: 5px;
}
  .container {
    margin-top: 10px; 
    margin-bottom: 20px; 
}

  .language-buttons {
   margin-top: 20px; 
   margin-bottom: 20px; 
   display: inline;
	 }

.language-btn {
  border: none;
	border-radius: 6px;
    margin-right: 6px;
	transition: filter 0.3s ease; 
  } 
.language-btn-old {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); 
    font-weight: bold; 
    background-color: #666666; 
    color: #fff; 
	border: 1px solid #000; 
	border-radius: 10px;
	font-size:12pt;
    margin-right: 6px;
  } 
  .language-btn:hover {
 filter: brightness(150%); 
  } 
  .redondeadonorelieve {
	display: inline;
	padding-left: 20px;
  	padding-right: 20px;
  	padding-top: 10px;
  	padding-bottom: 10px;
	outline: none;
   	background-color: #DEDCE1;
 	border-radius: 20px;
   	border: 0;
    text-decoration: none;
	align-items: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); 
}
  	.txtlegal {
	font-size:10pt;
   	border: 0;
    text-decoration: none;
    text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); 
	color: blue; 
}
.txtlegal:visited {
    color: blue; 
}
 .btn {
color: #990066;
background: transparent;
border: 2px solid #990066;
border-radius: 10px;
font-size:12pt;
}
.btn:hover {
      background-color: #990066;
      color: #FFFFFF;
}
.imagen {
  width: 80%;
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

} 
.cabecera {
  width: 100%;
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
} 
	
    #iframeContainer {
     display: none;
	 margin-top: 20px; 
	 margin-left: 20%; 
	 margin-right: 20%; 
	 width: 80%; 
     height: 400px; 
    }
    
    #miIframe {
     width: 80%; 
      height: 80%; 
      border: none;
    }
	
	td:nth-child(2) { 
    font-weight: bold;
}
	td:nth-child(3),
	td:nth-child(4),
	td:nth-child(5),
	td:nth-child(6),
	td:nth-child(7) { 
   text-align: center;
}

	body {
      font-family: Arial, sans-serif;
      background-color: #f4f4f4;
      margin: 0;
      padding: 0;
      color: #333;
    }

    .horario {
      width: 80%;
      margin: 20px auto;
	  
    }

    .dia {
      text-align: center;
	  margin-bottom: 30px;
	  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); 
    }

    .dia h2 {
      background-color: #c422c7;
      color: #fff;
      padding: 8px;
      border-radius: 5px;
      text-align: center;
	  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); 
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    th, td {
    border: 1px solid #ddd;
	padding: 8px;
	border-top-left-radius: 10px;
  	border-top-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    }

    th {
      background-color: #555;
      color: #fff;
    }

    th:first-child,
    td:first-child {
      min-width: 60px;
    }
	
	tr:first-child td, tr:first-child th { 
  border-top: none; 
  border-right: none;
  border-left: none;
 
}
	 
    .verificarEnlace {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px;
      color: #660066;
      background-color: #FFFF28;
      padding: 5px;
      border-radius: 3px;
      cursor: pointer;
      text-decoration: none;
    }
	 .verificarEnlace:hover {
      background-color: #FFFF80;
    }
	
	.accion-link,
    .parcial-link {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px;
      color: #fff;
      background-color: #A4A4A4;
      padding: 5px;
      border-radius: 3px;
      cursor: pointer;
      text-decoration: none;
    }	
	
  .accion-link:hover,
.parcial-link:hover {
  background-color: #C8C8C8;
}

@font-face{
    font-family:crono;
    src:url(crono.ttf);
}
.crono {
    color: #fff;
    background-color: #FF9900;
    padding: 10px; /
    border-radius: 20px;
    text-decoration: none;
	font-family: crono; 
}	

    .hide {
      display: none;
    }

    @media screen and (max-width: 768px) {
      .horario {
        width: 95%;
		}

      table {
        font-size: 12px;
      }
   
     .redondeadonorelieve {
 margin-left: 10px;
    }
.language-buttons {
     display: inline;
	   margin-left: 10px;
}
 
 @media screen and (max-width: 600px) {
 body {
    overflow-x: hidden;
  }
  .crono {
	display: flex;
	text-align: center;
}

.iframeContainer {
     display: none;
	 margin-top: 20px; 
	 margin-left: 20%; 
	 margin-right: 20%; 
	 width: 100%; 
     height: 100%; 
    }
    
 .miIframe {
     width: 100%; 
      height: 100%; 
      border: none;
    }

.imagen {
  width: 98%;
  text-align: center;
}  
 .cabecera {
  width: 100%;
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
} 
.btn {
color: #990066;
background: transparent;
border: 2px solid #990066;
border-radius: 10px;
font-size: 10pt;
} 
 .language-buttons {
    display: flex;
    align-items: center; 
    justify-content: center; 
	 
}
.language-btn {
	margin-right: 6px;
}
 .container {
    margin-top: 2px; 
    margin-bottom: 2px; 
}
.redondeadonorelieve {
	font-size: 10pt;
	font-weight: bold; 
	outline: none;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	text-align: left;
	margin-left: auto; 
	margin-right: auto; 
}
.accion-link,
    .parcial-link {
 	  width: 170px;
	  
    }

 white-space: pre;
	.horario {
        width: 100%;
    }
    
    table {
        width: 100%; 
        font-size: 16px;
        border-collapse: collapse; 
    }

    table tr {
        display: block;
        margin-bottom: 10px; 
    }

    table th,
    table td {
        display: block;
        width: 98%; 
        text-align: center; 
		border: 1px solid #FFFFFF;
    }
	td:nth-child(2) { 
   text-align: center;
}
th:first-child,
    td:first-child {
      min-width: 60px;
    }
.horario td:first-child {
    font-weight: bold;
   text-align: center;
}
.horario tr:first-child th:first-child {
    display: none;
	   text-align: center;
}
.horario tr td:nth-child(2) {
    background-color: #d74646;
	color: white;
}
}
.horario tr td:nth-child(2):first-child {
    background-color: inherit; 
	color: initial; 
}
}
	
