
*{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    height: 100px;
    background-color: #7C83FD;
    margin-left: 0px;
    text-align: center;
    color: whitesmoke;
    margin: 10px;
    padding: 30px;
}

.h1{
    font-family: 'Lobster', cursive;
    font-size: 80px;
    position: relative;
    top: -30px;
}

.imagen1 {
    width: 90px;
    height: 70px;
    position: absolute;
    top: 25px;
    left: 30px;
}

.imagen2 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
}




nav{
    float: left;
    width: 15%;
    height: 1170px;
    background-color: #96BAFF;
    margin: 0px;
    padding: 20px;
    text-align: center;
    font-family: 'Lobster', cursive;
}

nav li a{
    background-color: #94DAFF;
    color: whitesmoke;
    margin: 0px;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

nav li a:hover{
    background-color:#FFDF6B;
}

nav > li {
    float: left;
}

nav li ul {
    display: none;
    position: absolute;
    min-width: 140px;
}

article{
    background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
    float: left;
    width: 85%;
    height: 1170px;
    text-align:center;
}

.imagen8{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 300px;
    top: 350px;
}

.h2{
    color: black;
    font-family: 'Lobster', cursive;
    font-size: 60px;
    text-align: center;
    margin-left: 300px;
}

.h3{
    color: black;
    font-size: 40px;
    margin-left: 400px;
    font-family: 'Indie Flower', cursive;
    margin-right: 70px;
    text-align: justify;
}

.h4{
    color: black;
    font-family: 'Lobster', cursive;
    font-size: 40px;
    text-align: left;
    margin-left: 40px;
}

.h6{
    color: black;
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
}

.h5{
    color: black;
    font-family: 'Lobster', cursive;
    font-size: 40px;
    text-align: left;
    margin-left: 40px;
}

.h7{
    color: black;
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    text-align: justify;

}



nav li:hover > ul{
    display: block;
}

nav li ul li{
    position:relative;
}

nav li ul li ul{
    left: 140px;
    top: 0px;
    min-width: 300px;
}

ul{
    list-style-type: none;

}





footer {
    float: left;     
    width: 1512px;
    height: 100px;
    background-color: #94DAFF;
    text-align: center;
}

.imagen3 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-512px;
    left: 30px;
}

.imagen4 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-512px;
    left: 130px;
}

.imagen5 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-512px;
    left: 230px;
}

.imagen6 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-512px;
    left: 330px;
}

.imagen7 {
    width: 90px;
    height: 70px;
    position:absolute;
    bottom:-512px;
    left: 430px;
}
