
.titInfo {
    font-size: 15px;
    font-weight: 700;
  }
  .titInfo img {
    position: relative;
    width: 22px;
    height: 22px;
    top: -2px;
  }
  .form-dat {
    min-height: 50px;
    padding: 0 8px 10px 8px;
    border: 2px solid #ddc9a5;
    border-radius: 10px;
  }
  .form-dat label {
    font-size: 12px;
    font-weight: 600;
    color: #bb965c;
    line-height: 1;
  }
  .form-dat p {
    font-size: 14px;
    font-weight: 600;
    color: #292929;
    line-height: 1;
  }
.caja-info {
    margin: 15px;
    padding: 15px 20px;
    background: #fff0;
    border-radius: 15px;
    box-shadow: 0 0 3px #000000;
  }
  .caja-info p.datLleno {
    font-size: 13px;
    border: 2px solid #ddc9a5;
  }
  .caja-info label.titLleno {
    font-size: 11px;
  }
/*ADMINISTARDOR SISTEMA DE SELECCIÓN DE PERSONAL*/
.limit-administrador{
    width: 90%;
    margin: auto;
    margin-top: 70px;
    padding-bottom: 15px;
}
#bandejaUsu{
    background: #fff;
    box-shadow: 0 0 3px gray;
    border-radius: 15px;
}
.form-text{
    font-size: 14px;
    font-weight: 500;
    border: 1.5px solid #cccaca;
    background: #f0f0f0;
    margin-top: 0;
    border-radius: 8px;
}
.headTable{
    padding: 5px 10px;
    height: 48px;
    line-height: 40px;
}
.formLabel{
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}
.table-head{
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #ddc9a5;
}
#table-gral th, #table-gral td{
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    padding: 4px 10px;
}
#table-gral td{
    font-weight: 500;
}
#table-gral tr{
    border-bottom: 2px solid #d5d5d5;
}
.btnAct{
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    transition: .8s background;
}
.btnAct:hover, .btnAct:focus{
    cursor: pointer;
    background: #6F1228;
}
.btnAct i{
    font-size: 20px;
    padding: 5px;
}
.btnAct:hover i, .btnAct:hover img{
    opacity: 0;
}
.btnAct:hover:before{
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.btnAct:before{
    content: attr(data-hover);
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .5s ease-in-out;
}
.form-control.form-basic-lleno {
    margin-top: 5px;
    border-radius: 10px;
    height: 40px;
    border: 2px solid #235B4E;
    font-weight: 700;
}
.form-input {
    margin-top: 5px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #cccaca;
    background: #f0f0f0;
    border-radius: 10px;
}
.form-input:focus{
    border: 2px solid #ddc9a5;
}
.procPadron{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 43px;
}
.procPadron span{
    font-weight: 800;
}
.iconTit{
    width: 25px;
}
.form-select select{
    padding: 5px;
}
.form-select option{
    padding: 2px 0;
    font-size: 15px;
    font-weight: 500;
}

/* MODAL GRAL */
.modal-gral .modal-content{
    border-radius: 16px;
}
.modal-gral .modal-header{
    padding: 8px;
    border-radius: 15px 15px 0 0;
}
.modal-gral .modal-header h5{
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
label.titForm {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding-left: 15px;
}
.modal-gral .btn-close {
    width: 25px;
    height: 25px;
    padding: 10px;
    background: transparent;
    opacity: .60;
    transition: .3s all;
}
.modal-gral .btn-close:hover{
    opacity: 1;
}