/*----GENERAL----*/

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

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

a {text-decoration: none;}


ul {list-style: none;}

body {
    font-family: 'roboto', Arial, sans-serif;
    font-size: 100%;  
    width: 100%;
    background-image: url(imagenes/fondo111.png);
    background-repeat: repeat;
    background-position: fixed;
    }

    #contenedor{
        width: 1024px;
        margin: 0 auto;
        moz-box-shadow: 0 0 30px #dddddd; 
        -webkit-box-shadow: 0 0 30px #dddddd; 
        box-shadow: 0 0 30px #dddddd;
    }

        #fondoheaderestatico{
            width: 100%;
            height: 40px;
            position:fixed;
            top:0;
            left:0;
            background-color: #8DB9B0;
            z-index:1000;
            }   
        }

            #headerestatico{
                width: 1024px;
                height: 40px;
                position:fixed;
                top:0;
                margin:0 auto;
                
                }


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

                    #sintonizar img{
                        position:absolute;
                    }

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


                #headerestatico ul {
                float: right;
            }

                    #headerestatico ul li{
                        float:left;
                    }

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

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

    header{
          background-color: white;
          margin-bottom: 1em;
          margin-top: 2.5em;
          padding-top: 1.7em;
          position: relative;
          height: 7em;
         }

           #logo{
                 width: 10em;
                 height: 5em;
                 margin-left: 2em;
                 margin-right: auto;
                 margin-bottom: 1em;
                }
               
               #logo img {
                   width: 100%;
                 }
    
            header 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;
            }
                        .vivo{
                          background-color: #FF9540;
                          color: #FAFAF5;
                          }
                      .vivo:hover{
                          background-color: #012C36;
                          color: #FAFAF5;
    }
    

        main{
            height: 950px;
            background-color: #f1f1f1;
        }
        #programacion2{
            height: 980px;
            
        }

        #subfooter{
            clear:both;
            height: 20px;
            background-color: #8DB9B0;
            padding: 10px 20px;
            }

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

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

            #subfooter img{
                float:right;
            }
                
         #footerprimeraedicion{
                
            background-color: #3F3F3F;
            height: 180px;
            position:relative;
                        
        }
        #footerficha{
            
            background-color: #3F3F3F;
            height: 180px;
            position:relative;
                        
        }
         
.redes2{
                    width: 200px;
                    margin:0;
                    height: 70px;
                }


.redes2 li{
     margin:10px;
     float:left;
}
.redes2 img{
     margin:10px;
     float:left;
}
            #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: 10px;
                
            }



            #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;
            }

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


/*------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);
}
/*----INDEX----*/

/*----ficha programacion----*/

#programacion3{
        float:right;
}



/*----PROGRAMACION----*/


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



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

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

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

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

#secciones{
  width:27.4%;
  height: 538px;
    float:right;
    display:block;
    margin-right: 10px;
    position:absolute;
    top:0; 
    right:0;
    

}

#sec2{
   overflow:auto;
    height: 498px;
    border: solid 1px #ccc;

}

.titulo span{
    font-size: 16px;
    color:#888;
    font-weight: 500;
}

#tabs{
  position:relative;
    

}

#tabs .titulo{
    font-size: 15px;

}

#tabs #secciones .titulo{
    margin-left: 0;

}

.tabs__links {
  display: table;
  position: relative;
  width: 10%;
  left:10px;
  border-left: transparent;
  border-top: 1px solid #bbb;
    border-radius: 15px 0 0 15px;
  
}
.tabs__links a {
  display: block;
  line-height: 3;
  background: #ddd;
  padding: 0 1em;
  text-decoration: none;
  margin-right: 1px;
  border-bottom: 1px solid #bbb;
  color: #555;
  border-right-color: transparent;
  position: relative;
  height:70px;
  border-radius: 15px 0 0 15px;
}
.tabs__links a.active {
  z-index: 100;
  background: #CDCDCD;
  font-weight: bold;
}
.tabs__contents{
      position: absolute;
      float:right;
      width: 60.8%;
      top:0;
    margin-left: 102px;
    top:40px;
      z-index: 300;
    border-right: solid 1px #bbb;
    
    


}
.tabs__contents__item{
     background-color: #eee;
     border:1px solid #ccc;
     left:0;
     display:none;
     overflow: auto;
      height: 496px;
}

.tabs__contents__item.active{
      display:block;
    z-index:150;
}
  



#semanas span{
   font-size: 0.8em;
    color:snow;

}



#semana3{
    position:relative;

}
#semana3 .titulofoto2{
     bottom: 188px;
  position: absolute;
  padding-top: 0px;

}

#semana2 .titulofoto2{
  bottom: 0px;
  position: absolute;
  padding-top: 50px;

}


#destacadosprog{
    position:relative;
    margin-bottom: 10px;

}


#ahora{
    position: relative;
    
    }

#logo img {
    width: 100%;
}

#semanas{
     float:right;
     width:280px;
     position:absolute;
    top:40px;
    left: 733px;
    height:370px;
}

#semana1{
   width: 69.8%;
  position: relative;
  margin-left: 10px;
      height:370px;

}

#imsem1 img{
width: 100%;
height: 370;
}
#imsem2{
   width: 100%;
    position:relative;
    
    
}

#imsem2 img{
width: 100%;
    height: 49%;
}

#semana2{
    margin-bottom:8px;
     

}

.grillita2{
       padding: 10px 10px 10px 32px;
       box-sizing: border-box;

}

.hora{
    font-size: 0.8em;
    color:#777;
    height: 20px;
    border-bottom: solid 1px #777;
    margin-top:5px;

}


.titulofoto{
           float:left;
           position:absolute;
           z-index: 1;
           padding-bottom: 20px;
           padding-left: 2em;
           padding-top: 60px;
           height: 45%;
           width:100%;
           box-sizing: border-box;
           bottom: 0px;
           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 );
         
}

.titulofoto span{
       color:snow;
       font-size: 14px;
}



.titulofoto2{
           position:absolute;
           z-index: 1;
           padding-left: 2em;
           height: 30%;
           width:100%;
           box-sizing: border-box;
           padding-top: 5%;
           bottom: 0px;
           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 );
         
}
.grillita{
        position: absolute;
        float: right;
        top: 0.5em;
        margin-left: 2em;
        width: 91%;
        
     
}

.uno{
   background-color: #CDCDCD;
    height: 70px;
    position: relative;
    border-right:solid #999 0.5em;
    padding-left: 0.5em;
    border-bottom: solid 1px #bbb;
    }

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

}

.uno2{
   background-color: #ddd;
    border-right:solid #999 0.5em;
    padding-left: 0.5em;
    border-bottom: solid 1px #bbb;
    
    }

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

}
.titulovivo2{
    font-size:0.9em;
    color:#FC7100;
    border-bottom: solid #FC7100 1px;
    margin-bottom:7px;
    margin-top: 5px;
    
}
.tituloimg2{
    font-size:0.9em;
    color:#FC7100;
    border-bottom: solid #FC7100 1px;
    margin-bottom:7px;
    margin-top: 5px;
    
}

.tituloimg1{
    font-size:1.1em;
     color:#Fc7100;
    border-bottom: solid #Fc7100 1px;
    margin-bottom:7px;
    margin-top: 5px;
    width:50%;

}
.titulofoto .desc1{
    color:#ccc;
    
}

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


.logseccion{
         width: 1.5em;
         height: 1.5em;
         float:left;
         border-radius: 50%; 
         margin-right: 10px;
        margin-top:15px;
}

.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;
     
}

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

/*----FICHA PROGRAMA----*/
#envivo{
     width:649px;
    position:relative;
}
#otros{
height: 760px
}

#ahora{
    margin-left: 10px;
    margin-right: 10px;
    position:relative;
}

#programacion3{
   background-color: #ddd;
  
  height: 365px;
  width: 345px;
  position: absolute;
  right: 0;
  bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    

}


#otrosprog ul {
  width: 63.5em;
  margin: 0;
  box-sizing: border-box;
      margin-left: auto;
}

#otrosprog ul .columna {
  margin-right: 0.95em;
    display:inline-block;
    }

#otrosprog ul li {
  float: left;
  width: 32%;
  margin-left: 0;
    margin-right: 0;

}


#otrosprog img{
   width:100%;
} 


.conjunto2 p {
  color: dimgray;
  font-family: 'roboto', arial, sans-serif;
  text-align: center;
  margin-right: 25px;
  margin-top: 10px;
  font-size: 14px;
}


.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%;

}

.imagenprog{
     width:30%;

}

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

.titulovivo1{
    font-size:0.9em;
    color:#FC7100;
    border-bottom: solid #FC7100 1px;
    margin-bottom:7px;
    margin-top: 30px;
    width:60%;

}

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

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


/*----MULEY ZUNGU----*/
            
            #noticiero{
                position:absolute;
                top:160px;
                width: 1024px;
             }

                .ediciones {
                    float:left;
                    width: 49%;
                    margin:5px;
                    height: 300px;
                    background-color: dimgray;
                    position:relative;
                  }

                    .ediciones h2{
                        position:absolute;
                        bottom:25px;
                        left: 25px;
                        font-size: 15px;
                        font-family: 'poppins', arial, sans-serif;
                        color:black;
                        font-weight:500; 
                        background-color: #8DB9B0;
                        padding-left: 7px;
                        padding-right: 7px;
                        line-height: 20px;
                    }

                    .ediciones p{
                        color:#F24C27;
                        position: absolute;
                        top:25px;
                    }

            #notas{
                position:absolute;
                top: 480px;
                width:1024px;
                background-color: #fafafa;
            }

                .titulo{
                    font-family: 'poppins', arial, sans-serif;
                    color:#F24C27;
                    line-height: 40px;
                    font-size: 20px;
                    font-weight: 600;
                    margin-left:10px;
                   
                }

                    #notas ul{    
                        clear: both;
                        margin-top: 50px;
                        height: 410px;
                    }

                        #notas ul li{
                            float: left;
                            width: 32.35%;
                            height: 250px;
                            background-color: dimgray;
                            margin: 5px;
                        }

                        #notas ul li .conjunto{
                            position:absolute;
                            top:310px;
                            width: 32.5%;
                        }

                        

                            .conjunto .fecha{
                                font-size: 10px;
                                text-align: center;
                                color: #012C36;
                                margin:2px;
                                padding-bottom: 10px;
                                border-bottom: solid 1px dimgray;
                            }

                            .conjunto p{
                                color:dimgray;
                                font-family: 'roboto', arial, sans-serif;
                                text-align: center;
                                margin-right:25px;
                                margin-top:10px;
                                font-size: 14px;
                            }

                #videos{
                    position:absolute;
                    top: 940px;
                    background-color: #eeeeee;
                    width: 1024px;
                }

                    #videos ul {
                        clear:both;
                        margin-top: 50px;
                        position:relative;
                        }

                        #videos ul li{
                            float:left;
                            width: 32.35%;
                            height: 250px;
                            background-color: dimgray;
                            margin: 5px;
                            margin-bottom: 50px;
                        }
                        
                            #videos ul li h3{
                                position:absolute;
                                top:255px;
                                width: 33%;
                                font-family: 'poppins', arial, sans-serif;
                                color:#8DB9B0;
                                text-align: center;
                                font-size: 15px;
                                line-height: 45px;
                            }


/*--------------------------VIDEOGALERIA----------------------------*/


#videogaleria{
    height: 880px;
}
    #videogaleria h2{
        position:absolute;
        top: -40px;
        left: 10px;
    }

#videosmasvistos{
    width: 1020px;
    height: 400px;
    position: absolute;
    top: 210px;
    
}

    #videoimportante{
        width: 660px;
        height: 400px;
        float:left;
        background-color: gray;
    }

    #sugeridos{
        height: 400px;
        width: 364px;
        position:absolute;
        top: 0px;
        left:660px;
        background-color: darkgray;

    }

        #sugeridos li{
            height: 100px;
            position: relative;
        }

            .claro{
                background-color: #666;
            }

                #sugeridos img{
                    margin: 10px;
                    width: 120px;
                    height: 80px;
                    background-color: black;
                }

                #sugeridos h3 {
                    position: absolute;
                    margin-right: 20px;
                    left: 140px;
                    top: 20px;
                    font-size: 12px;
                    font-family: 'poppins', arial, sans-serif;
                    color:#333;
                }
                .detallestecnicos{
                    position: absolute;
                    right: 20px;
                    top: 80px;
                    font-size: 9px;
                    color: 
                }
    #contenedordecontenedor{
        margin-top: 480px;
    }

        #contenedordecontenedor h2{
            position: absolute;
            top:-45px;
            left: 10px;
        }

    .contenedorcarousel{
        position: relative;
        width: 1024px;
        height: 180px;
        background-color: #ddd;
        margin-bottom: 50px;
    }

        .marcovideo{
            float:left;
            height: 130px;
            margin:10px 10px 10px 0px;
            width: 243.5px;
            background-color: #666;
             
        }

.marcovideo img{
       width:100%;
       height: 100%;

}
        
        .primero{
            margin-left: 10px;   
        }

            .titulovideo{
                margin-top: 10px;
                font-weight: 400;
            }

/*--------------------------PRIMERA-EDICION----------------------------*/
#primeraedicion{
    height: 1500px;   
}

#primeraedicion h2{
    margin-top:-5px;
    margin-left: 37px;
}

#banner{
    width: 1024px;
    height: 300px;
    background-color: cadetblue;
    position: absolute;
    top: 160px;
}

#horarios{
    background-color: #ddd;
    height: 40px;
    width: 1024px;
    position: absolute;
    top:460px;
}

    #horarios p{
        font-size: 14px;
        color: #012C36;
        margin-top: 10px;
        margin-left: 17px;
        font-family: 'Poppins', Arial, sans-serif;
    }

#columnaizquierda{
    width: 680px;
    float:left;
    position:absolute;
    top:500px;
}

.filas{
    height: 500px;;
    background-color: #eeeeee;
    padding:15px;
    }

    .filas .primerfilastaff{
        padding-bottom: 60px;
        padding-top: 20px;
    }

    .filas .staff{
        float: left;
        padding: 6.6%;
        width: 130px;
    }

    .filas img{
        border-radius: 100%;
        background-color: #666;
        height: 120px;
        width: 120px;
        margin-left:5px;
    }

    .nombrestaff{
        color: #8DB9B0;
        font-family: 'Poppins', Arial, sans-serif;
        font-size: 13px;
        text-align: center;
        padding-top: 10px;
    }

    .cargostaff{
        color: #666;
        font-family: 'Poppins', Arial, sans-serif;
        font-size: 10px;
        text-align: center;
    }

.primicias{
    height: 400px;
}

    .primicias ul{
        padding-top: 50px;
    }

    .primicias li{
        float: none;
        width: 100%;
    }

    .tituloprimicia{
        color: #8DB9B0;
        font-family: 'Poppins', Arial, sans-serif;
        font-size: 15px;
        padding-top: 17.5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #8DB9B0;
        clear: both;
    }

    .fecha{
        color: #666;
        font-size: 10px;
        text-align: right;
        padding-top: 10px;
    }

    .adelantoprimicia{
        color: #666;
        font-size: 12px;
        
    }

    .comentarioprimicia{
        color: #666;
        font-size: 10px;
        float: left;
        padding: 15px 0;
        padding-top: 17.5px;
        
    }

    .vermas{
        color: #012C36;
        font-size: 10px;
        position: absolute;
        right: 15px;
        padding: 15px 0;
        }
        
        .vermas:hover{
            color:#F24C27;
        }

#archivo{
    height: 1000px;
    width: 344px;
    position:absolute;
    top: 500px;
    left: 880px;
    background-color: #e9e9e9;
}

    #archivo h2{
        margin-top:10px;
        margin-left: 37px;
    }

    #archivo ul{
        margin-top: 30px;   
    }

    #archivo ul li{
        margin-top:45px;   
    }

    #archivo img{
        margin: 10px 32px;
        width: 280px;
        height: 150px;
        background-color: #666;
    }

    #archivo .fecha{
        margin:0;
        margin-bottom: -5px;
    }

    #archivo .bajada{
        padding-left: 15px;
    }
    