h1 {
    background-color: mistyrose;
    font-size: 2em;
    text-align: center;
    color:salmon;
}

.claseCita {
    margin: auto;
    text-align: center;
}

p {
    font-style: italic;
    font-size: 19px;
    border-top: 2px rgb(160, 125, 255) solid;
    border-bottom: 2px rgb(160, 125, 255) solid;
    padding: 8px;
    display: inline-block;
}

.claseHighlight {
    background-color: rgb(189, 164, 255);
    font-weight: bold;
    line-height: 1.7;
}

.claseComillas {
    font-weight: bold;
    font-size: 25px;
}

h2 {
    background-color: rgb(178, 255, 223);
    font-size: 1.8em;
    text-align: center;
    color:rgb(84, 177, 138);
}

.claseImagen {
    width: 55%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 8px;
}

.estiloImagen {
    height: auto;
    box-shadow: 0px 0px 15px rgba(66, 90, 114, 255);
}   