@font-face {
    font-family: OpenSans-Regular; 
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular.woff') format('woff'),
         url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: titillium-web-bold; 
     src: url('fonts/titillium-web-bold.eot');
    src: url('fonts/titillium-web-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-web-bold.woff') format('woff'),
         url('fonts/titillium-web-bold.ttf') format('truetype');
}

html {
	background: #DCE3E6;
}	

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 CABECERA*/
 #visor-cabecera{
	width:100%;
	height:auto; 
	/*left: 0;
	right: 0;
	float: left;*/
    margin: 0 auto;
	border-bottom: 8.71px solid #FF661B;
}
.herramientas {
	margin-top:40px;
    margin-bottom: 30px;
	width:90%;
	height:100px;
    position: relative;
    left: 5%;
}

#logo-r{
	background-image: url('../img/javeriana-logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 272px;
    height: 75px;
    top: 10px;
	float:left;
	position:absolute;
}

.redalyc-s{
	float: right;
	position:absolute;
	right: 40px;
	font-family:Helvetica;
	color:#FF661B;
	font-size: 22px;
	line-height: 16pt;
	font-size-adjust: none;
	text-align:right;
}

#nombre-revista-superior{
    float:left;
    top: 53px;
    position: absolute;
    right: 95%;
    width: 280px;
}

#logo-revista-superior{
    float:left;
}


 /*DIVS DE ARTICULO*/
 #articulo{
	width:70%;
	left:15%;
	position:relative;
	color:#000000;
}

#articulo-body, #back, .articulo-resumen, .articulo-resumen-traduccion{
	text-align: justify;
	word-wrap: break-word;
}

/*front*/

#front > *:not(#articulo-meta){
	float:left;	
}

#articulo-meta{
	width: 80%;
	float: right;
	color: #FF661B;
	font-weight: bold;
	text-align: right;
	font-size-adjust: none;
}

#articulo-meta > .articulo-titulo{
	font-size: 19.56pt;
    color: #002855 !important;
}

#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;
}

#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: #FF661B;
	font-size: 12pt;
}

.articulo-palabras > .negrita, .articulo-palabras-traduccion > .negrita{
	display: block;
	color: #FF661B;
	font-size: 12pt;
}

.capital{
	font-size: 11pt;
}

#articulo-body{
	float:left;
}

#back{
	float:left;
}

/*DIV CREDITO*/
#creditos{
	width: 100%;
	height: 28px;
	background-color: #FF661B;
	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: #002855;
}

.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;
}

.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: #FF661B;
    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: #FF661B;
}	

.fechas-h, .url-r, .ficha, .financiamientos-r{
	line-height:5px;
}		

.fechas-h, .url-r, .ficha{
	padding-bottom:1pt;
}	

/* ESTILO PARA LAS IMÁGENES EN EL TEXTO */
.cuadro{
	width: auto;
	border: 1px solid #FF661B;
	padding: 10px;
	text-align: center;
	color: #515151;
	background-color: #efeded;
	
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.cuadro img{
	width: 50%;
	height: auto;
}

.inlineImage {
    max-height: 19pt;
    width: auto;
    position: relative;
    top: 12px;
}

.formula{
	margin-top: -17px;
}

.imagen{
	page-break-inside:avoid;
}

/*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;
}

.apendice{
	font-size: 12pt;
}
.art-title , .statement{
	line-height: normal;
    color: #002855 !important;
    font-size: 14pt;
    font-weight: bold;
}

.editor{
	color: #7f8080;
	font-size: 13px !important;
}

.publisher{
	line-height: 23px;
}

.word-black{ 
	font-weight: bold; 
}

.source-value{
    line-height: 18px;
}