
body{
    margin-bottom: 0%;
}

.contenedor{
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: 10px;
    justify-content: center;
    margin-bottom: 0%;
}

.contenedorp{
    display: flex;
    flex-direction: column;
    height: 1500px;
    margin: 10px;
    justify-content:space-evenly;
}

.imagen{
    width: 350px;
    margin: 0%;
    padding: 15px 15px 15px 15px;
}

img:hover{
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    background: lightgray;
}

footer{
    text-align: center;
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background: lightgray;
    margin: 0%;
}