

#main {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#title_main {
    color: blue;
}
#poli_priva {
    width: 50%;
}
/* #responsable {
    width: 50%;
    border: solid 1px green;
}
#datos_personales {
    width: 50%;
    border: solid 1px green;
}
#datos_obtenidos{
    width: 50%;
    border: solid 1px green;} */
