*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    /* background-color:cadetblue; */
    /*display: flex;*/
    justify-content: center;
    text-align: center;
    width: max-content;
    margin: 0,auto;
    font-size: small;
}

.header{
    display: flex;
    justify-items: center;
    align-content: center;
    justify-content: center;
    background-color: midnightblue;
}

/*     .center{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 100vh;
    background-color: cadetblue;
}
 */

.form_register{
    width: 450px;
    margin: auto;
}
hr{
    border: 0;
    background: #ccc;
    height: 1px;
    margin: 10px;
    display: block;
}
.titulo-form{
    background-color: midnightblue;
    display: flex;
    justify-content: center;
    width: max-content;
    color: whitesmoke;
}
.titulo-form1{
    background-color: midnightblue;
    color: whitesmoke;
}

tr:nth-child(even){background-color: #f2f2f2;}
tr:nth-child(odd){background-color:aquamarine;}

  a:link,a:visited{
    background-color:cadetblue;
    color:white;
    padding: 6px 8px;
    text-align:center;
    text-decoration: none;
    display: inline-block;
    border-radius:3px;
}

h1,h2,h3,h4{
    color: #f2f2f2;
    text-align: center;
}

header{color: antiquewhite;
    align-content: center;
    justify-content: center;
    /* background-color: #4caf50; */
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    display: flex;
    position: relative;
  }
  
 .paginar ul{
    padding: 15px;
    list-style: none;
    background: #fff;
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: inline-flexbox;
}

.paginar a:link, .pageSelected{
    /* background-color: #fff; */
    color:whitesmoke;
    border: 1px solid #ddd;
    padding: 3px;
    display: inline-block; 
    font-size: 11px;
    text-align: center;
    width: 25px;
}
.paginar a:hover{background-color: #ddd;}

.pageSelected{
    color:#fff;
    background: #428bca;
    border: 1px solid #428bca;
};

/* input:focus{
    background-color: grey;
} */

table{
    background-color: lightgray;
    border-collapse: collapse;
    width:max-content;
}

th{
    background-color: steelblue;
    color: white; 
}
th,td{
    text-align:left ;
    padding:2PX;
};

label{
    background-color: grey;
    color: white;
};

input[type=text] {background-color: white} ; 

/* input[type=text],select{
    width: 100;
    padding: 12px 20px;
    margin: 6px 0;
    display: inline-block;
    border:1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
} */

input[type=submit]{
    width: 100;
    background-color: #4caf50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    display: inline-block;
    border:none;
    border-radius: 4px;
    cursor:pointer;
}

a:hover, a:active{
    background-color: lightblue;
    border-radius: 5px;
}