.remarcar{
	animation: remarcar-fondo-rojo 4s ease;
	-webkit-animation: remarcar-fondo-rojo 4s ease;
	-moz-animation: remarcar-fondo-rojo 4s ease;
}
.container::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.container::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.container::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.container::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.container::-webkit-scrollbar-track:hover,
.container::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
.title-aff{
	margin-bottom: 10px;
}
table{
	
    display: inline-block;
}
.cuarto{
	font-weight: normal!important;
}
#informacion-revista {
		font-size: 13px;
		padding-left: 17px;
	
		/*font-weight: bold;*/
		color: #454545;
		overflow-y: auto;
		height:175px;
		margin-top: 75px;
	}
	#contenedor-interno{
	position: relative;
	top: 54px;

	}
.img-divisor{
	text-align: center;
	padding-top: 15px;
}
.autor{
	padding-bottom: 1px;
}
.tercer{
	font-weight: normal!important;
}
#descarga{
	display:block;
}
.trans-mayus{
	text-transform: uppercase;
}
#lista-secciones{
	height: 300px;
	overflow-y: scroll;
	font-size: 14px;
}

@keyframes remarcar-fondo-rojo {
    0%   {background-color: rgba(20, 44, 70, 0.5);}
    100% {background-color: transparent;}
}

@-webkit-keyframes remarcar-fondo-rojo {
    0%   {background-color: rgba(20, 44, 70, 0.5);}
    100% {background-color: transparent;}
}

@-moz-keyframes remarcar-fondo-rojo {
    0%   {background-color:rgba(20, 44, 70, 0.5);}
    100% {background-color: transparent;}
}

body{
font-family: 'Dosis', sans-serif !important;
}
#fuentess{
	position: absolute;
	/*top: 0px;*/
	right: 0px;
	background-image: url("../img/fuente.png");
	width: 50px;
	height: 80px;
	background-repeat: no-repeat;
}
#fuentecambiar-cel{
	position: relative;
    top: 40px;
    left: 70px;
	background-image: url("../img/fuente-cel-i.png");
	background-size: 250px;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
}
#aumentar-fuente {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 20px;
    cursor: pointer;
}
#reducir-fuente{
position: absolute;
top: 7px;
width: 15px;
height: 30px;
cursor: pointer;
left: 5px;
}
#aumentar-fuente-cel {
   position: absolute;
top: 0px;
width: 50%;
height: 100%;
cursor: pointer;
left: 100px;
}
#reducir-fuente-cel{

 position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
a{
	color: #f86034;
	font-weight: normal;
	text-decoration: none;
}

.italica{
	font-style: italic;
}

.romanos{
	font-variant: small-caps;
}

.underline{
	text-decoration: underline;
}

.superindice{
	vertical-align: super;
	font-size: 10px;
}

.subindice{
	vertical-align: sub;
	font-size: 10px;
}

#encabezado-revista{
	width: 100%;
	height: 101px;
	/*border-top: 10px solid #5d032b;
	border-bottom: 10px solid #5d032b;*/
	text-align: center;
	background-color: white;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}


#encabezado-revista > div > div{
	float: left;
	/*right: 75%;*/
position: relative;
    top: -25px;
}
#buscador-cel{
	top:10px;
}

#logo-revista{
	width: 180px;
	height: 30%;
	position: absolute;
top: 20px;
left: 50px;
}

#logo-revista > img{
	margin-top: 15px;
}

#datos-revista{
	width: 759px;
	height: 101px;
}

#datos-revista:before{
	content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#datos-revista > div{
	display: inline-block;
    vertical-align: middle;
}

#titulo-revista{
	text-transform: uppercase;
	/*color: #5d032b;*/
	color: white;
	font-weight: bold;
}

#issn-revista{
	/*color: #454545;*/
	color: white;
}

#logo-revista{
	width: 80px;
}

#logo-revista > img{
	margin-top: 3px;
}

#contenido-revista{
	width: 100%;
	background-color: white;
	padding-bottom: 40px;
	position:relative;
}

#contenido-revista> div > #articulo{
	margin: auto;
	width: 70%;
	position: relative;
}
#contenido-revista > div > div{
	margin: auto;
	width: 15%;
	position: absolute;
	height: 100%;
	top: 140px;
}

#articulo{
	width: 800px;
	background-color: white;
	padding-bottom: 40px;
}
#encabezado-revista-redes{
color: white;
font-size: 18pt;
font-family: Dosis;
position: absolute;
right: 50px;
top: 55px;
}

#creditos{
	/*background-color: #a20f26;*/
    color: black !important;
    height: 32px;
    text-align: center !important;
    width: 100% !important;
border-bottom: 4px solid #f86034;
}

#creditos-s{
	position: relative;
    top: -6px;
    left: 12px;
    font-style: italic;
}
#creditos-a{
	position: relative;
    top: -6px;
    left: 12px;
    color: #B3B3B3;
}

#contenedor-revista{
	width: 313px;
	background-color: white;
	position: absolute;
	right: 20px;
	top: 0;
	overflow: hidden;
	padding-bottom: 20px;
}
#contenedor-izquierdo{
	width: 313px;
	background-color: white;
	position: fixed;
	left: 20px;
	top: 0;
	height: calc(100vh - 154px)!important;


overflow-y: scroll;
overflow-x: hidden;
	padding-bottom: 20px;
	

}

#buscador-fondo{
	width: 87%;
	height: 40px;
	text-align: center;
	position: relative;
	margin-top: 25px;
	border-radius: 10px;
	border: 1px solid #f86034;
}

#texto-buscar{
	height: 19px;
	width: 58%;
	border-radius: 20px;
	border: none;
	color: #f86034;
	position: relative;
	/*top: -7px;*/
	outline: none;
   
   border: 0;
}
#texto-buscar-cel{
	height: 19px;
	width: 58%;
	border-radius: 20px;
	border: none;
	color: #f86034;
	position: relative;
	/*top: -7px;*/
	outline: none;
   
   border: 0;
}
#busqueda-anterior {
    width: 10px;
    height: 20px;
    background-image: url('../img/button up.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    cursor: pointer;
}
#busqueda-siguiente {
    width: 10px;
    height: 20px;
    background-image: url('../img/button down.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    cursor: pointer;
}
#img-buscar{
	height: 30px;
}

.herramienta-titulo{
	height: 40px;
	/*background-color: #a20f26; */
	color: #454545;
	text-indent: 30px;
	cursor: pointer;
	position: relative;
	width: 89%;
	left: 20px;
	/*border-bottom: 1px solid #000; */
}

.herramienta-contenido{
	/*height: 25px;
	text-indent: 50px;*/
	border-bottom: 1px solid #f86034;
	cursor: pointer;
	position: relative;
	padding-left: 15px;
    padding-right: 10px;
    padding-top: 4px;
   /* padding-bottom: 4px;*/
	    color: #454545;
}
}

#lista-secciones, #listsec{
	height: 300px;
	overflow-y: scroll;
	position: relative;
}

#listsec{
	width: 92%;
}

.herramienta-titulo:hover, .herramienta-contenido:hover{
	top: -2px;
}

.herramienta-titulo > span, .herramienta-contenido > span{
	position: relative;
	/*top: 4px;*/
}

.herramienta-titulo > img{
	position: absolute;
	top: -5px;
	left: 0;
	height: 30px;
}

#carrusel{
	position: relative;
	/*padding-top: 20px;*/
	top: 55px;
}

#carrusel-imagenes{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.scroll{
	position: absolute;
	background-color: #ececec;
	width: 10px;
	height: 100%;
	right: 6px;
}

#lista-secciones .scroll{
	height: 100%;
}

.scroll-boton{
	width: 100%;
	/*height: 50px;*/
	background-color: #939393;
	/*top: 20px;*/
	position: absolute;
}

.imagen-carousel > img{
	width: 75%;
	height: auto;
	/*width: auto;
	height: 111px;*/
	position: relative;
	left: 7px;
	cursor: pointer;
	border: 1px solid #f86034;
}

/*.imagen-carousel{
	text-align: center;
}*/

#contenido-revista{
	margin-top: -28px;
}

#front, #articulo-body, #back, #creditos{
	position: relative;
	width: 92%;
	margin: auto;
	top: 40px;
}

.articulo-titulo{
	font-size: 28px;
	color: #f86034;
}

.articulo-titulo-traduccion{
	font-size: 14px!important;
	color: #f86034;
	margin-top: 20px;
	margin-bottom: 25px;
	font-weight: lighter;
}

.autores-ficha, .art-title, .publisher{
	display: none;
}

.ficha{
	/*margin-top: -20px;*/
}

#ficha-general{
	font-size: 16px;
	color: #454545;
	font-weight: lighter;
}

.espacio-p{
	
}

.fechas-h{
	text-align: right;
	position: relative;
}

.aprobacion{
	/*margin-top: -15px;*/
}

.word-black, .negrita{
	color: #f86034;
	font-weight: bold;
	/*border-bottom: 1px solid #B3B3B3;*/
	text-align: center;
}

.recepcion, .aprobacion, .revisado,.publicacion{
	color: #f86034;
}

#resumen-bloque, #articulo-body, #back, #creditos{
	text-align: justify;
	color: #454545;
	font-weight: lighter;
}

.seccion{
	/*font-weight: bold;*/
	font-size: 18px;
}

.subtitulo{
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 14px!important;
	text-align: center;
}

.resumen, .articulo-palabras > .negrita, .articulo-palabras-traduccion > .negrita{
	/*display: block;*/
    padding-bottom: 15px;
    /*font-weight: bold;*/
}

.cuadro{
	width: 100%;
   /* border: 1px solid #002248;*/
    padding: 10px;
    text-align: center;
   /* color: #454545;*/
    background-color: #ececec;
}

.cuadro img{
	
    height: auto;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alpha-lower{
	list-style-type: none;
}

.alpha-upper{
	list-style-type: none;
}

.roman-lower{
	list-style-type: none;
}

.simple{
	list-style-type: none;
}

.imagen-formula{
	margin-top: 20px;
}

.numeracion{
	list-style-type: decimal;
}

.vinietas{
	list-style-type: inherit;
}

.quote{
	/*font-style: italic;*/
    margin-left: 25px;
    margin-right: 25px;
}





#revista-imagenes{
	position: fixed;
    background-color: rgba(147, 147, 147, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 3;
    display: none;
}
#revista-imagenes-cel{
	position: absolute;
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 3;
    display: none;
}
#imagen-anterior-cel, #imagen-siguiente-cel{
	position: absolute;
    top: -96px;
    height: 100%;
    width: 162px;
    cursor: pointer;
   
    background-repeat: no-repeat;
    background-position: center;
}

#imagen-anterior-cel{
	left: 0;
	background-image: url(../img/flecha-izquierda-nueva.png);
}

#imagen-siguiente-cel{
	right: 0;
	background-image: url(../img/flecha-derecha-nueva.png);
}

#imagen-anterior-cel:hover, #imagen-siguiente-cel:hover {
    opacity: 0.5;
}
#imagen-anterior, #imagen-siguiente{
	position: absolute;
    top: 0px;
    height: 100%;
    width: 70px;
    cursor: pointer;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
}

#imagen-anterior{
	left: 0;
	background-image: url(../img/flecha-izquierda-nueva.png);
}

#imagen-siguiente{
	right: 0;
	background-image: url(../img/flecha-derecha-nueva.png);
}

#imagen-anterior:hover, #imagen-siguiente:hover {
    opacity: 0.5;
}
#datos-imagen{
    position: absolute;
    left: 0;
    right: 30%;
    bottom: 0;
    background-color: #f86034;
    height: auto;
    color: white;
    padding: 20px;
    min-height: 112px;
}

.nombre-generico-imagen {
    font-weight: bold;
    font-size: 16px;
    color: white;
}

#operaciones-imagen {
    position: absolute;
    left: 70%;
    right: 0;
    bottom: 0;
      background-color: #f86034;
    height: auto;
    color: white;
    padding: 20px;
    min-height: 112px;
    display: inline-flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
}

.operaciones {
    height: 30px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    font-size: 16px;
}

.operaciones > span {
    position: relative;
    left: 45px;
    top: 8px;
    color: white;
}

#ver-contexto {
	background-image: url(../img/contexto-nuevo.png);
}

#descargar-imagen {
    background-image: url(../img/descarga-nuevo.png);
}

#descargar-todas {
    background-image: url(../img/descargar-todas-nuevo.png);
}

#cerrar-visor-imagenes {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    cursor: pointer;
}

#cerrar-visor-imagenes img {
    width: 30px !important;
    height: auto !important;
}


#referencia-nota {
    position: fixed;
    width: 350px;
    height: auto;
    padding: 10px 20px;
    display: none;
    z-index: 3;
    text-align: justify;
    overflow: hidden;
    color: #f86034;
    background-color: #ececec;
    border-radius: 8px;
	border: 1px solid #f86034;
	margin-bottom: 60px;
}

#imagen-flotante {
    position: fixed;
    z-index: 10;
    background-color: white;
    border: 3px solid #f86034;
	background-color: #ececec;
    padding: 10px;
    text-align: center;
    display: none;
	border-radius: 8px;
}

#imagen-flotante > img {
    cursor: pointer;
}



.texto-buscado {
    background-color: #939393;
	color: white;
	border-radius: 20px;
	padding: 0px 5px;
}

.busqueda-actual {
    background-color: #f86034;
    color: white;
}

#palabras-encontradas{
	color: #93162a;
    font-size: 15px;
    position: absolute;
    right: 35px;
    top: 1px;
	cursor: initial;
}
#redes-sociales{
text-align:center;
position: relative;
top: 0px;
}


#como-citar, #fuente-h{

	overflow: hidden;
	border-bottom: 1px  !important;
	right: 14px;

}
.italic-content{
font-weight: bold;
}
.bold-content{
	font-weight: bold;
	color: #f86034;
}
#citar{
	display: block;
	font-size: 10px;

	border: 1px solid #f86034;
	border-radius: 10px;
	overflow: hidden;
	cursor: initial;
	margin-bottom: 5px;
}

.citacion {
    width: 33.3%;
    float: left;
    text-align: center;
    /*border-right: solid;
    border-color: #ffffff;*/
    /*margin-top: 5px;*/
    cursor: pointer;
	height: 20px;
	padding: 5px 0px;
}

#cita-completa {
    padding: 10px;
    text-align: justify;
    /*margin-top: 25px;*/
	color: #f86034;
}





#fuente {
    width: 140px;
    height: 45px;
    border: 1px solid #a20f26;
	border-radius: 10px;
	margin-bottom: 5px;
	margin-top: 6px;
}

/*#aumentar-fuente {
    width: 50%;
    height: 100%;
    cursor: pointer;
	float: left;
	background-image: url(../img/aumentar-fuente.png);
    background-repeat: no-repeat;
    background-position: center;
}

#reducir-fuente {
    width: 50%;
    height: 100%;
    cursor: pointer;
    float: left;
	background-image: url(../img/disminuir-fuente.png);
    background-repeat: no-repeat;
    background-position: center;
}
*/
#muestra-barra-lateral{
	display: none;
}



/* COMPUTADORA */
@media only screen and (min-width: 869px) {	

	#contenido-revista > div{
		width: 30%;
	}
	#logo-res > img {
		display: none;
	}
	#logo-revista > img{
		display: block;
	}
	 #logo-revista{
		width: 25%;
		
	}
	#articulo{
		width: calc(100% - 290px);
	}
	
	#contenedor-revista{
		width: 290px;
	}
	
	.herramienta-titulo{
		width: 270px;
	}
	
	.imagen-carousel > img{
		width: 260px;
	}
	
	
	
	
	
	#datos-revista{
		width: 50%;
	}
	

}

/*TABLET, IPAD*/
@media only screen and (min-width: 500px) and (max-width: 868px){	
	#encabezado-revista> div{
		width: 100%;
		position: relative;
	}
	#logo-res{
		display: block;
	}
	
	#logo-revista > img {
		display: none!important;
	}

	#contenido-revista > div{
		width: 100%;
	}
	#contenido-revista > div > div {
		width: 25%;
	}
	#contenido-revista>div>#articulo {
		width: 50%;
	}
	#articulo{
		width: auto;
	}
	
	
	
	#datos-revista{
		width: 100%;
	}
	
	#titulo-revista, #issn-revista{
		font-size: 13px;
	}
	
	#logo-revista > img{
		margin-top: 0px;
		height: 105%;
		width: auto;
	}
	
	#logo-revista{
		width: 50%;
		top: 50%;
		left: 50%;
	}
	
	#front, #articulo-body, #back{
		top: 15px;
	}
	
	.articulo-titulo, .articulo-titulo-traduccion{
		font-size: 22px;
	}
	
	#ficha-general, #articulo{
		font-size: 15px;
	}
	
	.seccion{
		font-size: 16px;
	}
	
	#datos-imagen{
		font-size: 13px;
		padding: 10px;
		max-height: 75%;
	}
	
	#operaciones-imagen{
		padding: 10px;
	}
	
	.nombre-generico-imagen{
		font-size: 14px;
	}
	
	.operaciones{
		font-size: 12px;
	}
	
	#operaciones-imagen{
		align-items: baseline;
		-webkit-align-items: baseline;
	}
	
	.operaciones > span{
		top: 9px;
	}
	
	
	
	
	
	#contenedor-revista{
		position: fixed !important;
		right: -300px;
		width: 300px;
		font-size: 13px;
		left: initial;
	}
	#contenedor-izquierdo{
		position: fixed !important;

		left: -300px;
		width: 300px;
		font-size: 13px;
		right: initial;
	}
	
	
	.herramienta-titulo{
		width: 280px;
	}
	
	.imagen-carousel > img{
		width: 80%;
	}
	
	#muestra-barra-lateral{
		position: fixed !important;
		width: 40px;
		height: 40px !important;
		background-image: url('../img/barra-lateral.png');
		background-size: contain;
		bottom: 10px;
		right: 10px;
		z-index: 2;
		cursor: pointer;
		display: block;
	}
}

/* CELULAR */
@media only screen and (max-width: 500px){
		#cabecera-opciones{
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 32px;
		padding-bottom: 16px;
		background: white;
		background: rgba(255,255,255,.90);
		border-top: 2px solid #e85424;
		border-bottom: 2px solid #e85424;
		z-index:2000;
		display: flex!important;
  justify-content: center!important;
	}
	#cabecera-opciones > div{
		
		cursor: pointer;
		/*height: 50px;*/
		width: 20%!important;
		position: relative!important;
		top: 0px!important;
	}
		#cabecera-opciones>div > img{
		left: 25%;
		/*position: absolute;*/
		width: 30px;
		/*padding: 5px;*/
  		margin: 10px;
		height: 30px;
	}
	#busqueda-anterior-cel {
    width: 15px;
    height: 20px;
    background-image: url('../img/button up.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    cursor: pointer;
}
#busqueda-siguiente-cel {
    width: 15px;
    height: 20px;
    background-image: url('../img/button down.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    cursor: pointer;
}
#listseccel {
	height: 300px;
    overflow-y: scroll;
}
    .cuadro img {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ventana{
  background-color:aqua;
  width:100%;
  padding: 10px 20px;
  margin: 20% auto;
  position: relative;
}
.modal{
  background-color: rgba(0,0,0,8);
  position:fixed;
  top:-250px;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}
#IrVentanaFlotante:target{
  opacity:1;
  pointer-events:auto;
}
.opcion{/*width: 100px;
        background-color:yellow;
border:1px solid black;*/}
#panel-flot{
	height: 300px;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    bottom: 0px;
    left: 0;
    position: fixed;
}
#contenido-revista> div > #articulo {
	width: 100%;
	top: 50px;
}
#encabezado-revista{
	display: none;
}
.articulo-titulo, .articulo-titulo-traduccion {
    font-size: 10px!important;
    display: none;
}
	#encabezado-revista > div{
		width: 100%;
		position: absolute;
	}
	
	/*#encabezado-revista > div > div{
		clear: both;
		position: absolute;
		height: 50%;
	}*/
#buscador-fondo-cel {
    /*width: 320px;*/
    height: 30px;
    
    border: 1px solid transparent;
    border-bottom-left-radius: 5px;
    position: fixed;
      outline: none;
      top: 34px;
    position: absolute;
   border: 0;
	left: 50px;
    
    color: #FFF;
    font-size: 15px;
    z-index: 2;
    margin-right: 8px;
}
#buscador-fondo-cel span {
	color: black;
}
#buscador-fondo {
    color: #FFF;
    font-size: 15px;
}
#cerrar-buscador-cel {
    width: 20px;
    height: 20px;
    background-image: url("../img/cerrar_ant.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    float: right;
}
#citar-cel {
    width: 250px;
    height: auto;
   /* background-color: #f86034;*/
    position: fixed;
    z-index: 2;
    display: none;
    margin-left: 50px;
    /*  top:168px; */
}
#lista-secciones-cel{
	    position: fixed;
  
   
}
}

	#contenido-revista > div{
		width: 100%;
	}
	
	#articulo{
		width: auto;
	}
	
	
	
	#datos-revista{
		width: 100%;
		height: 45%;
	}
	
	#titulo-revista, #issn-revista{
		font-size: 12px;
	}
	
	#logo-revista > img{
		margin-top: 3px;
		
		
	}
	
	#logo-revista{
	   /* width: 50%; */
		
		left: 50px;
	}
	
	#front, #articulo-body, #back{
		top: 0px;
		font-weight: normal;
	}
	
	.articulo-titulo, .articulo-titulo-traduccion{
		font-size: 17px;
	}
	
	#ficha-general, #articulo{
		font-size: 12px;
	}
	
	.seccion{
		font-size: 16px;
	}
	
	#contenido-revista{
		margin-top: 0px;
	}
	
	#datos-imagen{
		font-size: 12px;
		padding: 10px;
		max-height: 75%;
	}
	
	#operaciones-imagen{
		padding: 10px;
	}
	
	.nombre-generico-imagen{
		font-size: 14px;
	}
	
	.operaciones{
		font-size: 11px;
		width: 30px;
	}
	
	#operaciones-imagen{
		align-items: baseline;
		-webkit-align-items: baseline;
	}
	
	.operaciones > span{
		left: 33px;
		top: 10px;
	}
	
	
	

	
	.herramienta-titulo{
		width: 280px;
		    padding-top: 40px;

	}
	
	.imagen-carousel > img{
		width: 180px;
	}
	
	#muestra-barra-lateral{
		position: fixed !important;
		width: 40px;
		height: 40px !important;
		background-image: url('../img/barra-lateral.png');
		background-size: contain;
		bottom: 10px;
		right: 10px;
		z-index: 2;
		cursor: pointer;
		display: block;
	}
	
	
	#creditos-s{
		left: 0px;
		top: -6px;
	}
	

