/* 
    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: #222;   
  }
  /**************************** HOVER ***********************************************/
  .Categoria:hover{
    cursor: pointer;
    color: #ffffff !important;
    background: #FF7F32;
    opacity: 0.9;
}
  .Categoria:hover > .programa-titulo{
    cursor: pointer;
    color: #ffffff !important;
    background: #FF7F32;
    opacity: 0.9;
}



/*
  .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;
  }
  */