.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
      
div .fondo-pj {
  background-image: url(../../dist/img/pjback.gif); background-repeat: repeat;
}

body {
  background-image: url(../../dist/img/pjback.gif); background-repeat: repeat;
}

/*body table {
  font-family: Arial;
}

.text-lab {
  font-size: .93rem;
  font-weight: bold;
}

.text-archi {
  font-size: 1rem;
  color: #6c757d;
}*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
/*    background: url('../../dist/img/loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
    opacity: .8;
}

.loaderGestor {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../dist/img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

