li{
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.menu,.lista-menu{
    display: flex;
    align-items: center;
    height: 90px;
    }
    .menu{
        background-color: silver;
        color: white;
    }
    .menu img{
        width: 100px;
        padding-left: 20px;
    }
    .nav-menu{
        flex-grow: 2;
    }
    .lista-menu{
        justify-content: space-around;
    } 
    .lista-menu>li:hover{
        background-color: red;
        color: black;
        width: 100px;
        text-align: center;
        border-radius: 50px;
        }
    .lista-menu>li{
            list-style: none;
            cursor: pointer;
             }
             a{
                color:white;
                text-decoration: none;
            }
    h1{
      text-align: center;
      font-size: 40px;
      font-family: sans-serif;
    }
    h2{
        text-align: center;
        font-size: 40px;
        font-family: sans-serif;
      }
    .bloque1{
    width: 100%;
    display: flex;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 0;
    text-align: justify;
    font-family: fantasy;
    }
    #imagenp1{
        float: left;
        border: 10px;
        padding: 50px;
    }
    .parrafo1{
        width: auto;
        letter-spacing: 1px;
        font-family: cursive;
        color: black;
        float: right;
        font-size: 25px;
        margin: 5%;
    }
    .bloque2{
        width: 100%;
        letter-spacing: 5px;
        text-align: justify;
        font-family: cursive;
        }
        .parrafo2{
            float: right;
            font-size: 25px;
            margin: 5%;
        }
        .bloque3{
            width: 100%;
            display: inline-block;
            font-size: 30px;
            letter-spacing: 5px;
            margin: 0;
            text-align: justify;
            font-family: fantasy;
            }
            #imagenp3{
                border: 10px;
                padding: 50px;
                display: block;
                margin: auto;
            }
            .parrafo3{
                width: auto;
                letter-spacing: 1px;
                font-family: cursive;
                color: black;
                float: right;
                font-size: 25px;
                margin: 5%;
            }
            .pie{
                background-color:silver;
                margin-top: 40px;
                height: 100%;
                width: 100%;
                padding: 20px;
                text-align: center;
            }
            .imgpie{
            margin-top: 20px;
            margin-left: 5px;
            border-radius: 50px;
            }
            .parrafopie{
                color: black;
                font-size: 30px;
                font-family: 'Courier New', Courier, monospace;
            
            }
            .contenidopie{
                display: flex;
                justify-content: center;
                align-items: center;
            
            }
            .formulario{
                    margin-left: 120px;
                    margin-top: 20px;
                    margin-right: 120px;
                    width: auto;
                    background-color: black;
                    box-sizing: border-box;
                    padding: 20px 20px;
                    border-radius: 7px;
                    font-family: cursive;
                     }
            input,textarea{
                         width: 100%;
                         margin-bottom: 20px;
                         font-size: 17px;
                         border-radius: 7px;
                         font-family: cursive;
            }
            textarea{
                        min-height: 200px;
                        max-height: 200px;
            }
            #boton{
                        background-color: red;
                        color:black;
                        padding: 20px;
            }
            #boton:hover{
                         cursor:pointer;
                         background-color:blue;
            }
            h3{
                        text-align: center;
                        color: red;
            }