
@import url(https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);

.w3-myfont {
    font-family: "Comic Sans MS", cursive, sans-serif;
}

*{
    padding: 0;
    margin:0;
}

#imagenesSlider{
    /* background: transparent url('../imagenes/fondoJazzChill.jpg') center center; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-origin: content-box; */
    /* min-height: 100%; */
    /* background-attachment: fixed; */
}

#footer{

}



.anchoModal{
    width: 100%;
    height: 100%;
}




#hanSonado{

}




/* #cabecera{
    background: transparent url('../imagenes/fondoCabecera_JazzChill.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
} */


.mySlides{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}




a:link{
    text-decoration:none;
    background-color: transparent;
}

a:visited{
    text-decoration:none;
    background-color: transparent;
}

a:hover{
    text-decoration:none;
    background-color: transparent;
}

a:active{
    text-decoration:none;
    background-color: transparent;
}

.w3-theme-l5 {color:#000 !important; background-color:#fefef8 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fcfae8 !important}
.w3-theme-l3 {color:#000 !important; background-color:#f9f5d2 !important}
.w3-theme-l2 {color:#000 !important; background-color:#f6f0bb !important}
.w3-theme-l1 {color:#000 !important; background-color:#f3eba5 !important}
.w3-theme-d1 {color:#000 !important; background-color:#ecdf6c !important}
.w3-theme-d2 {color:#000 !important; background-color:#e8d84a !important}
.w3-theme-d3 {color:#000 !important; background-color:#e3d029 !important}
.w3-theme-d4 {color:#000 !important; background-color:#cbb91a !important}
.w3-theme-d5 {color:#fff !important; background-color:#a99b16 !important}

.w3-theme-light {color:#000 !important; background-color:#fefef8 !important}
.w3-theme-dark {color:#fff !important; background-color:#a99b16 !important}
.w3-theme-action {color:#fff !important; background-color:#a99b16 !important}

.w3-theme {color:#000 !important; background-color:#f0e68c !important}
.w3-text-theme {color:#f0e68c !important}
.w3-border-theme {border-color:#f0e68c !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#f0e68c !important}
.w3-hover-text-theme:hover {color:#f0e68c !important}
.w3-hover-border-theme:hover {border-color:#f0e68c !important}

.fondoBlanco50{
    background: transparent url('../imagenes/fondoBlanco50.png') center center repeat;
}

.fondoBlanco70{
    background: transparent url('../imagenes/fondoBlanco70.png') center center repeat;
}

.fondoNegro80{
    background: transparent url('../imagenes/fondoNegro80.png') center center repeat;
}

.fondoNegro50{
    background: transparent url('../imagenes/fondonegro50.png') center center repeat;
}


/* ********************************************************************************** */
/* **********************PANTALLAS DE M�?S DE 300px************************ */

@media screen and (min-width:300px){

    #cabecera{
        /* background: transparent url('../imagenes/fondoCabecera_JazzChill.jpg') center center; */
        background-size: cover;
        background-repeat: no-repeat;
    }

    #cancionquesuena{
        font-size: 0.8em;
    }

    #cancionesquehansonado{
        font-size: 0.6em;
    }



    #tituloWeb{
        font-size: 1.3em;
        letter-spacing: 2px
    }

    #subTituloWeb{
        font-size: 0.6em;
    }

}

/* **********PANTALLAS DE M�?S DE 400px************** */

@media screen and (min-width:400px){

    #cabecera{
        /* background: transparent url('../imagenes/fondoCabecera_JazzChill.jpg') center center; */
        background-size: cover;
        background-repeat: no-repeat;
    }

    #cancionquesuena{
        font-size: 0.9em;
    }

    #cancionesquehansonado{
        font-size: 0.7em;
    }



    #tituloWeb{
        font-size: 1.3em;
        letter-spacing: 2px
    }

    #subTituloWeb{
        font-size: 0.6em;
    }



}

/* **********PANTALLAS DE M�?S DE 600px************** */
@media screen and (min-width:600px){

    #cabecera{
        /* background: transparent url('../imagenes/fondoCabecera_JazzChill.jpg') center center; */
        background-size: cover;
        background-repeat: no-repeat;
    }

    #cuerpoJazzChillPC{
        /* background: transparent url('../imagenes/fondoJazzChill.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat; */
    }

    #cancionquesuena{
        font-size: 1em;
    }

    #cancionesquehansonado{
        font-size: 0.8em;
    }


    #tituloWeb{
        font-size: 1.5em;
        letter-spacing: 2px
    }

    #subTituloWeb{
        font-size: 0.7em;
    }


}


/* **********PANTALLAS DE M�?S DE 800px************** */
@media screen and (min-width:800px){
    #cancionquesuena{
        font-size: 1em;
    }

    #cancionesquehansonado{
        font-size: 0.9em;
    }



    #tituloWeb{
        font-size: 1.7em;
        letter-spacing: 3px
    }

    #subTituloWeb{
        font-size: 0.8em;
    }


}

/* **********PANTALLAS DE M�?S DE 1024px************** */
@media screen and (min-width:1024px){
    #cancionquesuena{
        font-size: 1em;
    }

    #cancionesquehansonado{
        font-size: 0.9em;
    }


    #tituloWeb{
        font-size: 1.8em;
        letter-spacing: 3px
    }

    #subTituloWeb{
        font-size: 0.9em;
    }



}

/* **********PANTALLAS DE M�?S DE 1200px************** */
@media screen and (min-width:1200px){






}
