

h2 {
    color:white;
    border-style: solid;
    border-width: 3px;
    background-color: #9faefa;
    border-color: white;
    text-align: center;
    
}

P.presentacion{
    font-size:1.3em;
    color: green;
    font-weight: bold;
}

p.comentario{
    color: green;
}

p.comentario_importante{
    color: red;
}

p.pregunta{
    color: black;
}

img.inline{
    height: 50px;
    width: 50px;
}


.letra{
    font-size:1.3em;
    color: red;
    font-weight: bold;
}
/* Estilo para la imagen en miniatura */
.thumbnail {
    max-width: 120px;
    cursor: pointer;
    transition: transform 0.2s;
}

/* Estilo para la imagen ampliada */
.enlarged-image {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.enlarged-image img {
    max-width: 90%;
    max-height: 90%;
}