/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-oct-2018, 18:48:26
*/

#titulo {
    text-align: center;
    color: white;
}

#campo1 {
    background-color:lightblue;
}

#campo2 {
    background-color: lightblue;
}

#campo3 {
    background-color: lightblue;
}

#campo4 {
    background-color: lightblue ;
}

#campo5 {
    background-color: lightblue;
}

body {
    background-color: #1367d1  ;
}

table#permisos label {
    width: 80px;
    height: auto
    
}

#titulo1 {
    background-color: #1367d1;
    color: white;
}


