/* Archivo CSS: alio.css */

.contenedor {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    border: 2px solid #333;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    max-width: auto;
    margin: 20px auto;
}

.imagen {
    width: 160px;
    height: 122px;
    margin-right: 15px;
    border: 2px solid #111;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    filter: contrast(120%) grayscale(40%);
    border-radius: 6px;
}

.textoalio {
    text-align: justify;
    font-size: 12px;
    color: #111;
    font-family: 'Helvetica', sans-serif;
    line-height: 1.6;
}

.texto2alio {
    text-align: justify;
    font-size: 12px;
    color: #f5f5f5; /* tono claro para el texto */
    font-family: 'Helvetica', sans-serif;
    line-height: 1.6;
}
.marco-video {
    text-align: center;
    margin: 40px auto;
    padding: 10px;
    background-color: #f4f4f4;
    border: 2px solid #333;
    border-radius: 8px;
    max-width: 700px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .titulo-video {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Helvetica', sans-serif;
    color: #111;
  }