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

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

* {   
    padding: 0;
    margin: 0;
   }

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{
        position:relative;
        width: 1024px;
        height: 600px;
        margin: 0 auto;
        -moz-box-shadow: 0 0 30px #dddddd; 
        -webkit-box-shadow: 0 0 30px #dddddd; 
        box-shadow: 0 0 30px #dddddd;
        background-color: #f1f1f1;
    }

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

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

                    #sintonizar{
                        float:left;
                        line-height: 43px;
                        margin-left: 10px;
                    }

                    #sintonizar img{
                        position:absolute;
                        top: 10px;
                        left:10px;
                    }

                    #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{
            clear: both;
            }

             
        #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;
            }
                
        
        footer{
            background-color: #3F3F3F;
            height: 200px;
            padding-top: 1em;
           
            
        }
         

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

                .redes li{
                    display:inline-block;
                    float: left;
                }

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

            #gentileza{
                 float: left;
                 margin-left: 16em;
                margin-top: -2em;
            }



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


            #legales{
                clear: both;
                width:100%;
                height: 35px;
                background-color: #555;
                margin-top: 120px;
                
                            
            }

            footer p{
                line-height: 15px;
                margin-top:: 15px;
                font-size: 10px;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                color: darkgray;
                
                
             }
.contfooter{
     display:inline-block;
}




/*----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;
                    padding-top:10px;
                    line-height: 40px;
                    font-size: 20px;
                    font-weight: 600;
                    position: absolute;
                    left:-22px;
                }

                    #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 h3{
                                font-family: 'poppins', arial, sans-serif;
                                color:#8DB9B0;
                                text-align: center;
                            }

                            .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: 12px;
                            }

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


#footermuley{
    position: absolute;
    top:1600px !important;
}

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

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

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

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

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

#columnaizquierda{
    color: #eee;
    height: 1000px;
    width: 680px;
    float:left;
    position:absolute;
    top:325px;
    background-color: #eee;
}

.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;
    left: 680px;
    top:325px;
    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;
    }
    
    #legales{
        clear:both;
    }



#footerprimeraedicion{
    position: absolute;
    top: 1480px !important;
    
}


/*---------------------------contacto--------------------------*/

.encabezado {
    clear: both;
    background-color: #BDBDBD;
    width: 1024px;   
    height: 40px;
    margin-top: -15px;
    }

.tituloseccion{
                    color: #202020; 
                    padding-left: 20px;
                    font-family: 'poppins', arial, sans-serif;
                    line-height: 40px;
                    font-weight: 600;
                    font-size: 20px;
                    
            }

            form{
                margin: 20px;
                width: 650px;
                float:left; 
            }

            form p{
                margin-bottom: 20px;   
            }
            input, textarea {
                padding: 10px;
                border: 1px solid #E5E5E5;
                width: 250px;
                color: #207895;
                font-weight: 300italic;
                
                box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
                -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
                -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;		
            }

            textarea {
                width: 400px;
                height: 150px;
                max-width: 400px;
                line-height: 18px;
            }

            input:hover, textarea:hover,
            input:focus, textarea:focus {
                border-color: 1px solid #C9C9C9;
                box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
                -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
                -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;	
            }

            .form label {
                margin-left: 10px;
                color: #999999;
                clear:both;

            }

            .submit input{
                
               background-color: #ddd;
                border: solid 1px #ccc;
                font-family: 'poppins', arial, sans-serif;
                font-weight: 600;
                font-size: 14px;
                width: 100px;
            }

    #contactanos{
        width: 300px;
        height: 420px;
        background-color: #e9e9e9;
        position:absolute;
        top:180px;
        right: 0px;
        clear: both;
        padding-top:75px;
        box-sizing: border-box;
        
        }


    #contactanos h3{
        font-family: 'Poppins', arial, sans-serif;
        color:#F24C27;
        text-align: center;
        padding-top: 25px;
        font-size: 14px;
        margin-bottom: 10px;
           
    }

#contactanos li{
  text-align: center;   
}
#contactanos a{
    color: black;
}

#footercontacto{
    position: absolute;
    top: 600px !important;  
}

/*---------------------------REGISTRO--------------------------*/

#cuenta{
    width: 400px;
    margin:30px 0 30px 312px;
    height: 200px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 15px;
}

#cuenta h1{
    font-family: 'Poppins', arial, sans-serif;
    color:#F24C27;
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
}

#pregunta li{
    float:left;
    margin-top: 50px;
    margin: 50px 0 0 30px;
}

#pregunta li a{
    background-color: #eee;
    font-family: 'poppins', arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    width: 150px;
    color: #207895;
                
                
                box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
                -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
                -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;	
}

#margenpregunta{
    margin-left:10px;
}


/*---------------------------REGISTRO2--------------------------*/

/*---------------------------INICIOSESION--------------------------*/

.login{
    width: 460px;
    height: 300px;
    background-color: #f6f6f6;
    margin:30px 0 30px 282px;
}

.login h1{
    font-family: 'Poppins', arial, sans-serif;
    color:#F24C27;
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
}

#sesion{
    width: 400px;
    margin-left:30px;
}

.login input{
    width: 400px;
}

#remember_me{
    width: 15px;
    height: 15px;
}
