@import url(container.css);
html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    clear: both;
    text-align: justify;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #033;
}


/* E N C A B E Z A D O S */

h1 {
    font-size: 18px;
    background-color: #CCC;
    text-align: center;
}

h2 {
    font-size: 18px;
    text-decoration: underline;
}


/* E N L A C E S */

a:link {
    color: #033;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #963;
}

a:hover {
    color: #06F;
}

a:active {
    text-decoration: none;
}


/* C O N T E N I D O   G E N E R A L */

#contenedor {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px;
    overflow: hidden;
}


/* B A N N E R   D E   E N C A B E Z A D O */

#encabezado {
    width: 100%;
    height: 200px;
    background-image: url(../../Imagenes/musicristiana.fw.png);
    background-size: 100% 100%;
}


/* B A N N E R   D E L   C U E R P O */

#banner {
    width: 100%;
    height: 600px;
    background-image: url(../../Imagenes/Banner.fw.png);
    background-attachment: fixed;
    background-size: 100% 100%;
    position: relative;
}


/* V E R S I C U L O */

#banner #versiculo {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 24px;
    text-shadow: 5px 5px 3px black;
    padding: 10px;
}


/* R E D E S   S O C I A L E S */

#sociales {
    width: 35px;
    position: fixed;
    box-sizing: border-box;
    padding-left: 5px;
}

#sociales img {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.10);
}


/* M E N U   L I B R O S   D E   L A   B I B L I A */

#menu-musica {
    width: 800%;
    height: 600px;
    margin: auto;
    margin-top: 10px;
    /*overflow: scroll;*/
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    background: light blue;

}


/* C O N T E N I D O   D E   L O S   L I B R O S */

#contenido-libros {
    width: 80%;
    float: right;
    padding: 10px;
    box-sizing: border-box;
    margin: auto;
}


/* C O N T E N I D O   D E L   P I E */


/* L O G O S   M E N U */

#footer {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 150px;
    box-sizing: border-box;
    clear: both;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #033;
}

#footer img {
    border-radius: 50%;
    border: 1px solid #fff;
}


/* M E D I A   Q U E R Y */

@media (max-width:900px) {
    #contenedor {
        font-size: 20px;
    }
    #menu-libros {
        width: 100%;
        background-color: lightgray;
        overflow: hidden;
        height: auto;
    }
    #contenido-libros {
        width: 100%;
    }
    #sociales {
        position: absolute;
        width: 100%;
        margin-top: 5px;
        margin-left: 5px;
    }
    #banner #versiculo {
        font-size: 20px;
    }
}