@charset "utf-8";
/* CSS Document */
form, #links{
    width:80%;
    border: 1px solid gray;
    border-radius: 5px;
    margin:10px;
    padding:10px;
}

.modal form{
    border: none;
    width: 100%;
}
.formulario{
    display:flex;    
    flex-direction: column;
    align-items: center;
}
.ultimos{
    width: 80%;
    border: 1px solid gray;
    border-radius: 5px;
    margin:10px;
    padding:10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.enviar, .mostrar{
    display:flex;
    justify-content: center;    
}
input[type=submit]{
    margin:0 20px;
}
table{
    text-align: center;
}
h3{
    padding: 20px 0px;
}
.texto-modal{
    color:red;
}
body{
    padding-top: 50px;
}
.candidato{
    border: 1px solid lightgray;
    border-radius: 5px;
    margin:10px 0;
    padding:10px;
}