/* Comentario */

/* Ejemplos de relacion de etiquetas */




body {
  min-height: 200vh;
}

a {
  cursor: pointer;

}

/* Ejemplos de relacion de atributos de clases */
.miclase {
  max-width: 80px;
}

.imagenes {
    max-width:600px;
}
.versiculo {
  font-size: xx-small;
}

ve {
 font-size: xx-small;

}

.imagen_portada {
    width: 100%;
    height: auto;
}

.imagen_viacrucis {
    width: 200%;
    height: auto;
}

.imagen_receta {
    width: 100%;
    height: auto;
}

.imagen_bandera {
    width: 15%;
    height: 10%;
}

.interlineado_alto {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 100px

}

.imagen_portada {
    width: 50%;
    height: auto;
}

.imagen_receta {
    width: 100%;
    height: auto;
}

.imagen_bandera {
    width: 10%;
    height: 10%;
}
