/**
    CSS PARA EL INDEX
*/

header{
    background-image: url('../img/header_aviso_legal.jpg');
    
}

.flex-container{
    display: flex;
    justify-content: space-around;
}

section > h2 {
    text-align: left;
}



ul, ol{
    margin-left: 50px;
}

li{
    margin: 10px auto;
}

ol#guia{
    margin: 50px;
    font-weight: bold;
} 


