/* 
    Created on : 14-may-2015, 16:03:12
    Author     : enoli
*/
/*
.Otros {
  background: -webkit-linear-gradient(to bottom, #fff, #8904B1);
  background: -o-linear-gradient(to bottom, #fff, #8904B1); 
  background: -moz-linear-gradient(to bottom, #fff, #8904B1);
  background: linear-gradient(to bottom, #fff, #8904B1);
  color: #ccc !important;
  }
.Cine, .Series {
  background: -webkit-linear-gradient(to bottom, #fff, #f60); 
  background: -o-linear-gradient(to bottom, #fff, #f60); 
  background: -moz-linear-gradient(to bottom, #fff, #f60); 
  background: linear-gradient(to bottom, #fff, #f60);
  
  }
.Deportes {
  background: -webkit-linear-gradient(to bottom, #fff, #DF0101); 
  background: -o-linear-gradient(to bottom, #fff, #DF0101); 
  background: -moz-linear-gradient(to bottom, #fff, #DF0101); 
  background: linear-gradient(to bottom, #fff, #DF0101);
  color: #fafafa !important;
  }
.Documental {
  background: -webkit-linear-gradient(to bottom, #fff, #006600);
  background: -o-linear-gradient(to bottom, #fff, #006600); 
  background: -moz-linear-gradient(to bottom, #fff, #006600); 
  background: linear-gradient(to bottom, #fff, #006600);
  
  }
  
 .Aire {
  background: -webkit-linear-gradient(to bottom, #fff, #0099CC);
  background: -o-linear-gradient(to bottom, #fff, #0099CC); 
  background: -moz-linear-gradient(to bottom, #fff, #0099CC); 
  background: linear-gradient(to bottom, #fff, #0099CC);
  
  }
 .Infantil {
  background: -webkit-linear-gradient(to bottom, #fff, #CC9900);
  background: -o-linear-gradient(to bottom, #fff, #CC9900); 
  background: -moz-linear-gradient(to bottom, #fff, #CC9900); 
  background: linear-gradient(to bottom, #fff, #CC9900);
  
  }
 .Musical {
  background: -webkit-linear-gradient(to bottom, #fff, #660066);
  background: -o-linear-gradient(to bottom, #fff, #660066); 
  background: -moz-linear-gradient(to bottom, #fff, #660066); 
  background: linear-gradient(to bottom, #fff, #660066);
  color: #fafafa !important;
  }
*/

.Categoria {
    cursor: pointer;
    color: #f2f2f2 !important;
    background: #6CACE4;
    opacity: 1;    
}
/**************************** HOVER ***********************************************/
.Categoria:hover{
    cursor: pointer;
    color: #FFF !important;
    background: #094fa3;
    opacity: 1;
}
.Categoria:hover > .programa-titulo{
    cursor: pointer;
    color: #fff !important;
    background: #094fa3;
    opacity: 1;
}

@media only screen and (max-device-width: 720px) {
    .Categoria{
        opacity: 1;
    }
}


/*
  .Otros:hover {
  background: -webkit-linear-gradient(to top, #fff, #8904B1); 
  background: -o-linear-gradient(to top, #fff, #8904B1); 
  background: -moz-linear-gradient(to top, #fff, #8904B1);
  background: linear-gradient(to top, #fff, #8904B1);
  color: #222 !important;
  }
.Cine:hover, .Series:hover {
  background: -webkit-linear-gradient(to top, #fff, #f60); 
  background: -o-linear-gradient(to top, #fff, #f60); 
  background: -moz-linear-gradient(to top, #fff, #f60); 
  background: linear-gradient(to top, #fff, #f60);
  
  }
.Deportes:hover {
  background: -webkit-linear-gradient(to top, #fff, #f00);
  background: -o-linear-gradient(to top, #fff, #f00);
  background: -moz-linear-gradient(to top, #fff, #f00); 
  background: linear-gradient(to top, #fff, #f00);
  color: #222 !important;
  }
.Documental:hover {
  background: -webkit-linear-gradient(to top, #fff, #006600);
  background: -o-linear-gradient(to top, #fff, #006600);
  background: -moz-linear-gradient(to top, #fff, #006600);
  background: linear-gradient(to top, #fff, #006600);
  
  }
  
 .Aire:hover {
  background: -webkit-linear-gradient(to top, #fff, #0099CC); 
  background: -o-linear-gradient(to top, #fff, #0099CC);
  background: -moz-linear-gradient(to top, #fff, #0099CC);
  background: linear-gradient(to top, #fff, #0099CC);
  
  }
 .Infantil:hover {
  background: -webkit-linear-gradient(to top, #fff, #CC9900); 
  background: -o-linear-gradient(to top, #fff, #CC9900); 
  background: -moz-linear-gradient(to top, #fff, #CC9900); 
  background: linear-gradient(to top, #fff, #CC9900);
  
  }
 .Musical:hover {
  background: -webkit-linear-gradient(to top, #fff, #660066); 
  background: -o-linear-gradient(to top, #fff, #660066); 
  background: -moz-linear-gradient(to top, #fff, #660066); 
  background: linear-gradient(to top, #fff, #660066);
  color: #222 !important;
  }
*/