.procesos{
    margin-left: 100px
}

h1 {
    background-color: #3D5A6C;
    color: #fff;
    font-size: 35px;
    font-variant: small-caps;
    text-align: center;
	margin-bottom:20px;
}


p{
    font-size: 20px;
    font-variant: small-caps;
    text-align: left;
}
.exe1{
    width: 220px;
}
.button {
    background-color: #bce1eb;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 5px;
    border-radius: 4px;
    transition-duration: 0.4s;
    float: right;
    width: 200px;
}
.button2:hover {
    background-color: #0000ff;
    color: white;
    box-shadow: 0 12px 200px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0);
    width: 200px;
}
.button55{
    background-color: #bce1eb;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 5px;
    border-radius: 4px;
    transition-duration: 0.4s;
    float: right;
    width: 200px;
}
.var{
    width:300px;
    height:30px;
}

.div-body{
    /*height: 650px;*/
}

.div-footer{
    color: #fff;
    background-color: #3D5A6C;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.jumbotron-center {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.jumbotron{
    height: 150px;
}

#cedulajur {
    background-color: white;
}
#nombre {
    background-color: white;
}

#apellido {
    background-color: white;
}

.btn-options{
    float: none;
    margin-right: 10px;
}

.btn-cubo{
    width: 34px;
    height: 34px;
}

.label-options{
    margin-bottom: 15px;
    font-size: large;
}

.table-dark{
    color: #fff;
    background-color: #3D5A6C;
}

.table tbody tr td,
.table tbody tr th{
    border-top: none;
}

.table-dark.table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(255,255,255,.05);
}