@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');
}
#creditos-s {
    position: relative;
    top: -6px;
    left: 0px;
    font-style: italic;
}
#creditos-a {
    position: relative;
    top: -6px;
    left: 0px;
    color: #B3B3B3;
}

html{
    background: #ededed;
}

body {
	/*columns: 30em; pone las columnas a la pagina*/ 
	text-align: justify;
	column-gap: 20px;
	margin: 6em 3% 19em 3%;
	background: #fff;
	color: #333;
	font-family: OpenSans-Regular;
	/*font-size-adjust: 0.45;*/
    font-size: 14px;
	position: absolute;
	box-shadow: 0 .3em 1em #000;
	margin-top: 2em;
	margin-bottom: 2em;
    word-break: break-word;
	padding-bottom: 100px;
	
 }

 

#contenedor-javeriana{
    width: 100%;
    left: 20%;
}
 
 /*DIVS DE CABECERA*/
 #visor-cabecera{
	width: 100%;
	height:auto; 
	/*left: 0;
	right: 0;*/
	/*float: left;*/
    margin: 0 auto;
	/*border-bottom: 8.71px solid rgb(141,27,52);*/
}
.herramientas {
	margin-top:40px;
    margin-bottom: 15px;
	width:100%;
	height:100px;
    position: relative;
}

.encabezadoRevista{
	float: right;
	position:absolute;
	right: -2%;
	font-family:Helvetica;
	color:rgba(44, 86, 151, 0.9);
	font-size: 22px;
	line-height: 21.3px;
	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;
}

#menu-superior{
    max-width: 100%;
    margin: 0 auto;
    top: 140px;
    /*left: 10%;*/
    /*left: calc(28%/2);*/
    left: 1%;
    right: 2%;
    position: absolute;
    -webkit-flex-direction: row;
    display: inline-flex;
    color: #ffffff;
    font-size: 14px;
}

#menu-contenedor{
    
}

.opcion-menu{
    cursor: pointer;
    float: left;
    width: auto;
}

.opcion-menu img{
    width: 100%;
    height: auto;
}

.opcion-menu2{
    cursor: pointer;
    float: left;
    width: 12%;
    /*border: solid;*/
    /*margin: auto; aqui se hace la separacion de botones*/
    text-align: center;
    background-color: rgba(44, 86, 151, 0.9);
}

#menu-pdf, #menu-epub{
	width: 6% !important;
}

#menu-pdf > span, #menu-epub > span{
	font-size: 15px;
    position: relative;
    top: 12px;
}

#menu-pdf > img, #menu-epub > img{
	width: 60% !important;
	margin-top: 5px;
}

.opcion-menu3{
    cursor: pointer;
    float: left;
    width: 25%;
    /*border: solid;*/
    text-align: center;
    background-color: rgba(44, 86, 151, 0.9);
}

.nombre-opcion-menu{
    float: left;
    width: auto;
    padding-top: 14%;
    padding-left: 10%;
}

.nombre-opcion-menu3{
	cursor: pointer;
    float: left;
    width: auto;
    padding-top: 6%;
    padding-left: 30%;
    text-align: right;
}

.opcion-menu2 > img{
    width: 30%;
    padding-top: 5%;
}

.opcion-menu3 > img{
    width: 12%;
    padding-right: 25%;
    padding-top: 2%;
}

/*#menu-fuente > .nombre-opcion-menu > span{
    margin-left: 40%;
}*/

 /*DIVS DE ARTICULO*/
 #articulo{
	width: 65%;
	left: 25%; /*Movió Alma*/
	position: relative;
	color: #777777;
    top: 30px;
}

#articulo-body, #back, .articulo-resumen, .articulo-resumen-traduccion{
	
}

/*front*/

#front > *:not(#articulo-meta){
	float:left;	
}

#articulo-meta{
	/*width: 80%;*/
	float: left;
	color: #777777;
	font-weight: bold;
	font-size-adjust: none;
    margin-top: 30px;
}

#articulo-body{
    font-size: 14px;
	text-align: justify;
	word-wrap: break-word;
}

#articulo-meta > .articulo-titulo{
	font-size: 20px;
}

#articulo-meta > .articulo-titulo-traduccion{
	font-size: 17.3px;
    color: #2C5697;	
}

.articulo-titulo-traduccion a{
    color: #777777;
}

#articulo-acerca{
	
}

#ficha-general{
	/*border: solid;
	border-color: rgb(127,129,128);	*/
    border-bottom: solid rgb(127,129,128) thin;
	border-width: .876pt 0px;
	padding: 15px 15px;
	font-size: 14px;
	text-align: justify;
	word-wrap: break-word;
}

.ficha{
    width: 100%;
    background: rgba(235, 235, 235, 1);
background: -moz-linear-gradient(left, rgba(235, 235, 235, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(0%, rgba(219, 219, 219, 1)), color-stop(0%, rgba(230, 230, 230, 1)), color-stop(82%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(left, rgba(235, 235, 235, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(left, rgba(235, 235, 235, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
background: -ms-linear-gradient(left, rgba(235, 235, 235, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to right, rgba(235, 235, 235, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=1);
    border-left: solid #fcde5c;
}

#autores-articulo > .nombre-completo{
	display: block;
}

.espacio-p{
    margin-bottom: -15px;
}

#autores-articulo .nombre, #autores-articulo .apellidos, .doi, .nombre-fecha, .funding, .collab{
	font-weight: bold;
	text-align: justify;
	word-wrap: break-word;
}

.journal, .issue, .year{
    font-weight: bold;
	text-align: justify;
	word-wrap: break-word;
}

.resumen, .resumen-trans {
	display: block;
	color: #2C5697;
	font-size: 16px;
	text-align: justify;
	word-wrap: break-word;	
}

.articulo-palabras > .negrita, .articulo-palabras-traduccion > .negrita{
	display: block;
    color: #2C5697;
	font-size: 16px;
	text-align: justify;
	word-wrap: break-word;	
}

.capital{
	font-size: 14px;
	text-align: justify;
	word-wrap: break-word;	
}

.creative{
    margin-bottom: 28px;
	text-align: justify;
	word-wrap: break-word;
}

#articulo-body{
	border-top: solid rgb(127,129,128) thin;
	border-bottom: solid rgb(127,129,128) thin;
	float:left;	
}

#back{
	float:left;
}

/*DIV CREDITO*/
#creditos{
	width: 100%;
	height: 28px;
	background-color: #2C5697;
	color: #efeded;
	bottom: 0;
	left: 0;
	font-size: 16px;
	text-align: justify;
	float: left;
	clear: left;
    margin-bottom: 6%;
    margin-top: 2%;
     /* 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: #2C5697;
}

.seccion{
    font-size: 16px;
}

.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;
	text-align: justify;
	word-wrap: break-word;
}

.imagen-formula{
	margin-top: 20px;
}

.imagen{
	page-break-inside:avoid;
}

 a {
     color: #2C5697;
     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;
	text-align: justify;
	word-wrap: break-word;
}

.captionS{
    text-align: center;
	font-weight: bold;
}

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

h1, h2, h3{
    color: #2C5697;
}	

.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 #2C5697;
	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;
    cursor: pointer;
}

.inlineImage {
    max-height: 25.3px;
    width: auto;
    position: relative;
    top: 5px;
}

.formula{
	margin-top: -17px;
}

.imagen{
	page-break-inside:avoid;
}

/*NOTAS*/

.nota{
	font-size: 14px;
	margin-left: 20px;
}

.nota-autor{
	 font-size: 14px;
	 margin-left: 20px;
}

.label{
	width: 15px;
	font-weight: bold;
}

.referencia{
	font-size: 14px;
	margin-left: 15px;
	text-indent: 0px;
}

.bibliografia{
	font-size: 14px;
	margin-left: 15px;
	text-indent: -15px;
    font-size-adjust: 0.45;
    margin-left: 35px;
}

.apendice{
	font-size: 14px;
}

.statement{
	line-height: normal;
}

.autores-ficha, .numero, .art-title, .publisher, .url-r{
    line-height: 16px;
	text-align: left;
	
	
}

/*.art-title , .statement{
	line-height: normal;
}

.publisher{
	line-height: 23px;
}
*/

.art-title{
    color: #2C5697;
	text-align: left;
}

.editor{
	color: #7f8080;
	font-size: 13px !important;
}

.word-black{ 
	font-weight: bold; 
}

/* 			RESPONSIVE DESIGN 			*/

/*SMARTHPHONE*/
@media only screen and (max-width: 480px){	
    #visor-cabecera{
        width: 95%;
    }

       #logo-revista-superior > img{
        height: 30px;
    }

    #articulo{
        top: -70px !important;
		left: 2%;
    }

    #menu-superior{
        top: 100px;
        width: 100% !important;
    }


    #ficha-general, #articulo-body, .bibliografia, .apendice, .nota, .nota-autor, #creditos{
        font-size: 12px;
		text-align: left;
    }

    .capital{
        font-size: 11px;
		text-align: justify;
		word-wrap: break-word;
    }

    #articulo-meta > .articulo-titulo{
        font-size: 13px;
		text-align: left;
	}

    #articulo-meta > .articulo-titulo-traduccion{
        font-size: 13px;
		text-align: left;
    }
	
	.ficha{
		font-size: 13px;
		text-align: left;
	}

    #creditos{
        height: 22px;
        margin-bottom: 10%;
    }

    #datos-imagen{
        font-size: 10px;
    }

    .operaciones{
        margin-left: -50px;
    }

    .operaciones > span{
        left: 36px;
    }
}

/*TABLET, IPAD*/
@media only screen and (max-width: 768px){	
    #nombre-revista-superior{
        display: none;
    }

    .herramientas{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .encabezadoRevista{
        position: initial;
        width: 50%;
        text-align: center;
    }

    #logo-revista-superior{
        float: initial;
    }

    #barra-secciones{
        /*display: none;*/
        position: fixed !important;
        top: 0px !important;
        bottom: 63px;
        right: -70%;
        background-color: white;
        width: 68% !important;
    }

    #menu-superior{
      
        position: fixed;
        width: 100%;
          
		top: 0px;
       

        display: inline-flex;
        
        flex-direction: column;
        -webkit-flex-direction: row;
        -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;
         max-width: 100%;
        left: 0;
    }

    .opcion-menu2, .opcion-menu3{
        border: none;
        width: 100%;
         background-color:rgba(44, 86, 151, 0.9);
    }

    .nombre-opcion-menu, .nombre-opcion-menu3{
        float: initial;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }

    .opcion-menu2 > img, .opcion-menu3 > img{
        width: 38%;
        padding-top: 0;
        padding-right: 0;
        height: 35px;
    }
	
	#menu-pdf, #menu-epub{
		width: 80% !important;
		height: 51px;
	}
	
	#menu-pdf > span, #menu-epub > span{
		top: 10px;
		font-size: 12px;
	}

    #articulo{
        top: -40px;
        width: 90%;
        z-index: 0;
    }

    #contenedor-javeriana{
        left: 0;
        position: relative;
        z-index: 2;
    }

    /*#fuente{
        top: 250px;
        left: 30px;
    }*/

    #citar{
        /*top: 140px;
        left: 50px;*/
		width: 254px !important;
    }
	
	.citacion{
		height: 20px;
	}
	
	.citacion > span{
		position: relative;
		top: 3px;
	}

    #menu-fuente > .nombre-opcion-menu > span{
        margin-left: 0%;
    }
	
	#buscador-fondo{
		top: 99% !important;
		left: 0px;
		width: 323px !important;
		font-size: 12px !important;
	}
	
	#buscador-fondo > div{
		margin-top: 4px;
	}
	
	#buscador-fondo-s{
		padding-right: 5px;
	}
	
	#buscador-fondo > div > input{
		height: 18px !important;
		width: 140px !important;
		padding-left: 0px !important;
		text-indent: 10px;
	}
	
	#palabras-encontradas{
		padding-left: 20px;
	}
	
	#busqueda-anterior, #busqueda-siguiente, #cerrar-buscador{
		padding-left: 3px;
	}
	
	#carousel-izquierda, #carousel-derecha{
		display: none;
	}
	
	#carousel-fondo-toogle{
		width: 23px !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px){
	#menu-superior{
		top: 0px !important;
		
	}
	
	#articulo{
		width: 84% !important;
		left: 8% !important;
	}
	
	/*#citar{
		top: 265px !important;
	}*/
	
	/*#fuente{
		top: 460px !important;
	}*/
	
	#carousel-fondo-toogle{
		width: 40px !important;
	}
}

/* DESKTOP, LAPTOP, MAC */
@media only screen and (min-width: 1100px) and (max-width: 1310px){
    #menu-superior{
        font-size: 10px;
    }
}

@media only screen and (max-width: 1099px){
    #menu-superior{
        font-size: 9px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px){
    .opcion-menu2 > img, .opcion-menu3 > img{
        display: none;
    }
    
    #menu-pdf > .nombre-opcion-menu > span:after{
        content: ' PDF';
    }
    
    #menu-epub{
        width: 13%;
    }
    
    #menu-epub > .nombre-opcion-menu > span:after{
        content: ' ePub';
    }
    
    #menu-fuente > .nombre-opcion-menu > span{
        margin-left: 45%;
    }
    
    .nombre-opcion-menu{
        padding-top: 10%;
    } 
    
    .nombre-opcion-menu3{
        padding-top: 4%;
    }
    
    #menu-superior{
        height: 30px;
    }
}

/* DESKTOP HD */
@media only screen and (min-width: 1200px){
    
    #visor-cabecera{
       max-width:1200px;
	   height:auto; 
       margin: 0 auto;
    }
    
    /*#menu-superior{
        max-width: 100%;
        margin: 0 auto;
        top: 150px;
        left: 5%;
        position: absolute;
    }*/
    
    #articulo{
        max-width: 1200px;
    }
    
    body{
        max-width: 1300px;
        margin: 0 auto;
        left: 5%;
        right: 5%;
        margin-top: 2em;
	    margin-bottom: 2em;
    }
}

.source-value{
    line-height: 18px;
}

#barra-secciones{
    width: 20%;
    position: absolute;
    top: 100%;
    font-size: 12px;
    padding-left: 0.0%;/*Movió Alma*/
	overflow: hidden;
}

#barra-secciones > div{
	position: relative;
	height: auto;
}

.seccion-individual{
    background-color: rgba(44, 86, 151, 0.7);
    margin-top: 3px;
    padding: 10px 5px;
    color: #ffffff;
}

.subseccion-individual{
    background-color: #ededed;
    margin-top: 3px;
    padding: 10px 5px;
    color: #777;
}

#carousel-fondo{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 63px;
    width: 100%;
    background-color: rgba(44, 86, 151, 0.9);
    z-index: 3;
}

#carousel-fondo-toogle{
	position: absolute;
	width: 40px;
	height: 90%;
	top: 3px;
	left: 3px;
	cursor: pointer;
	background-image: url('../img/comprimir-carousel.png');
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center;
}

#carousel{
    position: fixed !important;
    bottom: 0px;
    height: 60px;
    left: 0;
    right: 0;
    /*border: 1px solid #bbb;*/
    /*background-image: url(../img/visor.png);
    background-repeat: no-repeat;
    background-position: center;*/
}

#buscador-fondo{
   width: 350px;
   height: 30px;
   top: 100%;
   border: 0.5px solid transparent;
   border-bottom-left-radius: 5px;
   position: absolute;
   right: 27.5%;
   background-color: rgba(44, 86, 151, 0.7);
   color: white;
   font-size: 14px;
   z-index: 2;
}

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

#cerrar-buscador{
    width: 20px;
    height: 20px;
	background-image: url('../img/javeriana-cerrar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    float: right;	
}

#busqueda-siguiente{
    width: 20px;
    height: 20px;
	background-image: url('../img/javeriana-abajo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	float: left;    	
}

#busqueda-anterior{
    width: 20px;
    height: 20px;
	background-image: url('../img/javeriana-arriba.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    float: left;
}


.texto-buscado{
	background-color: #fcde5c;
}

.busqueda-actual{
	background-color: rgba(44, 86, 151, 0.9);
	color: white;
}

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

#aumentar-fuente {
    position: absolute;
    width: 50px;
    height: 100%;
    left: 20px;
    cursor: pointer;
}

#reducir-fuente {
    position: absolute;
    width: 50px;
    height: 100%;
    cursor: pointer;
    left: 105px;
}

#cambio-idioma{
	width: 174px;
	height: 57px;
	position: absolute;
	z-index: 2;
	display: none;
	background-image: url('../img/javeriana-idiomas.png');
	background-position: center;
	background-size: contain;
}

#idioma-es{
	position: absolute;
    width: 45px;
    height: 42px;
    left: 20px;
    top: 7px;
	cursor: pointer;
}

#idioma-en{
	position: absolute;
    width: 45px;
    height: 42px;
    right: 20px;
    top: 7px;
	cursor: pointer;
}

/* modificado */
#citar {
    width: 250px;
    height: auto;
    background-color: #2C5697;
    position: absolute;
    z-index: 2;
    display: none;
    margin: 10px;
}

/* nuevo */
/*.citacion:last-child {
    border: none;
}*/

/* nuevo */
#cita-completa{
    /*padding: 10px;*/
    text-align: justify;
    /*margin-top: 25px;*/
	padding: 10px;
	padding-left: 93px;
}

/* nuevo */
.citacion{
    width: 80px;
    /*float: left;*/
    text-align: center;
    border-right: solid;
    border-color: #ffffff;
    margin-top: 5px;
    cursor: pointer;
}

#citaciones{
	float: left;
}

#javeriana-imagenes{
    position: fixed;
    /*background-color: rgba(32, 94, 133, 0.8);*/
	background-color: rgba(239, 237, 237, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 63px;
    z-index: 3;
    display: none;
}

#javeriana-imagenes > img{
	background-color: #efeded;
	border: 3px solid #2C5697
}

#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/anteriorMobile.png);
}

#imagen-siguiente{
    right: 0;
    background-image: url(../img/siguienteMobile.png);
}

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

#datos-imagen{
    position: absolute;
    left: 0;
    right: 30%;
    bottom: 0;
    background-color: rgba(44, 86, 151, 0.7);
    height: auto;
    color: white;
    padding: 20px;
    min-height: 112px;
}

#datos-imagen a{
    color: #fcde5c;
}

.nombre-generico-imagen{
    font-weight: bold;
    font-size: 13px;
    color: #fcde5c;
}

#operaciones-imagen{
    position: absolute;
    left: 70%;
    right: 0;
    bottom: 0;
    background-color: rgba(44, 86, 151, 0.7);
    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: 35px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    font-size: 9px;
}

.operaciones > span{
    position: relative;
    left: 45px;
    top: 10px;
    color: #fcde5c;
}

#ver-contexto{
    background-image: url('../img/visor_javeriana-contexto.png');
}

#descargar-imagen{
    background-image: url('../img/visor_javeriana-descargar.png');
}

#descargar-todas{
    background-image: url('../img/visor_javeriana-todas.png');
}

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

@keyframes remarcar-fondo-azul {
    0%   {background-color: rgba(44, 86, 151, 0.9);}
    100% {background-color: transparent;}
}

@-webkit-keyframes remarcar-fondo-azul {
    0%   {background-color: rgba(44, 86, 151, 0.9);}
    100% {background-color: transparent;}
}

@-moz-keyframes remarcar-fondo-azul {
    0%   {background-color: rgba(44, 86, 151, 0.9);}
    100% {background-color: transparent;}
}

/*#356e99 old blue*/

/* azul #205e85 R: 32 G: 94 B: 133*/

/* amarillo #fcde5c 252,222,92*/


#imagen-flotante {
    position: fixed;
    z-index: 10;
    background-color: white;
    border: 3px solid #fcde5c;
    padding: 10px;
    text-align: center;
    display: none;
}

#imagen-flotante > img{
	cursor: pointer;
}

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

#cerrar-visor-imagenes img{
	width: 30px;
	height: auto;
}

#referencia-nota {
    position: fixed;
    width: 350px;
    height: auto;
    padding: 10px 20px;
    display: none;
    z-index: 3;
    text-align: justify;
    overflow: hidden;
    color: #2C5697;
    background-color: #fcde5c;
    border-radius: 8px;
}

.scroll{
	position: absolute !important;
    width: 3px;
    background-color: #2C5697;
    border-radius: 10px;
    right: 0px;
    z-index: 1;
    padding: initial !important;
}
