
/* Gestion GENERAL -----------------------------------------------------------*/

body {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: #d9d9d9;
}
.menu {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0px 10px 10px;
    border: 2px solid black;
}
.pantalla {
    margin: 0 auto;
    text-align: center;
    font-size: 80px;
    color: green;
}
nav {
    text-align: center;
}
.valida_private {
    font-size: 15px;
    color: black;
    font-weight: bold;
}
h2 {
    font-size: 20px;
    color: red;
    font-weight: bold;
    padding-bottom: 15px;
}
button {
    margin: 10px;
}
.registre {
    width: 100%;
    text-align: center;
    clear:both;
}
.reg_cabecera, .reg_cabecera_sel {
    width: 21%;
    margin-left: 1%;
    float: left;
    background-color: #6666ff;
    border: 3px solid blue;
    color: white;
}
.reg_cabecera_sel {
    width: 7%;
}
.reg_data {
    height: 25px;
    text-align: center;
}
.reg_data_column, .reg_data_sel {
    width: 21%;
    height: 19px;
    margin-left: 1%;
    float: left;
    border: 3px solid transparent;
    background-color: #b3b3ff;
}
.reg_data_sel {
    width: 7%;
    background-color: none;
}
.reg_data_column:hover{
    background-color: #9999ff;
}
.pag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tracta_seleccio {
    padding-top: 15px;
    margin-left: 4.1%;
    clear: both;
    text-align: left;
}
