
.seccioncanales{
background-image: url(../imagen/fondocanale.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center center;
   
   

}
.tabletv thead{
	

	background-color:rgb(0, 141, 59);
}
.tabletv th{

	font-family: "Nunito Sans", Sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #eeeeee;
    padding: 10px 10px 10px 10px;
}
.tabletv td{
padding: 10px 10px 10px 10px;
	    text-align: left;
    color: #C3C3C3;
    border-style: groove;
    border-width: 0px 1px 0px 0px;
    border-color: #01010170;

    color: #fff;
}


.tabletv img{
	height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.imgcanal {
    width: 40px;
    vertical-align: middle;
}

.divlogo {
    text-align: center;
}
 .tabletv tbody {
    background-color: #01010180;
}
.tabletv tbody tr:nth-child(even) {
    color: #444444;
    background-color: #01010196 !important;   }

    .results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#C3C3C3;
}

#Buscador {
     background-size: 24px;
    width: 199px;
    padding: 8px 8px 8px 15px;
    outline: none;
    border-radius: 21px;
}




