#interlineado{
	word-break: initial;
	line-height: 1.0;

}
/*ENLACES*/

a:link {
  color: #3366A2;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: purple;
  background-color: transparent;
  text-decoration: none;
}

 a:hover {
  color:blue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color:red;
  background-color: transparent;
  text-decoration: underline;
}

/*CONTENEDOR DE IMAGENES*/
.contenedor{
	text-align: center;
  	display:grid; 
  	max-width: 700px;
  	width: auto;	
  	height: auto;
  	align-content: center;
  	flex-direction:column;
  	grid-gap: 5px; 
  	background-color: #ccddff;
  	padding: 5px 5px 5px 5px;
    margin: auto;
    border: 1.5px solid #3366A2;
}

.contenedor> div {
 	text-align: center;
  	padding: 0px  0px  0px 0px;
 	max-width: 700px;
	max-height: auto;
	line-height: 1.0;
}

#portada {
	padding: -12px 5px 5px 5px;
	color: #ccddff;
	max-width: 700px;
	height: auto;
	text-align: center;
	width: 100%;
}

.acomodar{
	word-break:initial;
	max-width: 700px;
	line-height: normal;
}


/*ACOMODAR IMAGENES DE CABECERA*/
#visor-cabecera{
  width:100%;
  height:auto; 
  border-bottom: 8.71px solid #3366A2;
  float: left;
}

#clame{
  max-width: 100%;
  width: 25%;
  height: 100%;
  max-height: auto;
  margin: 40px 0px 40px 100px;
}

#relime{
    float: right;
    max-width: 25%;
    width: 100%;
    height: 25%;
    max-height: 100%;
    margin: 40px 55px 40px 0px;
}

/*MENSAJES FLOTANTES*/

.flotador {
  position: relative;
  display: inline-block; 
}

.flotador .centro {
  visibility: hidden;
  background-color:#99b3ff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2PX;
  position: absolute;
  z-index: 1;
  bottom: 125%;/*inica la altura del mensaje*/
  opacity: 1;
  transition: opacity 0.3s;
  left: -100%;
  width: 400px;
}

.flotador:hover .centro {
  	visibility: visible;
  	opacity: 1;
	display: relative;
}

#textoajustado{
display: absolute;
height: auto;
word-break: initial;
}


html {
	background: #CEDCE5;
}

img{
	max-width:700px;
	
}	

body {
	/*columns: 30em; pone las columnas a la pagina*/ 
	column-gap: 20px;
	margin: 6em 3% 19em 3%;
	background: #fff;
	color: #333;
	font-family: OpenSans-Regular;
	font-size-adjust: 0.45;
	position: absolute;
	box-shadow: 0 .3em 1em #000;
	margin-top: 2em;
	margin-bottom: 2em;
    word-break: break-word;
	 }
 


 /*DIVS DE ARTICULO*/
 #articulo{
	width:70%;
	left:15%;
	position:relative;
	color:#20364B;
}

#articulo-body, #back, .articulo-resumen, .articulo-resumen-traduccion{
	text-align: justify;
	word-wrap: break-word;
}
#articulo-body.articulo-resumen-traduccion{
	text-align: justify;
	word-wrap: break-word;
}

/*front*/

#front > *:not(#articulo-meta){
	float:left;	
}

#articulo-meta{
	width: 80%;
	float: right;
	color: #3366A2;
	font-weight: bold;
	text-align: right;
	font-size-adjust: none;
}

#articulo-meta > .articulo-titulo{
	font-size: 19.56pt;
}

#articulo-meta > .articulo-titulo-traduccion{
	font-size: 22px;
}

#articulo-acerca{
	
}

#ficha-general{
	border: solid;
	border-color: rgb(127,129,128);	
	border-width: .876pt 0px;
	padding: 10px 0px;
	font-size: 12pt;
}

.autor{
	padding-bottom: 13px;
}

#autores-articulo > .nombre-completo{
	display: block;
}

#autores-articulo .nombre, #autores-articulo .apellidos, .doi, .nombre-fecha, .funding, .collab{
	font-weight: bold;
}

.resumen, .resumen-trans {
	display: block;
	color: #4786BB;
	font-size: 12pt;
}

.articulo-palabras > .negrita, .articulo-palabras-traduccion > .negrita{
	display: block;
	color: #4786BB;
	font-size: 12pt;
}

.capital{
	font-size: 11pt;
}

#articulo-body{
	float:left;
	width: 100%
}

#back{
	float:left;
}

/*DIV CREDITO*/
#creditos{
	width: 100%;
	height: 28px;
	background-color: #4786BB;
	color: #efeded;
	bottom: 0;
	left: 0;
	font-size: 16px;
	text-align: center;
	float: left;
	clear: left;
     /* margin: 0 -20px -5px -20px; /* Room below for #banner menu -70px -20px 0px -20px*/
  /*padding: .6em 1em;*/
   /* padding: 20px 0px 12px 260px;*/
}

/*ESTILOS PALABRAS INDIVIDUALES*/

.italica{
	font-style: italic;
}

.negrita{
	font-weight: bold;	
}

.negrita.seccion{
	color: #4786BB;
}

.romanos, .titulo, .subtitulo{
    font-family: OpenSans-Regular;
	font-variant: small-caps;
	letter-spacing: 1px;
}

.underline{
	text-decoration: underline;
}

.superindice{
	vertical-align: super;
	font-size: 10px;
}

.subindice{
	vertical-align: sub;
	font-size: 10px;
}

.sangria{
	text-indent: 15px;
}

.quote{
	font-style: italic;
    margin-left: 25px;
    margin-right: 25px;
}

.numeracion{
	/*list-style-type: decimal;*/
	list-style-type: none;
}

.vinietas{
	list-style-type: inherit;
}

.alpha-lower{
	list-style-type: lower-alpha;
}

.alpha-upper{
	list-style-type: upper-alpha;
}

.roman-lower {
	list-style-type: lower-roman;
}

.roman-upper {
	list-style-type: upper-roman;
}

.simple {
	list-style-type: none;
}

.capital::first-letter{
	font-weight: bold;
}

.imagen-formula{
	margin-top: 20px;
}

.imagen{
	page-break-inside:avoid;
}

 a {
    color: #4786BB;
    text-decoration: none;
}

.vinietas{
	margin-left: -10px;
	font-size: 14px;
}

.texto-inciso{
	font-size: 14px;
	margin-left: 30px;
}

.inciso{
	margin-left: -15px;
	width: 15px;
	display: inline-block;
}

.imagen-formula{
	margin-top: 20px;
}

.capital::first-letter{
	font-weight: bold;
}

.captionS{
    text-align: center;
	font-weight: bold;
}

.num-rev{
	font-weight: bold;
}

h1, h2, h3{
    color: #E4801e;
}	

.fechas-h, .url-r, .ficha, .financiamientos-r{
	line-height:5px;
}		

.url-r, .ficha{
	padding-bottom:1pt;
}	

.fechas-h{
	padding-top: 7pt;
}

/* ESTILO PARA LAS IMÃ�GENES EN EL TEXTO */
.cuadro{
	width: auto;
	border: 1px solid #3366A2;
	padding: 10px;
	text-align: center;
	color: #515151;
	background-color: #efeded;
	
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.cuadro img{
	max-width: 700px;
	height: auto;
}

.inlineImage {
    max-height: 14px;
    width: auto;
    position: relative;
    top: 2px;
    display: inline;
}

.formula{
	margin-top: -17px;
}

.imagen{
	margin:auto;
	page-break-inside:avoid;
}

.imagen img{
	max-width: 700px;
}

.imagen{
	page-break-inside:avoid;
	text-align: center;
}

.formula .MathJax_SVG, .imagen-formula{
	margin-right: 5%;
}

/*NOTAS*/

.nota{
	font-size: 12pt;
	margin-left: 20px;
}

.nota-autor{
	 font-size: 12pt;
	 margin-left: 20px;
}

.label{
	width: 15px;
	font-weight: bold;
}

.referencia{
	font-size: 12pt;
	margin-left: 15px;
	text-indent: 0px;
}

.bibliografia{
	font-size: 12pt;
	margin-left: 15px;
	text-indent: -15px;
    font-size-adjust: 0.45;
	margin-left: 35px;
}

.apendice{
	font-size: 12pt;
}
.art-title , .statement{
	line-height: normal;
}

.editor{
	color: #7f8080;
	font-size: 13px !important;
}

.publisher{
	line-height: 23px;
}

.word-black{ 
	font-weight: bold; 
}

p[class="verso"]{
	margin-left: 15%;
    margin-right: 15%;
    font-size: 12px;
	text-align: left !important;
}

.verso-title{
	font-weight: bold;
}

.verso{
	font-style: italic;
}

.contenedor-tabla{
	text-align: initial;
	max-height: 600px;
	overflow: auto;
	display: flex;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-moz-justify-content: center;
	
}

.contenedor-tabla table {
	word-break: initial !important;
}


#articulo-categoria{
	font-size: 17px;
	color: #FE811C;
	font-weight: bold;
}

.cssToolTip {
    position: relative;
    color: #fff;   
}


.cssToolTip span {
	max-height: 138px;
	width: 350px;
	right: auto;
	bottom: auto;
	display: none;
	position: absolute;

	padding: 10px 20px;
	display: none;
	z-index: 2;
	text-align: left;
	overflow: hidden;
	color: black;
	background-color: #99b3f0;
	border-radius: 8px;
	
}

.cssToolTip:hover span {
    display: inline;
}