

body {font-family: "Open Sans", sans-serif !important;
  position: relative;

}
/* ---------------Front ------------------------ */

h4.generated {
  background-color: #f1f1f1;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    
    
}
 
img{max-width:100%;height:auto;}

#article-body a:visited {
  color: #4c8afd;
}
#article-body a:link {
  color: #4c8afd;}

.document-title a:visited{

  color: #4c8afd;

}

.document-title a:link{

  color: #4c8afd;

}

div#article-front{
	
	padding: 20px;

}

div#article-body{
	
	padding: 10px;
	
}

div#article-back {
    padding: 20px;
}



  div.panel img:hover{
  /* tranformamos el elemento al pasar el mouse por encima al doble de
     su tamaño con scale(2). */
  transform : scale(1.2);
  -moz-transform : scale(1.2);      /* Firefox */
  -webkit-transform : scale(1.2);   /* Chrome - Safari */
  -o-transform : scale(1.2);        /* Opera */
  transition: all 1.5s ease;
}


div.two-columnmeta{
  font-size: 12px;
    /*position: absolute;*/
    bottom: -15px;
    left: 16.2%;
    right: 0;
    /*height: 296px;*/
}

div.rowmeta { display: table-row;
  display: flex;
    
 }


 /*div.rowmeta div.cell { align-content: left;
  display: table-cell; padding-left: 10em; padding-right: 5em; }*/
 
  h1.document-title {font-size: 40px;
    text-align: center;
    margin-top: 60px;
    line-height: normal;
  }
 div.centered p.metadata-entry {font-size: 30px;
  text-align: center;
  margin-top: 60px;
  line-height: normal;
 
  }
/* autores */
div.cellautores {font-size: 15px;
  text-align: center;
  margin-top: 10px;
  color: rgb(1, 5, 63);

}
  
div.cellaff {font-size: 20px;
  text-align: right;


}
 
h4.callout-title{
  margin-left: 20px;
  font-size: 15px;
  font-weight: bold;
}

div.cellkwd {margin-left: 30px;margin-top: 12px;}
/*le puse dos columnas para los resumenes complejos*/
/*mirar si funciona con resumenes simples*/

div.resumen {
font-size: 15px; 
display: inline-block;
/*column-count: 2;*/
text-align: justify;

}

div.resumen h3.title { font-size: 15px;

}
div.resumen h3.section-title{

  font-size: 15px;
}

h4.kwd-group-label {
  font-weight: bold;
}

/* ---------------- Cuerpo ------------------------------ */

h2.main-title {
  margin-top: 60px;
  font-size: 25px;
  text-align: center;
  border: #fff;
  border-style: solid;
  background: #f1f1f1;
  font-weight: bold;
}

div.section p {font-size: 15px;
}

div.section p.citation-mixed {font-size: 95%; text-align: justify;
}
  
div.body p {color: black;
font-size: 15px;
line-height: normal;
text-align: justify;}
}
h4.subsection-title {margin-top: 20px;
  font-size: 25px;
  text-align: left;
  margin-left: 30px;

}

/*tablas*/

div.table-wrap h5.label {
  font-size: 15px;
  
}
div.table-wrap h3.title {
  font-size: 15px;
  font-weight: normal;
}

/*figura y tabla*/
div.panel {
  text-align: center;
  background-color: white;
  font-size: 90%;
  border: thin solid #e6e6e6;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div.fig  h3.title {
  font-size: 15px;
  font-weight: normal;
}
/**/


div.blockquote {margin-left: 20%;
  margin-right: 10%;
  text-align: justify;
  font-size: 80%;

}

div.verse {text-align: center;
  font-size: 80%;


}
div.disp-formula {margin: 10px;
  
  

}

div.disp-formula h5.label {
  margin-left: 80%;
  color: rgb(20, 2, 37);
  display: inline-block;
  
}
div.disp-formula img {/*margin-left: 50%;*/
  
}


/* ---------------- Back ------------------------------ */

p.citation-element {
  display: none;
}

div.footnote {margin-top: 3%;}


.metadata-group{

  font-size: 12px;
}


/*div.generated:hover  .metadata-group {display:block   }*/

.branding{
  display: none;
}


.part-rule:nth-last-of-type(1) {
  display:none;
}

.ref-list.table{

  border-bottom: solid;
  border-color: #ececec;
  border-width: 1px;
}


table{
  width: 50%;
  margin: auto;
}

table, th, td {
  border: 1px solid black;
}

td {
  height: 30px;
  vertical-align: bottom;
}



/* ---------------- End ------------------------------ */
@media (max-width: 1900px) {
  /*div.two-columnmeta*/{
    font-size: 12px;
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
  }
}