.DivPrograma{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.ProgramaContenedor{
    width: 85%;
    position: relative;
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: justify;
}

.NombreMesa, .NombreConferencia, .fechaContenedor > p, section > h1{
    color: rgb(243, 151, 66);
    font-weight: bold;
}

.fechaContenedor{
    width: 100%;
    display: flex;
    text-align: justify;
}
.fechaContenedor > p{
    background-color: rgb(243, 151, 66);
    color: white;
    border-radius: 10px 10px;
    padding: 8px;
}

.EncabezadoPrograma{
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(1, 40% 60%);
}
.Horario, .Actividad{
    width: 100%;
    background-color: rgb(182, 182, 182);
    text-align: center;
    padding: 15px;
    font-weight: bold;
}



.InfoProgramaContenedor{
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(1, 20% 20% 60%);
    grid-row-gap: 25px;
}
.PaisesContenedor{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PaisesContenedor > img{
    max-width: 60%;
}

.DescripcionActividad{
    width: 100%;
}

section{
    padding-bottom: 50px;
}
section > h1{
    text-align: center;
    /*text-decoration: underline;
    text-decoration-color: rgb(104, 104, 104);*/
    text-decoration-thickness: 3px;

}

.Negritas{
    font-weight: bold;
}