/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 27-ago-2023, 14:37:54
    Author     : José Manuel
*/
/* styles.css */

* {
    font-family: "Perpetua", serif, Times, "Times New Roman", Georgia;
}

h1.monograph {
margin-top: 5em;
font-size: 26px; 
text-align: center; 
font-weight: bold;
}

h1.title { 
margin-top: 5em;
font-size: 26px; 
text-align: center; 
font-weight: bold;
}

h1.title_eng { 
margin-top: 2em;
font-size: 26px; 
text-align: center; 
font-weight: bold;
}


h2 { 
font-size: 22px; 
text-align: center; 
font-weight: bold;
}

h3 { 
font-size: 22px; 
text-align: center; 
font-weight: bold;
}
    
   .datos {
    display: block;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    font-weight: normal;
    width: 35em;

    }

    .author {
        text-transform:uppercase;
            margin-bottom: 0px;
            text-align: center;
    }
    .affiliation {
   margin-bottom: 0px;
   text-align: center;
   
    }
   .email {
       margin-bottom: 0px;
       text-align: center;
   }
   .ORCID {
      margin-bottom: 0px;
      text-align: center;
   }

.epigraph {
    margin: 0px 5em 1em 5em;
    text-align:justify; 
    font-size: 22px;    
    font-weight: bold;
    text-indent: 0px;
    text-transform: uppercase;
   }

   .meta {
       
       margin-top: 5em;
 margin-bottom: 5em;
   }
   

   .resumen, .abstract, .p_clave, .keywords {
margin: 0px 5em 1em 5em;
text-align:justify; 
font-size: 22px; 
text-indent: 0px;
   }

p {
margin: 0px 5em 1em 5em;
text-align:justify; 
font-size: 22px;     
text-indent: 30px; 


    }
    
    .aceptacion_recepcion {
        margin-top: 3em;
        margin-bottom: 3em;
        margin-left: auto;
        margin-right: auto;
        width: 35em;
    }

    blockquote {
        font-size: 20px;
        margin: 10px 10em 1em 10em;
        text-align:justify;     
        
    }
    
    .reference {
        
        margin: 0px 5em 1em 5em;
        text-align:justify; 
        font-size: 22px;  
padding-left: 22px ;
         text-indent: -22px ;
    }
sup {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

tr {
    text-align: justify;
    font-size: 30px;
    
}
  
   td {
    text-align: justify;
    font-size: 30px;
    
} 

table {
    text-align: justify;
    font-size: 30px;
}
    .center {
      
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align:center;
  align-content: center;

  }

/* table {
    text-align: center;
} */