/* *{
   margin: 0;
   padding: 0;
   box-sizing: border-box; 
} */

a {
    color: #e4801e;
    text-decoration: none;
  }
  
  p.metadata-entry {
    margin: 10px 0;
  }
  
  /*DIVS DE CABECERA*/
  #visor-cabecera {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    float: left;
    border-bottom: 8.71px solid rgb(141, 27, 52);
  }
  
  .herramientas {
    margin-top: 40px;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
  }
  
  #logo-r {
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 275px;
    height: 100%;
    left: 110px;
    margin-bottom: 20px;
  }
  
  .redalyc-s {
    float: right;
    position: relative;
    right: 55px;
    font-family: Helvetica;
    color: #777777;
    font-size: 16px;
    line-height: 16pt;
    font-size-adjust: none;
    text-align: right;
    width: 275px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  
  /* ------ CONTAINER ----------- */
  
  /*DIVS DE ARTICULO*/
  .container {
    margin: 0 auto;
    max-width: 1440px;
    /* width: 80%; */
    /* left:15%; */
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    color: #777777;
  }
  
  #article1-front,
  #article1-back,
  .two-column {
    text-align: justify;
    word-wrap: break-word;
  }
  
  #article1-body {
    text-align: justify;
    word-wrap: break-word;
  }
  
  a.asterisco {
    color: #777777;
  }
  
  a.email {
    color: #777777;
  }
  
  a.url {
    color: #e4801e;
    font-weight: normal;
  }
  
  h4.callout-title {
    display: block;
    color: #e4801e;
    font-size: 12pt;
  }
  
  .display-information {
    display: none;
  }
  
  .generated {
    font-weight: bold;
  }
  
  p.subject {
    color: #e4801e;
    font-weight: bold;
  }
  
  .title {
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
    text-align: justify;
  }
  
  .category {
    padding-right: 50px;
    border: 1px solid transparent;
  }
  
  .document-title {
    text-align: right;
    word-wrap: break-word;
    color: rgb(141, 27, 52);
  }
  
  .title-en {
    text-align: right;
    word-wrap: break-word;
    font-size: 32px;
    font-weight: bold;
    color: rgb(141, 27, 52);
  }
  
  p.top {
    margin-top: 25px;
  }
  
  p.uni{
    margin-top: -8px;
  }
  
  p#d1e63 {
    margin-top: -10px;
  }
  
  .autor-articulo{
    font-weight: bold;
  }
  
  /* ------ ARTICLE1-FRONT ----------- */
  
  .cell p.metada-entry {
    text-align: left;
  }
  
  /* ------ ARTICLE1-BODY ----------- */
  
  h2.main-title {
    display: block;
    color: #e4801e;
    font-size: 12pt;
  }
  
  h3.section-title {
    display: block;
    color: #e4801e;
    font-size: 12pt;
  }
  
  h4.block-title {
    display: block;
    color: #e4801e;
    font-size: 12pt;
  }
  
  /* ESTILOS KEYWORD */
  
  
  
  /* ------ ARTICLE1-BACK ----------- */
  
  span .generated {
    display: none;
  }
  
  p.display-information {
    display: none;
  }
  
  span.display-information {
    display: none;
  }
  
  .citation {
    margin-top: -30px;
    font-size: 12pt;
    text-indent: -15px;
    margin-left: 15px;
    text-align: left;
  }
  
  .top {
    margin-top: 40px;  
  }
  .bottom {
    margin-bottom: 20px;
  }

  .fuente{
    font-style: i;
    margin-left: 25px;
    margin-right: 25px;
  }
  
  .first {
    font-style: i;
    margin-left: 25px;
    margin-right: 25px;
  }
  
  a.autor {
    font-style: normal;
  }
  
  
  /* ESTILO PARA LAS IMÃ�GENES EN EL TEXTO */
  .panel{
      width: auto;
      /* border: 1px solid #E4801e; */
      padding: 10px;
      text-align: center;
      color: #515151;
      /* background-color: #efeded; */
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
  }
  
  .panel img.img-2{
      width: 50%;
      height: auto;
  }
  
  .panel img.img-1{
      width: 30%;
      height: auto;
  }
  
  .panel img.img-map{
    width: 70%;
      height: auto;
  }
  /* ------ ARTICLE1-FOOOTER ----------- */
  
  .footer {
    display: none;
  }
  
  .footer-bottom{
    margin-bottom: 100px;
  }

  .justificar{
    text-align: justify;
  }
  


