@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');
}

@container style(--visor: true) {
	.herramienta-descarga-none, .herramienta-descarga{
		display: none !important;
	}
}


body{
	overflow: hidden;
	font-family: OpenSans-Regular;
	font-size: 12px;
	background-color: #ffffff;
}

.rojo, a{
    color: #be0000;
	text-decoration: none;
}

a[href^="#ee"]{
    color: black;
}

.negrita{
	font-weight: bold;
}

.italica{
	font-style: italic;
}

.underline{
    text-decoration: underline;
}

.romanos{
	font-variant: small-caps;
}

.sangria {
	text-indent: 30px;
}

.quote{
    margin-left: 25px;
    margin-right: 25px;
}

.sangria img.inlineImage{
	 text-indent:0!important;
}

.numeracion{
	/*list-style-type: decimal;*/
	list-style-type: none;
}

.vinietas{
	list-style-type: disc;
}

.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;
}


/*			CABECERA			*/			
#visor-cabecera{
	position: absolute;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #bbb;
}

#logo-titulo{
	position: absolute;
	height: 30%;
	width: 100%;
	text-align: center;
	overflow: hidden;
	top: 70%;
	background-color: #8f1b33;;
	color: white;
	font-size: 11px;
	z-index: 2;
	cursor: pointer;
}

#autores-sitio{
	width: 80%;
	margin: auto;
	margin-top: 3px;
	border-radius: 10px;
	background-color: #efeded;
	color: #515151;
	padding: 15px;
	position: relative;
}

#portadilla{
	max-height: 180px;
	overflow: hidden;
}

#titulo{
	position: relative;
	top: 2.5px;
	text-transform: uppercase;
}

#logo-titulo-span{
	background-image: url(../img/flecha-min.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 226px;
    height: 26px;
    position: absolute;
    top: 6px;
    right: 17px;
}

    
#autores{
	display: none;
}

#barra-herramientas{
	position: absolute;
	height: 70%;
	width: 100%;
	top: 0;
	text-align: center;
}

#datos-revista, #institucionLogo, #revistaLogo{
	float: left;
	width: 30%;
	height: 100%;
	display: none;
}

#logotipo{
    background-image: url(../img/redalyc-378px.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    cursor: pointer;
	width:170px;
	height:100%;
	right: 5px;
}

#institucionLogo{
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    cursor: pointer;
}

#revistaLogo{
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    cursor: pointer;
}

/*
#logotipo img{
	height: 40px;
	width: auto;
	margin-top: 5px;
}*/

#herramientas{
	float: left;
	width: 100%;
	height: 100%;
	
	display: inline-flex;
	display: -webkit-flex;
	
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	
	align-items: center;
	-webkit-align-items: center;
}

#datos-revista{
	font-size: 11px;
	width: 30%;
}

.h-flotante{
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 30px;
	background-color: #e7801f;
	z-index: 2;
	display: none;
	opacity: 0;
	/*box-shadow: 1px 3px 5px #515151;*/
	cursor: pointer;
}



#descarga-pdf{
	background-image: url('../img/pdf.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#impresion-pdf-n{
	background-image: url('../img/40px-icono-pdf.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}


#visor-html{
	background-image: url('../img/html-r.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#descargas-r{
	background-image: url('../img/descargas-r.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
	display:none;
}

#descarga-epub{
	background-image: url('../img/epub-r.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}
#numero-completo{
	background-image: url('../img/redalyc_icono_numero.png');
	background-repeat: no-repeat;
	background-position: center;
}
#revista-completa{
	background-image: url('../img/redalyc_icono_sitio_rev.png');
	background-repeat: no-repeat;
	background-position: center;
}
#como-citar{
	background-image: url('../img/redalyc_citas.png');
	background-repeat: no-repeat;
	background-position: center;
}
#aumentar-tamanio{
	background-image: url('../img/aumentar-tamanio.png');
	background-repeat: no-repeat;
	background-position: center;
}
#reducir-tamanio{
	background-image: url('../img/reducir-tamanio.png');
	background-repeat: no-repeat;
	background-position: center;
}

#visor-html-mini{
	background-image: url('../img/html-r-mini.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}
#descarga-epub-mini{
	background-image: url('../img/epub-r-mini.png');
	background-repeat: no-repeat;
	background-position: center;
}
#impresion-pdf-mini{
	background-image: url('../img/ICONOPDFletras.png');
	background-repeat: no-repeat;
	background-position: center;    
	background-position-y: 13px;
    background-size: 39px;
}

.herramienta {
	height: 42px;
	width: 32px;
	/*padding-right: 5px;*/
	/*border-radius: 25px;*/
	cursor: pointer;
	/*border: 1px solid #aaa;*/
	background-size: contain;
	
	font-size: 8px;
	text-align: center;
	position: relative;
	top: -5px;
}

.herramienta > span{
	position: relative;
	bottom: -36px;
	margin: auto;
}

.herramienta-descarga-none, .herramientas-descarga{
	display: contents;
}

#logo-r{
	background-image: url('../img/opciones-redalyc.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 1px solid transparent;
	margin-top: 10px;
	width: 40px;
}

/*.herramienta[title="Secciones "]{*/
#secciones-t{
	background-image: url('../img/secciones-barra-inactivo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#secciones{
	background-image: url('../img/secciones-activo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

/*.herramienta[title="Referencias "]{*/
#referencias-t{
	background-image: url('../img/referencias-barra-inactivo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}
#referencias{
	background-image: url('../img/referencias-activo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

/*.herramienta[title="Resumen "]{*/
#resumen-t{
	background-image: url('../img/resumen-barra-inactivo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#resumen{
	background-image: url('../img/resumen-activo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#descargas{
	background-image: url('../img/descarga-inactivo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#buscador{
	background-image: url('../img/buscar-activo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#editor-estilo{
	background-image: url('../img/fuente-activo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#opciones{
	background-image: url('../img/servicios-activo.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#herramientas-texto .herramienta{
	float: left;
	margin-left: 10px;
}

#herramientas-articulo .herramienta{
	float: right;
	margin-right: 10px;
}

/*		EDITOR DE ESTILO 		*/
#editor{
	position: absolute;
	width: 100%;
	height: 60px;
	background-color: #efeded;
	bottom: -60px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.colores{
	width: 50px;
	height: 50px;
	/*border: 1px solid #000;*/
	display: inline-block;
	cursor: pointer;
	margin-top: 6px;
}

#rojo{
	background-image: url('../img/rojo.png');
	background-repeat: no-repeat;
	background-position: center;
}
#naranja{
	background-image: url('../img/naranja.png');
	background-repeat: no-repeat;
	background-position: center;
}
#azul{
	background-image: url('../img/azul.png');
	background-repeat: no-repeat;
	background-position: center;
}
#morado{
	background-image: url('../img/morado.png');
	background-repeat: no-repeat;
	background-position: center;
}
#verde{
	background-image: url('../img/verde.png');
	background-repeat: no-repeat;
	background-position: center;
}
#negro{
	background-image: url('../img/negro.png');
	background-repeat: no-repeat;
	background-position: center;
}


/*			CONTENIDO			*/
#visor-contenido{
	position: absolute;
	top: 64px;
	bottom: 120px;
	left: 0;
	right: 0;
	border: 36pt solid transparent;
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
	overflow: hidden;
}

#articulo{
	word-wrap: break-word;
	overflow: visible;
    display: block;
	height: 100%;
	text-align: justify;
	
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);

    -webkit-column-width: 4in;
    -moz-column-width: 4in;
    column-width: 4in;

    -webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;

	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	
	-moz-column-fill: auto;
	column-fill: auto;
}

#pagina-anterior, #pagina-siguiente{
	position: absolute;
	top: 60px;
	width: 40px;
	height: 50px;
	cursor: pointer;
	opacity: 0.5;
}

#paginador div:hover{
	opacity: 1;
}

#pagina-anterior{
	left: 0;
}

#pagina-siguiente{
	right: 0;
}

.inlineImage{
	/*max-height: 19pt;
	width: auto;
	position: relative;
	top: 12px;*/
	width: auto;
    position: relative;
    max-height: 30px;
	vertical-align: middle;
    max-width: 100%;
    /*max-height: 14px;*/
}

.imagen{
	text-align: center;
}

.formula{
	overflow: hidden;
}

.imagen-formula {
    width: auto;
    position: relative;
    vertical-align: middle;
    max-width: 92%;
    max-height: 230px;
    margin-right: 5%;
}


/* ESTILO PARA LAS IMÃ�GENES EN EL TEXTO */
.cuadro{
	width: auto;
	border: 1px solid #e7801f;
	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: 30%;
	height: auto;
	cursor: pointer;
}

#imgToDownload{
	height: 0;
	width: 850px;
}

.cuadro-imagen{
	max-width: 800px;
	background-color: white;
	overflow: visible;
	display: block;
	word-wrap: break-word;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: center;
}

.cuadro-imagen img{
	height: auto;
	text-align: center;
}

.cuadro-imagen span, .cuadro-imagen p{
	height: auto;
	text-align: center;
}

.imagen-nombre-generico, #imagen-flotante > span.label, .imagen > span.label,#sp1, #nombre-generico-imagen >span.label{
	font-size: 12px;
	font-style: italic;
}
.imagen-titulo, #imagen-flotante > span.caption-title, .imagen > span.caption-title, #titulo-imagen > span.caption-title, #sp2{
	font-size: 13px;
	font-weight: bold;
}
.imagen-fuente, #imagen-flotante > span.attrib, .imagen > span.attrib, #fuente-imagen > div  > span.attrib, #sp3{
	font-size: 10px;
}

#imagen-flotante  > span.caption-title{
	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;*/
}

/* IMAGEN FLOTANTE*/
#imagen-flotante, #tabla-flotante{
	position: absolute;
	z-index: 10;
	background-color: white;
	border: 2px solid #e7801f;
	padding: 10px;
	text-align: center;
	display: none;
	max-height: 85%;
	overflow: scroll;
}

#imagen-flotante img{
	height: 70%;
	width: auto;
	cursor: pointer;
}

#cerrar, #cerrar-visor-imagenes{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
	cursor: pointer;
}

#cerrar img, #cerrar-visor-imagenes img{
	width: 25px !important;
	height: auto !important;
}

/* REFERENCIA O NOTA FLOTANTE  */

#referencia-nota{
	position: absolute;
	width: 350px;
	height: auto;
	background-color: #efeded;
	padding: 10px 20px;
	display: none;
	z-index: 2;
	text-align: left;
	overflow: hidden;
	color: white;
	background-color: #e7801f;
	border-radius: 8px;
}

#ref-not-div{
	position: relative;
	overflow: hidden;
	word-wrap: break-word;
}

#ref-not-div  > a{
	color: white;
	word-wrap: break-word;
}

.bibliografia{
	margin-left: 25px;
	/*text-indent: -25px;*/
}
.nota{
	margin-left: 25px;
}

.nota > p{
	margin-top:0px;
	margin-bottom:0px;
}

.nota > p:last-child{
	margin-bottom:16px;
}

.nota .label{
	/*margin-left: -25px;*/
	/*width: 20px;*/
	display: inline-block;
}

.nota-autor{
	margin-left: 25px;
}

/* DIV PARA SECCIONES, REFERENCIAS Y SECCIONES */
#secciones-referencias-resumen{
	position: fixed;
	left: -350px;
	top: 0;
	bottom: 0;
	width: 240px;
	background-color: #eaeaea;
	z-index: 2;
}

#titulo-herramienta{
	background-color: #8f1b33;
	text-align: center;
	font-size: 18px;
	font-variant: small-caps;
	/*margin-top: 12px;*/
	/*margin-top: 20px;*/
}
#datos-revista-barra{
	display: none;
	width: 86%;
	margin: auto;
	text-align: center;
	font-size: 10px;
	position: relative;
	top: 5px;
	background-color: #efeded;
	border-radius: 5px;
	padding: 10px 10px;
	overflow: hidden;
	height: 20px;
	cursor: pointer;
}
#datos-revista-barra > div{
	display: none;
	text-align: left;
}

#titulo-herramienta  > div{
	display: block;
	width: 94%;
	margin: auto;
	
	display: inline-flex;
	display: -webkit-flex;
	
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	
	align-items: center;
	-webkit-align-items: center;
}
#titulo-herramienta  > div > .herramienta{
	/*background-color: #efeded;*/
	border: 1px solid transparent;
	height: 30px;
	padding-top: 10px;
}
#referencias, #resumen, #secciones{
	display: none;
}
#titulo-herramienta > span{
	display: block;
	background-color: #8f1b33;
	color: #FFF;
	width: 100%;
	margin: auto;
	position: relative;
	/*top: 13px;*/
	top: 6px;
	/*border-radius: 5px;*/
	/*padding: 3px 0px;*/
	/*padding: 5px 0px;*/
	padding-top: 0px;
    padding-bottom: 15px;
}

#contenido-herramienta{
	position: absolute;
	overflow: hidden;
	height: auto;
	bottom: 15px;
	top: 75px;
	left: 0;
	right: 0;
}

#contenido-herramienta > div{
	position: relative;
	overflow: visible;
}

*{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.seccion-herramienta, .referencia-herramienta, .resumen-herramienta{
	padding: 15px;
	background-color: #eaeaea;
	text-align: justify;
	cursor: pointer;
	color: black;
	/*margin-bottom: 1px;*/
	font-weight:bold;
	border-bottom: 1px solid gray;
}

.subseccion-herramienta, .nota-herramienta, .resumen-traduccion-herramienta, .referencia-herramienta-titulo{
	padding: 10px;
	background-color: #e7801f;
	padding-left: 30px;
	text-align: justify;
	cursor: pointer;
	color: #efeded;
	border-bottom: 1px solid #e7801f;
	font-weight: bold;
}

#cerrar-secciones-referencias-resumen{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 7px;
	right: 15px;
	background-color: #000;
	border-radius: 10px;
	cursor: pointer;
}

/*			VISOR DE IMÃ�GENES 			*/
#visor-imagenes{
	position: fixed;
	border: 3px solid #000000;
	z-index: 30;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 2;
	font-size: 12px;
}

#visor{
	height: 100%;
	width: 100%;
	position: fixed;
}

#operaciones-imagen{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 80px;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	/*display: -webkit-flex;*/
	
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	
	align-items: center;
	-webkit-align-items: center;
	
	z-index: 1;
}

.operaciones{
	height: 45px;
    width: 40px;
	cursor: pointer;
}

.operaciones > span{
	font-size: 10px;
	position: relative;
	top: 40px;
}

#descargar-imagen, #descargar-imagen-metadata{
	background-image: url('../img/descargar-imagen-activo.png');
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}

#link-descargar-imagen-metadata{
	display:none;
}

#exportar-ppt{
	display: none;
	background-image: url('../img/exportar-activo.png');
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}
#ver-contexto{
	background-image: url('../img/contexto-activo.png');
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}
#descargar-todas{
	background-image: url('../img/descargar-todas-activo.png');
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}
#ver-tira-imagenes{
	background-image: url('../img/ver-tira-activo.png');
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}

#visor-tira-imagenes{
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	width: 110px;
	background-color: #eee;
	display: none;
}

#imagen-actual-visor{
	height: 100%;
	width: 100%;
	float: left;
	background-color: #000;
}

#imagen-actual-visor > img{
	background-color: #efeded;
	display: none;
}

#imagen-anterior, #imagen-siguiente{
	position: absolute;
	top: 0;
	width: 70px;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

#imagen-anterior:hover, #imagen-siguiente:hover{
	opacity: 0.5;
}

#imagen-anterior, #pagina-anterior{
	background-image: url("../img/anteriorMobile.png");
	background-repeat: no-repeat;
	background-position: center;
}

#imagen-siguiente, #pagina-siguiente{
	right: 0;
	background-image: url("../img/siguienteMobile.png");
	background-repeat: no-repeat;
	background-position: center;
}

#imagen-actual-visor div{
	position: absolute;
	width: 100%;
	background: rgba(234, 234, 234, 0.7);
	color: black;
}

#nombre-generico-imagen{
	top: 0;
	padding-top: 15px;
}

#titulo-imagen{
	top: 29px;
}

#fuente-imagen{
	bottom: 82px;
	max-height: 38%;
	overflow: hidden;
	height: auto;
}

#fuente-imagen > div{
	position: relative;
	width: 100% !important;
	overflow: visible;
}

#imagen-actual-visor .scroll{
	width: 5px !important;
	background-color: #8f1b33 !important;
	right: 0% !important;
}

/*			TIRA IMÃ�GENES VISOR			*/
/*#flecha-arriba, #flecha-abajo{
	position: absolute;
	right: 0;
	left: 0;
	height: 35px;
}

#flecha-arriba{
	top: 0;
	background-color: #777;
}

#flecha-abajo{
	bottom: 0;
	background-color: #777;
}*/

#carousel-visor-imagenes{
	position: absolute;
	right: 0;
	left: 0;
	top: 10px;
	bottom: 10px;
}

#carousel-vertical{
	position: absolute;
	width: 90%;
	right: 5%;
	left: 5%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	height: auto;
}

.carousel-vertical-img{
	height: 100px;
	width: 100%;
	padding-bottom: 10px;
	opacity: 0.3;
	background-color: white;
}

.carousel-vertical-img:hover{
	opacity: 1;
}

/* BUSCADOR */
#buscador-fondo{
	width: 100%;
	height: 59px;
	border: 1px solid grey;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #e7801f;
	color: white;
	display: none;
	font-size: 15px;
	z-index: 2;
}

#palabras-encontradas{
	font-size: 12px;
	margin-left: -20%;
	color: darkgrey;
	width: 50px;
	text-align: right;
}

#buscador-fondo > div{
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;

	display: inline-flex;
	display: -webkit-flex;
	
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	
	align-items: center;
	-webkit-align-items: center;
}

#buscador-fondo > div > div{
	width: 30px;
	height: 30px;
	cursor: pointer;
	/*border: 1px solid #efeded;*/
	border-radius: 20px;
}

#buscador-fondo > div > input{
	height: 24px;
	width: 130px;
	border: 1px solid transparent;
	border-radius: 20px;
	padding-left: 10px;
}

#busqueda-anterior{
	background-image: url('../img/arriba.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#busqueda-siguiente{
	background-image: url('../img/abajo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#cerrar-buscador{
	background-image: url('../img/cerrar2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.texto-buscado{
	background-color: #e7801f;
	border-radius: 10px;
	padding: 0px 5px;
	color: white;
}

.busqueda-actual{
	background-color: #8f1b33;
}

/*		BARRA DE DESPLAZAMIENTO		*/
#paginaActual, #totalPaginas{
	position: relative;
	font-size: 14px;
	top: 10px;
}

#barra-desplazamiento-fondo{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #efeded;
	bottom: 125px;
	left: 3px;
	border-radius: 25px;
	z-index: 1;
	text-align: center;
	cursor: pointer;
	/*opacity: 0.3;*/
}

#barra-desplazamiento{
	position: absolute;
	width: 85%;
	height: 10px;
	background-color: #e7801f;
	display: none;
	border-radius: 10px;
	cursor: pointer;
}

#boton-barra-desplazamiento{
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #8f1b33;
	border-radius: 30px;
	left: -15px;
	top: -12px;
	cursor: e-resize;
	color: white;
	text-align: center;
	font-size: 15px;
}

#boton-barra-desplazamiento > span{
	position: relative;
	top: 5px;
}

#paginas{	
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #efeded;
	bottom: 125px;
	right: 3px;
	border-radius: 25px;
	z-index: 1;
	text-align: center;
	cursor: pointer;
	/*opacity: 0.3;*/
}

#ir-pagina{
	display: none;
	font-size: 15px;
}

#ir-pagina *{
	display: inline-block;
}

#ir-pagina > span:first-child{
	margin-top: 5px;
}

#nueva-pagina{
	border-radius: 20px;
	height: 20px;
	width: 50px;
	border: none;
	padding-left: 10px;
	margin-top: 10px;
}

#totPag{
	padding-right: 15px;
}

#ir{
	background-color: #8f1b33;
	color: white;
	padding: 5px;
	width: 50px;
	height: 15px;
	border-radius: 25px;
	position: relative;
	top: 2px;
	cursor: pointer;
}

#primera-pagina{
	background-image: url('../img/primera.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	padding-right: 15px;
	cursor: pointer;
}

#ultima-pagina{
	background-image: url('../img/ultima.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	padding-left: 15px;
	cursor: pointer;
}


/*			PIE					*/
#visor-pie{
	position: absolute;
	bottom: 60px;
	height: 60px;
	left: 0;
	right: 0;
	border-top: 1px solid #bbb;
}

#herramientas-estilo{
	height: 100%;
	width: 13%;
	margin: auto;
	position: relative; 
	float: left;
	text-align: center;
}

#herramientas-estilo > .herramienta{
	margin-top: 5px;
}

#carousel-fondo{
	height: 100%;
	width: 100%;
	margin: auto;
	float: left;
}

#creditos{
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: #8f1b33;
	color: #efeded;
	bottom: 0;
	left: 0;
	font-size: 11px;
	text-align: center;
	display: flex;
	padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    justify-content: center
}

#creditos-s{
	right: 5px;
}

#creditos > span{
	position: relative;
	top: 3px;
	display: inline-block;
}

/*		Scrollbar		*/
.scroll{
	position: absolute !important;
	width: 5px;
	background-color: #515151;
	border-radius: 10px;
	right: 1px;
	z-index: 1;
}
#secciones-referencias-resumen .scroll{
	background-color: #8f1b33 !important;
}

.recepcion{
	padding: 0;
    margin: 0;
}

.aprobacion{
	padding: 0;
    margin: 0;
}

.corregido{
	padding: 0;
    margin: 0;
}

.publicacion{
	padding: 0;
    margin: 0;
}

.preprint{
	padding: 0;
    margin: 0;
}

.retractacion{
	padding: 0;
    margin: 0;
}

.rec-rev{
	padding: 0;
    margin: 0;
}

.revisado{
	padding: 0;
    margin: 0;
}


.titulo-articulo{
	font-size: 13px;
    color: #8f1b33;
    font-weight: bold;
	margin-bottom: 0;
    padding-bottom: 0;
}

.titulo-trans{
    font-size: 12px;
    color: #e7801f;
}

.doi, .nombre-autor, .apellidos-autor, .collab{
	font-weight: bold;
}

.funding{
	font-weight: bold; 
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.num-rev{
	font-weight: bold; 
}

.source, .award, .recipient, .statement{
	padding: 0px;
	margin: 0px;
	
}

.resumen, .resumen-trans{
	font-size: 13px !important;
    color: #e7801f !important;
	font-weight: normal !important; 
}

.seccion{
	font-size: 13px !important;
    color: #e7801f !important;
    font-weight: normal !important;
}

.subtitulo{
    color: #e7801f !important;
    font-weight: normal !important;
}

.formula .MathJax_SVG{
	margin-right: 5%;
}

#previewContent{
	display: none;
    position: relative;
    padding-bottom: 57%;
    height: 0;
    overflow: hidden;
    background-image: url('../infinity.gif');
    border-radius: 65px;

    zoom: 0.16;
    -moz-transform: scale(0.16);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.16);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.16);
    -webkit-transform-origin: 0 0;
}

#previewPage{
	position: absolute;
    top:0;
    left: 0;
    width: 90%;
    height: 80%;
    padding: 4% 5%;
}

#previewFr{
	/*position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;*/
    
    background-image: url('../infinity.gif');
    background-repeat: no-repeat;
    background-position: center;
    /*Chrome*/
    zoom: 5;
    -moz-transform: scale(0.15);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.15);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.15);
    -webkit-transform-origin: 0 0;
    border: 0;
}

#ref-not-div{
	/*background-image: url('../infinity.gif');
    background-repeat: no-repeat;
    background-position: center;
	zoom: 5;
    -moz-transform: scale(0.15);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.15);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.15);
    -webkit-transform-origin: 0 0;*/
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	#imagen-siguiente, #imagen-anterior{
		width: 35px;
	}
	
	#visor-html, #descarga-epub, #impresion-pdf-n{
		display: none;
	}
	
	#descargas-r{
		display: block;
	}
}
@media only screen and (max-width: 768px) and (orientation: portrait){
	.contenedorTabla{
		display:flex; 
		justify-content:center;
		aling-items:center; 
		
		display: -webkit-flex; /* Safari */
    	-webkit-align-items: center; /* Safari 7.0+ */
    	-webkit-justify-content: center; /* Safari 6.1+ */
    	
		text-align: initial;
		max-height: 80% !important ;
		max-width: 100% !important;	
}
	.contenedorTabla > div {
		overflow: auto;
		padding: 3px;
		position: relative !important;
	}
	
	#visor-html, #descarga-epub, #impresion-pdf-n{
		display: none;
	}
	
	#descargas-r{
		display:initial;
	}
}
	
/*@media only screen and (max-width: 480px){
	#imagen-siguiente, #imagen-anterior{
		width: 20px;
		opacity: 0.5;
	}
}*/


/* 			RESPONSIVE DESIGN 			*/

/*TABLET, IPAD*/
@media only screen and (min-width: 481px) and (max-width: 768px){	
	body{
		font-size: 14px;
	}
	
	.titulo-trans{
		font-size: 16px;
	}
	
	.titulo-articulo{
		font-size: 17px;
	}
	
	.resumen, .resumen-trans{
		font-size: 16px !important;
	}
	
	.seccion{
		font-size: 16px !important;
	}
	
	#logo-titulo{
		font-size: 13px;
	}
	
	#creditos{
		font-size: 12px;
	}
	
	#paginaActual, #totalPaginas{
		font-size: 18px;
		top: 11px;
	}
	
	#boton-barra-desplazamiento{
		font-size: 18px;
	}
	
	.herramienta{
		/*width: 35px;*/
		width: 37px;
		height: 40px;
	}
	
	#logo-r{
		display: none;
	}
	
	#datos-revista{
		display: none;
	}
	
	#logotipo{
		width: 35%;
		display: block;
	}
    /*
	#logotipo-redalyc img{
		height: 30px;
	}*/
	#herramientas{
		width: 65%;
	}
	
	
	#pagina-anterior, #pagina-siguiente{
		width: 48px;
	}
	
	#operaciones-imagen{
		height: 80px;
	}
	.operaciones{
		height: 45px;
		width: 45px;
	}
	
	#visor-tira-imagenes{
		width: 200px;
	}
	
	#fuente-imagen{
		bottom: 80px;
	}
	
	#secciones-referencias-resumen{
		width: 350px;
	}
	
	#titulo-herramienta{
		margin-top: 0px;
	}
	#datos-revista-barra{
		display: none;
		font-size: 12px;
		height: 26px;
	}
	#titulo-herramienta > div{
		display: none;
	}
	#referencias, #resumen, #secciones{
		display: block;
	}
	#titulo-herramienta > span{
		display: block;
		top: 12px;
		padding: 10px 0px;
	}
	
	#contenido-herramienta{
		top: 60px;
	}
	
	#herramientas-estilo{
		width: 9%;
	}
	
	#buscador-fondo > div{
		width: 80%;
	}
	
	#palabras-encontradas{
		margin-left: -18%;
	}
	
	#buscador-fondo > div > div{
		width: 30px;
	}

	#buscador-fondo > div > input{
		width: 200px;
	}
	
	#barra-desplazamiento{
		width: 90%;
	}
	
	#visor-html, #descarga-epub, #impresion-pdf-n{
		display: none;
	}
	
	#descargas-r{
		display:block;
	}
}

/* DESKTOP, LAPTOP, MAC */
@media only screen and (min-width: 769px){
	
	body{
		font-size: 14px;
	}
	
	.titulo-trans{
		font-size: 16px;
	}
	
	.titulo-articulo{
		font-size: 17px;
	}
	
	.resumen, .resumen-trans{
		font-size: 16px !important;
	}
	
	.seccion{
		font-size: 16px !important;
	}
	
	#creditos{
		font-size: 12px;
	}
	
	#paginaActual, #totalPaginas{
		font-size: 18px;
		top: 11px;
	}
	
	#boton-barra-desplazamiento{
		font-size: 18px;
	}
	
	#visor-cabecera{
		height: 100px;
	}
	
	#autores-sitio{
		width: 60%;
	}
	
	#visor{
		height: 90%;
		width: 70%;
		position: absolute;
	}
	
	#imagen-actual-visor{
		width: 85%;
	}
	
	#imagen-actual-visor .scroll{
		right: 15% !important;
	}
	
	#imagen-siguiente{
		right: 15%;
	}
	
	.herramienta{
		/*width: 37px;*/
		width: 41px;
		height: 37px;
		font-size: 9px;
	}
	
	#logo-r{
		display: none;
	}
	
	#logotipo{
		display: block;
		left: 5px;
		width: 189px;
	}
	
	#herramientas{
		width: 40%;
	}
	
	#datos-revista, #institucionLogo, #revistaLogo{
		display: block;
	}
	
	#logo-titulo{
		height: 40px;
		font-size: 13px;
	}
	
	#titulo{
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#autores{
		display: block;
		position: relative;
		top: 1px;
		font-size: 12px;
		color: #e7801f;
	}
	
	#visor-contenido{
		top: 120px;
	}
		
	#pagina-anterior{
		background-image: url("../img/anterior.png");;
		width: 48px;
	}
	
	#pagina-siguiente{
		background-image: url("../img/siguiente.png");;
		width: 48px;
	}
	
	#cerrar, #cerrar-visor-imagenes{
		display: none;
	}
	
	#operaciones-imagen{
		position: relative;
		height: 100%;
		background: rgba(0, 0, 0, 0);
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
	}
	
	.operaciones{
		height: 45px;
		width: 45px;
	}
	
	#ver-tira-imagenes{
		display: none;
	}
	
	#visor-tira-imagenes{
		width: 220px;
		display: block;
		left: auto;
		right: 0;
	}
	
	#imagen-actual-visor div{
		width: 85%;
	}
		
	#fuente-imagen{
		bottom: 0;
		padding-bottom: 10px;
	}
	
	#secciones-referencias-resumen{
		width: 350px;
	}
	
	#titulo-herramienta{
		margin-top: 0px;
	}
	#datos-revista-barra{
		display: none;
		font-size: 12px;
	}
	#titulo-herramienta > div{
		display: none;
	}
	#referencias, #resumen, #secciones{
		display: block;
	}
	#titulo-herramienta > span{
		display: block;
		top: 5px;
		padding: 10px 0px;
	}
	
	#contenido-herramienta{
		top: 48px;
	}
	
	#herramientas-estilo{
		width: 7.8%;
	}
		
	#buscador-fondo{
		width: 350px;
		height: 30px;
		top: 89px;
		border: 1px solid transparent;
		border-bottom-left-radius: 5px;
	}
	
	#palabras-encontradas{
		margin-left: -67px;
	}
	
	#buscador-fondo > div > div{
		width: 20px;
		height: 20px;
	}

	#buscador-fondo > div > input{
		height: auto;
		width: auto;
	}
	
	#barra-desplazamiento{
		width: 95%;
		height: 5px;
	}
}
/*
@keyframes remarcar-fondo-negro {
    0%   {background-color: rgba(81, 81, 81, 0.5);}
    100% {background-color: transparent;}
}

@-webkit-keyframes remarcar-fondo-negro {
    0%   {background-color: rgba(81, 81, 81, 0.5);}
    100% {background-color: transparent;}
}

@-moz-keyframes remarcar-fondo-negro {
    0%   {background-color: rgba(81, 81, 81, 0.5);}
    100% {background-color: transparent;}
}
*/
@keyframes remarcar-fondo-rojo {
    0%   {background-color: rgba(218, 144, 153, 0.5);}
    100% {background-color: transparent;}
}

@-webkit-keyframes remarcar-fondo-rojo {
    0%   {background-color: rgba(218, 144, 153, 0.5);}
    100% {background-color: transparent;}
}

@-moz-keyframes remarcar-fondo-rojo {
    0%   {background-color: rgba(218, 144, 153, 0.5);}
    100% {background-color: transparent;}
}
/*
@keyframes remarcar-fondo-naranja {
    0%   {background-color: rgba(229, 231, 228, 0.5);}
    100% {background-color: transparent;}
}

@-webkit-keyframes remarcar-fondo-naranja {
    0%   {background-color: rgba(229, 231, 228, 0.5);}
    100% {background-color: transparent;}
}

@-moz-keyframes remarcar-fondo-naranja {
    0%   {background-color: rgba(229, 231, 228, 0.5);}
    100% {background-color: transparent;}
}

@keyframes remarcar-fondo-azul {
    0%   {background-color: rgba(134, 162, 196, 0.5);}
    100% {background-color: transparent;}
}

@-webkit-keyframes remarcar-fondo-azul {
    0%   {background-color: rgba(134, 162, 196, 0.5);}
    100% {background-color: transparent;}
}

@-moz-keyframes remarcar-fondo-azul {
    0%   {background-color: rgba(134, 162, 196, 0.5);}
    100% {background-color: transparent;}
}

@keyframes remarcar-fondo-morado {
    0%   {background-color: rgba(195, 134, 185, 0.5);}
    100% {background-color: transparent;}
}

@-webkit-keyframes remarcar-fondo-morado {
    0%   {background-color: rgba(195, 134, 185, 0.5);}
    100% {background-color: transparent;}
}

@-moz-keyframes remarcar-fondo-morado {
    0%   {background-color: rgba(195, 134, 185, 0.5);}
    100% {background-color: transparent;}
}

@keyframes remarcar-fondo-verde {
    0%   {background-color: rgba(133, 181, 178, 0.5);}
    100% {background-color: transparent;}
}

@-webkit-keyframes remarcar-fondo-verde {
    0%   {background-color: rgba(133, 181, 178, 0.5);}
    100% {background-color: transparent;}
}

@-moz-keyframes remarcar-fondo-verde {
    0%   {background-color: rgba(133, 181, 178, 0.5);}
    100% {background-color: transparent;}
}*/

.remarcar{
	animation: remarcar-fondo-rojo 4s ease;
	-webkit-animation: remarcar-fondo-rojo 4s ease;
	-moz-animation: remarcar-fondo-rojo 4s ease;
}

@keyframes intermitente{
	0% 		{opacity: 0;}
	50% 	{opacity: 1;}
	100% 	{opacity: 0;}
}

@-webkit-keyframes intermitente{
	0% 		{opacity: 0;}
	50% 	{opacity: 1;}
	100% 	{opacity: 0;}
}

@-moz-keyframes intermitente{
	0% 		{opacity: 0;}
	50% 	{opacity: 1;}
	100% 	{opacity: 0;}
}

.parpadear{
	animation: intermitente 1s ease;
	-webkit-animation: intermitente 1s ease;
	-moz-animation: intermitente 1s ease;
	
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: 3;
	-moz-animation-iteration-count: 3;
}

#fuente{
 width: 266px;
 height: 81px;
 background-image: url('../img/visor_fuente_columnas.png');
 background-position: center;
 background-size: contain;
 position: absolute;
 z-index: 2;
 display: none;
}

#aum-fuente{
 position: absolute;
 width: 30px;
 height: 30px;
 top: 5px;
 left: 28px;
 cursor: pointer;
}

#dis-fuente{
 position: absolute;
 top: 5px;
 width: 30px;
 height: 30px;
 cursor: pointer;
 left: 88px;
}

#columna-auto{
 position: absolute;
 width: 30px;
 height: 30px;
 cursor: pointer;
 top: 45px;
 left: 13px;
}

#columna-3{
 position: absolute;
 width: 30px;
 height: 30px;
 cursor: pointer;
 top: 48px;
 left: 13px;
}

#columna-1{
 position: absolute;
 width: 30px;
 height: 30px;
 cursor: pointer;
 top: 45px;
 left: 88px;
}

#columna-2{
 position: absolute;
 width: 30px;
 height: 30px;
 cursor: pointer;
 top: 45px;
 left: 50px;
}


/* CAMBIO DE IDIOMA */
/*#idiomas{
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 2;
    font-size: 12px;
}*/

div[id^="idioma-"]{
	position: absolute;
	width: 27px;
	height: 27px;
	cursor: pointer;
	top: 48px;
}

#idioma-es{
 left: 141px !important; 
}

#idioma-en{
 left: 171px !important; 
}

#idioma-fr{
 left: 201px !important; 
}

#idioma-pt{
 left: 231px !important; 
}

#tabla-flotante table, #imagen-flotante table{
	border-collapse:collapse;
}

#tabla-flotante table > tbody >tr:first-child, #imagen-flotante table > tbody >tr:first-child{
	border-bottom: solid 1px;
	border-top: solid 2px;
}

#tabla-flotante table > tbody > tr:last-child, #imagen-flotante table > tbody > tr:last-child{
	border-bottom: solid 2px;
}

#tabla-flotante table, #tabla-flotante tbody, #tabla-flotante tr, #tabla-flotante td{
	cursor: pointer;
	direction:initial;
	text-align: initial;
}
#imagen-flotante table, #imagen-flotante tbody, #imagen-flotante tr, #imagen-flotante td{
	cursor: pointer;
	direction:initial;
	text-align: initial;
}

#tabla-flotante table, #imagen-flotante table{
	border-collapse:collapse;
}

#tabla-flotante table > tbody >tr:first-child, #imagen-flotante table > tbody >tr:first-child{
	border-bottom: solid 1px;
	border-top: solid 2px;
}

#tabla-flotante table > tbody > tr:last-child, #imagen-flotante table > tbody > tr:last-child{
	border-bottom: solid 2px;
}

#imagen-flotante table img{
	max-height: 40px;
	max-width: 40px;
	width: auto!important;
	height: 95%!important; 
	margin-top: 0px !important; 
	border: 1px solid rgb(231, 128, 31);
}

.contenedorTabla{
	max-height: 80%;
	max-width: 85%;
	display:flex; 
	justify-content:center;
	aling-items:center; 
	
	display: -webkit-flex; /* Safari */
   	-webkit-align-items: center; /* Safari 7.0+ */
   	-webkit-justify-content: center; /* Safari 6.1+ */
	text-align: initial;	
}
.contenedorTabla > div {
	overflow: auto;
	padding: 3px;
	max-height: 80%;
	max-width: 85%;
	position: relative !important;
}

.contenedorTabla  > div > table img{
	margin-top : 0px !important;
	border-collapse:collapse;
}
.contenedorTabla  > div{
	height: auto;
}

.contenedor-tabla > div > table > tbody >tr:first-child{
	border-bottom: solid 1px;
	border-top: solid 2px;
	border-color: black;
}

.contenedor-tabla  > div > table > tbody > tr:last-child{
	border-bottom: solid 2px;
	border-color: black;
}

table > tbody >tr:first-child{
	border-bottom: solid 1px;
	border-top: solid 2px;
	border-color: black;
}

table > tbody > tr:last-child{
	border-bottom: solid 2px;
	/*border-top: solid 2px;*/
	border-color: black;
}


.flecha{
	opacity: 0.5 !important;
}


#articulo-categoria{
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	color: #C80036;
}


.product-portada-col , .product-portada-img , .product-portada-img  > img{
	max-width: 80px;
}

.product-portada-data{
	font-weight: initial;
    font-size: 12px;
}


@media only screen and (max-width: 1024px) and (orientation: landscape), only screen and (max-width: 768px) {
	
	/*#visor-html, #descarga-epub, #impresion-pdf-n{
		display: none;
	}
	
	#descargas-r{
		display:initial;
	}*/
	
}

#traducciones{
	background-image: url(../img/descargas-r.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

#respuestas{
	background-image: url(../img/descargas-r.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #8f1b33;
}

.visor-traduccion, .visor-respuesta {
	padding: 12px 12px;
	border-radius: 50px;
	background-color: #e7801f;
	color: #ffffff;
	text-align: center;
}

.visor-traduccion > div, .visor-respuesta > div {
	margin-top: 10px;
}

#visor-original > div {
	font-size: 0.8em;
}

			.nav ul, .nav ol {
				list-style:none;
			}

			.nav {
				width:500px; /*Le establecemos un ancho*/
				margin:0 auto; /*Centramos automaticamente*/
				padding-left: 0px;
				list-style:none;
			}
 
			.nav > li {
				float:left;
				list-style:none;
			}
			#descargas-trad-d{
				color: #8f1b33;
				width: 41px;
				height: 37px;
			}
			#descargas-trad-s{
				background-repeat: no-repeat;
				background-position: center;
				color: #8f1b33;
			}
			#descargas-reply-d{
				color: #8f1b33;
				width: 41px;
				height: 37px;
			}
			
			#descargas-reply-s{
				background-repeat: no-repeat;
				background-position: center;
				color: #8f1b33;
			}
			.nav li a {
				padding:10px 12px;
				display:block;
				border-radius: 30px;
				background-color: #e7801f;
				color: #ffffff;
			}
			
			#descargas-trad .nav li a {
				width: 40px;
				margin-bottom:10px;
				padding: 25px 12px;
				border-radius: 50px;
			}
			
			
			.nav li a:hover {
				border-radius: 30px;
				background-color: #e7801f
			}
			
			.nav li ul {
				z-index: 10;
				padding-left: 0px;
				display:none;
				position:absolute;
				min-width:140px;
			}
			
			.nav li:hover > ul {
				display:block;
			}
			
			.nav li ul li {
				position:relative;
			}
			
			.nav li ul li ul {
				right:-140px;
				top:0px;
			}
