/* 
    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: #f8f9fa !important;
    background: #f8f9fa;
    opacity: 0.8;
  }
  /**************************** HOVER ***********************************************/
  .Categoria:hover{
    cursor: pointer;
    color: #7c7c7d !important;
    background: #f8f9fa;
}
  .Categoria:hover > .programa-titulo{
    cursor: pointer;
    color: #f8f9fa !important;
    background: #7c7c7d;
}


.col-xs-6 .col-md-2 .col-sm-3 .columna0 .programacion-programa .Categoria .Otros
{
    color: #f8f9fa !important;
    background: #7c7c7d !important;
}

.col-xs-6:hover .col-md-2:hover .col-sm-3:hover .columna0:hover .programacion-programa:hover .Categoria:hover .Otros:hover
{
    color: #7c7c7d !important;
    background: #f8f9fa !important;
}


/*
  .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;
  }
  */