.center-content{
    position: relative;
    margin: 0 auto;
    width: 90%;
    border: 1px solid #0070c0;
}


/* Formatos de textos */
/* Informacion superior  */
.ft0{font: bold 15px 'Arial';
    color: #0070c0;
    line-height: 18px;}
.ft1{font: bold 16px 'Arial';
    color: #0070c0;
    line-height: 18px;}
/* Numeor de requisicion */
.numReq{font: bold 15px 'Arial';
        color: #ff0000;
        line-height: 18px;}
/* Firmas inferiores*/
.ftFirm{font: 13px 'Arial';
        color: #0070c0;
        line-height: 16px;}
.nomb{font: 13px 'Arial';
        color: #000000;
        text-align: center;
        height: 10px;
}
.info{
    font:  14px 'Arial';
    color: #000000 ;}
    
.total{
    font:  14px 'Arial';
    color: #000000 ;
    text-align: right;}


/* Posicion de elementos */
/* Datos a llenar texto */
.p0{text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;}
/* Firmas texto */
.subra{
    border-bottom: 1px solid #88b2ff;
}
.p4{text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;}
/* Textos a llenar */
.td0{padding: 0px;
    margin: 0px;
    width: 473px;
    vertical-align: bottom;}
.td1{padding: 0px;
    margin: 0px;
    width: 125px;
    vertical-align: bottom;
    height: 20px;}
/* Firma  */
.td2{padding: 0px;
    margin: 0px;
    width: 375px;
    vertical-align: bottom;
    text-align: center;
    height: 5px;}

/* Espacios generales */



.lintx{ width: 92%;
    margin: 0 auto;
        font:  14px 'Arial';
        color: #0070c0;}

.normal {
    width: 92%;
    margin: 0 auto;
    border: 1px solid #8bb3e4;
    border-collapse: collapse;
  }
  .normal th, .normal td {
    border: 1px solid #8bb3e4;
  }
  .normal tr{
      height: 25px;
  }

  .cabeza{
    Background-color:#0070c0; 
    font: bold 14px 'Arial';
    color: #ffffff;
    line-height: 19px;  
  }
  .elementCenter{
    font:  14px 'Arial';
    line-height: 21px;  
    text-align: center;
  }
  .elementRight{
    font:  14px 'Arial';
    line-height: 20px;  
  }
  .firmas {
      width: 70%;
      margin: 0 auto;
  }