.olano {
    color: forestgreen !important;
  }
  .btn-olano {
    background-color: forestgreen !important;
    color: white !important;
  }
  .datos_cabecera {
    margin-bottom: 0;
  }
  .tabla_informe {
    width: 100%;
    border-collapse: collapse;
  }
  .titulo_informe {
    background: #c0c0c0;
    font-size: large;
    font-weight: bold;
    height: 2.5rem;
    text-align: center;
    border: solid 1px black;
  }
  .rotulos_informe {
    background: #ffffff;
    font-size: medium;
    font-weight: bold;
    height: 1.5rem;
    text-align: center;
    border: solid 1px black;
  }
  .items_informe {
    background: #ffffff;
    font-size: medium;
    height: 4rem;
    border: solid 1px black;
  }
  .texto_informe {
    padding: 0 1rem;
  }
  .pie_informe {
    background: #ffffff;
    font-size: medium;
    border: solid 1px black;
    font-weight: normal;
    padding: 1rem;
  }
  .titulofoto {
    font-weight: 700;
    color: black;
  }
  .parrafo_sin_margen {
    margin: 0;
    font-size: medium;
    font-weight: normal;
  }
  .casilla_carga {
    padding: 0 1rem;
  }
  .tabla_pdf {
    width: 100%;
    border: solid 1px black;
    border-collapse: collapse;
  }
  p.titulo_pdf {
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin: .5rem auto;
  }
  .rotulos_titulos_pdf {
    background: #ffffff;
    font-size: small;
    font-weight: bold;
    height: 1.5rem;
    border: solid 1px black;
    width: 22%;
    padding: 0 1rem;
  }
  .items_titulos_pdf {
    background: #ffffff;
    font-size: small;
    font-weight: normal;
    height: 1.5rem;
    border: solid 1px black;
    width: 28%;
    padding: 0 1rem;
  }
  .titulo_informe_pdf {
    background: #c0c0c0;
    font-size: medium;
    font-weight: bold;
    height: 2rem;
    text-align: center;
    border: solid 1px black;
    padding: 0 .1rem;
  }
  .rotulos_items_pdf {
    background: #ffffff;
    font-size: medium;
    font-weight: bold;
    height: 1.5rem;
    border: solid 1px black;
    width: 50%;
    padding: 0 1rem;
  }
  .items_pdf {
    background: #ffffff;
    font-size: medium;
    font-weight: normal;
    height: 1.5rem;
    border: solid 1px black;
    width: 50%;
    padding: 0 1rem;
  }
  .items_security_pdf {
    background: #ffffff;
    font-size: medium;
    font-weight: normal;
    height: 2.5rem;
    border: solid 1px black;
    padding: 0 1rem;
  }
  img.img_pdf {
    height: 140px;
    image-orientation: from-image;
  }
  img.icono_pdf {
    height: 20px;
    display:table;
    margin:0 auto;
  }
  th.pie_pdf {
    padding: 1rem;
    text-align: left;
  }
  .parrafo_pdf {
    margin: .2rem;
    font-size: medium;
    font-weight: normal;
  }
  .sweet-alert { 
    width: auto;
    height: auto;   
  }
  .inputInvisible {
    display: none !important;
  }
  .notbold {
    font-weight: normal;
  }
  .centro {
    text-align: center;
  }
  .derecha {
    text-align: right;
  }
  