/* Reglas generales - y para celulares */


@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,700|Poppins:500,700);

* { margin: 0; padding: 0;
    list-style: none;
    text-decoration: none
}



/*------SCROLLBAR-----*/
::-webkit-scrollbar{
  width: 8px;
  background: #bbb;
}
::-webkit-scrollbar-button{
  width:8px;
  height: 5px;
	background: azure;
}
::-webkit-scrollbar-track{
  background: snow;
  border:thin solid snow;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb{
  background: -webkit-linear-gradient(top,#666, #999, #666);
  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.3);
 
  border:thin solid #232c34;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover{
    background: -webkit-linear-gradient(top,#5e9999, azure, lavender);
}
/* Pseudo-clase */
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(77,161,112,.6);
}



 header{
          background-color: white;
          margin-bottom: 1em;
          margin-top: 2.5em;
          padding-top: 1.7em;
          
    }
body {
    font-family: 'roboto', Arial, sans-serif;
    font-size: 100%;  
    width: 100%;
    background-image: url(imagenes/fondo111.png);
    background-repeat: repeat;
    background-position: fixed;
}

nav ul li {
    text-align: center;
    font-family: Poppins:500, Arial, sans-serif;
    border-bottom: solid darkgray 1px;
    height: 2em;
    padding-top: 0.5em;
    box-sizing: border-box;
   }



nav ul li a{
     color:black;
}


footer{
    background-color: #3F3F3F;
    height: 16em;
    position: relative;
    top: 72em;
    }

footer p{
                width: 100%;
                clear: both;            
                font-size: 10px;
                padding: 0 25px 0 -10px;
                bottom:10px;
                color: darkgray;
                padding-top: 20px;
                text-align: center;
             }


#muley span {
  margin-left: 13em;
  bottom: 0.5em;
  position: absolute;
  color:#666666;
  visibility:hidden;
}



#ahora{
    position: relative;
    
    }

#logo{
    width: 10em;
    height: 5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
   }
 
#logo img {
        width: 100%;
      }

#imagen2{
     position:relative;
     z-index: -1;
 }
 
#titulofoto{
           float:left;
           position:absolute;
           z-index: 1;
           padding-bottom: 20px;
           padding-left: 2em;
           height: 50%;
           width:100%;
           bottom: 0.25em;
           box-sizing: border-box;
           padding-top: 5%;
           background: rgba(89,89,89,0);
           background: -moz-linear-gradient(top, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,89,89,0)), color-stop(0%, rgba(102,102,102,0)), color-stop(0%, rgba(76,76,76,0)), color-stop(10%, rgba(71,71,71,0.13)), color-stop(10%, rgba(28,28,28,0.13)), color-stop(19%, rgba(44,44,44,0.24)), color-stop(33%, rgba(0,0,0,0.41)), color-stop(40%, rgba(0,0,0,0.5)), color-stop(50%, rgba(0,0,0,0.63)), color-stop(60%, rgba(0,0,0,0.75)), color-stop(68%, rgba(0,0,0,0.85)));
          background: -webkit-linear-gradient(top, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
          background: -o-linear-gradient(top, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
           background: -ms-linear-gradient(top, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
background: linear-gradient(to bottom, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#000000', GradientType=0 );
         
}
    
#headerestatico{
            width: 100%;
            height: 40px;
            position:fixed;
            top:0;
            left:0;
            background-color: #8DB9B0;
            }

#sintonizar{
                        float:left;
                        height:40px;
                        margin-left:10px;
                        margin-top: 10px;
                    }

                   

                    
                #headerestatico ul {
                    float: right;
                    position: absolute;
                    top: 9px;
                    right: 0px;
            }

                    #headerestatico ul li{
                        float:left;
                    }

                        #headerestatico ul li a{
                            font-family: 'Poppins', arial, sans-serif;
                            font-size: 14px;
                            color:white;
                            display: block;
                            margin: 1px 16px;    
                        }

                       #headerestatico ul li a:hover{
                                    color:#F3B03E;
                                }



#sintonizar img{
            width: 30px;
            height: 20px;
            float: left;
        }
                

#sintonizar p{
    visibility:hidden;
       margin-left:30px;
       color:white;
        font-family: 'poppins';
        font-weight: 500;
        font-size: 14px;
                    }
}


                
 
#buscar {

margin-top: 20px;
    float: left;

}
   

#gentileza ul li {


text-align: center;
    margin-bottom: 8px;
    
}

#gentileza a {
color: white;
    
}

 #redes {
      margin-left: 150px;
     }

#redes li{
    float:left;
}

#redes li a{
            font-family: 'Poppins', arial, sans-serif;
            font-size: 14px;
            color:white;
            display: block;
            margin: 16px 16px;    
}

 #gentileza{
        clear: both;
    }

#subfooter{
            clear:both;
            height: 20px;
            background-color: #8DB9B0;
            padding: 10px 20px;
            position: absolute;
            width: 96.1%;
            top: 0;
            }

           #subfooter a{
                font-family: 'Poppins', arial, sans-serif;
                font-size: 14px;
                color:white;
           }

                #subfooter a:hover{
                    color:#012C36;
                }

            #subfooter img{
                float:right;
            }
              

              
#ingresar {

    color: white;
    font-family:  'poppins';
    font-weight: 400;
    list-style: none;
    float: left;

}


#ingresar a {

    color: white;
    float: left;
    margin-left: 110px;
    font-family: 'poppins';
    
}


#redessociales a {

margin-left: 5px;

}

#imagen2{
     width: 20em;
}
#imagen2 img{
     width: 100%;
}
#titulofoto span{
         font-size: 1em;
         color:white;
         font-family: Roboto 400, Arial,sans-serif;
}


#programacion1{
          float:left;
          position: absolute;
          margin-top: 0;
          width: 100%;
          height: 15em;
    margin-bottom: 1em;
        
    }

#muley{
    position:relative;
    top:16em;


}

#muley ul{
    position:absolute;
    margin-left: 0.5em;
    margin-right: 0.5em;
    
}

#muley ul li{
       margin-bottom: 1em;

}

.masvivo{
      float:right;
      color:#777;
      
      font-size: 0.8em;
}

.titslider{
        color:#222;
        font-family: Poppins 700, Arial, sans-serif;
        font-size: 1.2em;
        margin-left: 0.5em;
}

.categoria2 li{
    visibility:hidden;
}

.categoria2{
   height: 1.2em;
    background-color: #999;
    margin-bottom: 0.2em;
}

.categoria{
    visibility: visible;
    width:100%;
    height: 2em;
}

.bajadaslider{
            color:#333;
      font-family: roboto, Arial, sans-serif;
      font-size: 0.8em;
    margin-left: 0.8em;
}

.grillita{
        position: absolute;
        float: right;
        top: 0.5em;
        margin-left: 2em;
        width: 85%;
        
     
}

.uno{
   background-color: #CDCDCD;
    height: 25%;
    position: relative;
    border-right:solid #999 0.5em;
    padding-left: 0.5em;
    }

.uno:hover{  
       background-color: #333;
       border-right:solid #555 0.5em;
     

}
.bx-wrapper {
	 top:15em;
     margin: 3em 0 1em 0;
   
}
.bxslider img{
    width:100%;
}

.bxslider{
   width:20em;
   
}

.titulos5{
    color:#Fc7100;
      font-size: 1.2em; 
    font-family: 'poppins', arial, sans-serif;

    padding-top: 10px;
    font-weight: 600;
     margin-left: 1em;
    }

.titulovivo1{
    font-size:1em;
    color:#fc7100;
    border-bottom: solid #Fc7100 1px;
    margin-bottom:7px;
    margin-top: 5px;
    width:50%;
    
}
.titulovivo2{
    font-size:0.9em;
    color:#FC7100;
    border-bottom: solid #FC7100 1px;
    margin-bottom:7px;
    margin-top: 5px;
    
}

.desc1{
    font-size: 0.7em;
    color:#777;
    visibility: hidden; 
    font-family: Roboto 400, Arial,sans-serif;
}

.dos{
   background-color: #BDBDBD;
   height: 25%;
   position: relative;
    border-right:solid #888 0.5em;
    padding-left:0.5em; 

}

.dos:hover{  
       background-color: #333;
       border-right:solid #555 0.5em;

}
.logseccion{
         width: 1.5em;
         height: 1.5em;
         float:left;
         position:absolute;
         top:0.7em;
         border-radius: 50%; 
}

.logseccion img{
           width: 100%;
           background-color: rgb(320, 300, 200);
           border-radius: 50%;
           border: solid 1.5px #888;


}
.hora1{
     color:#777;
    font-size: 1em;
    font-family: Roboto 400, Arial,sans-serif;
    float: right;
     
}
.imgnoti{
      width: 100%;
}
.imgnoti img{
      width: 100%;
}

.imgnoti2{
      width: 20em;
}
.imgnoti2 img{
      width: 100%;
}
.titunotis{
        font-size: 0.9em;
        color:#Fc7100;
        text-align: center;
        margin-top: 0.5em;
        border-bottom: solid 1px #Fc7100;
        margin-bottom: 0.4em;
        width: 100%;
}

.bajada{
      text-align: center;
      font-size: 0.8em;
      color:#666666;
      margin-bottom: 1.5em;
    font-family: Roboto 400, Arial,sans-serif;
      width: 96%;
    margin:auto;
}




@media screen and (min-width: 45em) {
    
    
    
footer{
   top: 35em;
    }
    
    
#imagen2{
        width:45em;
    
    }
#muley ul{
    margin-right: 0;
    
}
    
#muley ul li{
    float:left;
    width: 48%;
    margin-left: 0.4em;
    margin-right: 0.25em
        }
    
 #titulofoto{
     height:35%;

}
    .desc1{
        visibility: visible;
        font-size: 0.8em;
    
    }
    


.textoslider{
          background: rgba(89,89,89,0);
          background: -moz-linear-gradient(top, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,89,89,0)), color-stop(0%, rgba(102,102,102,0)), color-stop(0%, rgba(76,76,76,0)), color-stop(10%, rgba(71,71,71,0.13)), color-stop(10%, rgba(28,28,28,0.13)), color-stop(19%, rgba(44,44,44,0.24)), color-stop(33%, rgba(0,0,0,0.41)), color-stop(40%, rgba(0,0,0,0.5)), color-stop(50%, rgba(0,0,0,0.63)), color-stop(60%, rgba(0,0,0,0.75)), color-stop(68%, rgba(0,0,0,0.85)));
          background: -webkit-linear-gradient(top, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
          background: -o-linear-gradient(top, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
           background: -ms-linear-gradient(top, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
background: linear-gradient(to bottom, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 0%, rgba(71,71,71,0.13) 10%, rgba(28,28,28,0.13) 10%, rgba(44,44,44,0.24) 19%, rgba(0,0,0,0.41) 33%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.63) 50%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.85) 68%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#000000', GradientType=0 );
          height:60%;
          position: absolute;
          width: 100%;
          bottom: 0;
    
    }

.tercercolumna{
         visibility:hidden;   
    
    }
    
    .titslider{
        color:snow;
        font-family: Poppins 700, Arial, sans-serif;
    position:absolute;
    bottom:2.5em;
    left:1em;
        font-size: 2em;
        margin: 0;
}

.bajadaslider{
      position:absolute;
      bottom: 2.6em;
      left:2em;
      color:#999;
      font-family: roboto, Arial, sans-serif;
      font-size: 1em;
    margin: 0;
}
   .uno{
       padding-left: 1em;
    }
    
    .dos{
       padding-left: 1em;
    }
    
.grillita{
        width: 90%;     
        
  }

}

@media screen and (min-width: 60em) {
    
    
main{
       margin:auto;
    }
  
 header{
          position: relative;
          height: 7em;
     
    }


 nav{
                position: absolute;
                left:26.5em;
                width: 37.5em;               
                bottom: 1em;
                        
                
            }
    
 nav ul li{
                    float:left;
                    line-height: 20px;
                    border-bottom: none;
                }

    
 nav ul li a{
                  font-family: 'Poppins', arial, sans-serif;
                  font-size: 14px;
                  color: black;
                  display: block;
                  padding: 2px 16px; 
    }

 nav ul li a:hover{
                color:#FF9540;
            }
    
    
#muley{
    position:relative;
    top:1em;

}
    #muley span{
       visibility: visible;
    }
    
    

    
#ahora{
    position:relative;
    box-sizing: border-box;
    
    }    
#programacion1{
          float:right;
          position: absolute;
          margin-left: 41.5em;
          margin-top: 0;
          width: 22.5em;
          height: 23.125em;
          bottom: 2em;
    
     }
    
#imagen2{
     width: 41.5em;
}

    
#logo{
      margin-left: 2em;
      
    }
    
#contenedor{
       width: 64em;
       margin: auto;
    box-shadow: 0 0 30px #dddddd;
}
        
    #muley ul{
           width: 64em;
           margin: 0;
           box-sizing: border-box;
    }

    
#muley ul li{
    float:left;
    width: 20.7em;
    margin-left: 0;
    margin-right: 0;
       
    }
    
    
    #muley ul .columna{
         margin-right: 0.95em
    
    }
    
  
    
.bx-wrapper {
	 top:1em;
	margin: 0 auto 2em;
	
}

    
.tercercolumna{
         visibility:visible;
         margin-right: 0;
        
    
    }
    

.imgnoti{
         width: 20.7em;
         height: 12.5em;
         
    }
    
.imgnoti2{
         width: 20.7em;
         height: 12.5em;
    }
    
.imgnoti img{
         width: 100%;
    }
    
.imgnoti2 img{
         width:100%;
    }
             .vivo{
                          background-color: #FF9540;
                          color: #FAFAF5;
                          }
                      .vivo:hover{
                          background-color: #012C36;
                          color: #FAFAF5;
    }
    
.bxslider{
   width:64em;
}
    
 .titulos5{
    font-size: 1.3em; 
    font-family: 'poppins', arial, sans-serif;
    color:#fc7100;
    padding-top: 10px;
    font-weight: 600;
     margin-left: 1em;
    
     
}

.titulovivo2{
    font-size:1em;
}

.titulovivo1{
    font-size:1.1em;
}

.desc1{
    font-size: 0.8em;
    color:#777;
    visibility: visible;
    
}
    .titunotis{
        font-size: 1em;
    }
    
    .hora1{
        float:none;
    }
    
    .uno{
       padding-left: 0;
    }
    
    .dos{
       padding-left: 0;
    }
    
    .grillita{
        top:0.8em;     
        
  }
    
    #subfooter{
            clear:both;
            height: 20px;
            background-color: #8DB9B0;
            padding: 10px 20px;
            position: absolute;
            width: 96.1%;
            top: 0;
            }

           #subfooter a{
                font-family: 'Poppins', arial, sans-serif;
                font-size: 14px;
                color:white;
           }

                #subfooter a:hover{
                    color:#012C36;
                }

            #subfooter img{
                float:right;
            }
                
        
        footer{
            
            background-color: #3F3F3F;
            height: 180px;
            position:relative;
            padding-top: 2em;
              top: 20em;
            
        }
         

            #redes{
                    width: 200px;
                    margin:0;
                }

                #redes li{
                    display:inline-block;
                }

                    #redes li a{
                        font-family: 'Poppins', arial, sans-serif;
                        font-size: 14px;
                        color:white;
                        display: block;
                        margin: 16px 16px;    
                    }

            #gentileza{
                 float: right;
                 position: absolute;
                 left: 260px;
                 top: 50px;
                
            }



            #gentileza ul{
                float: left;
                margin-left: 2px;
                width: 150px;
            }
    
            #gentileza .categoria{
                font size:16px;
                color: #F24C27;
                font-family: 'poppins', arial, sans-serif;
                margin-bottom: 10px;
                }

                #gentileza .categoria:hover{
                    color: white;
                }

            #gentileza a {
                display: block;
                color:white;
                font-weight: 400;                
                font-size: 14px;
            }

                #gentileza a:hover{
                    color: #8DB9B0;
                }
                
            #gentileza .vivo{
                width: 80px; 
                text-align: center;
                margin:auto;
            }

            footer p{
                width:100%;
                font-size: 11px;
                text-align: center;
                clear: both;
                margin-left: auto;
                margin-right: auto;
                margin-top:12em;
                color: darkgray;
                background-color: #555;
                padding: 2em;
                box-sizing: border-box;
                
             }
.contfooter{
     display:inline-block;
}

    
    .categoria2 li{
    visibility:visible;
    text-align: left;
}

.categoria2{
   background-color: #3F3F3F;
   
}

    
    #gentileza a{
          text-align: left;
    
    }
    
    #sintonizar p{
        visibility:visible;
    
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    







