@font-face {
    font-family: "Titillium Web";
    src: url('../font/Titillium-Web.woff2') format('woff2');
}
@-moz-document url-prefix() {
	.container-filters .option a img{
		filter: opacity(1) drop-shadow(2px 0px 0px red) !important;
	}
}
/*---------------------------------------------------------movil--------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width:600px)
{
	header { 
		height: 200px!important;
	}
	
	header.header{
		width: 100%;
		height: 200px!important;
		/*color: white;*/
		background-image:url(../img/acercade08.png);
		background-position: center;
	    background-size: cover;
	}
	header.header > div{
		height: 200px;
	    display: flex;
	    flex-flow: row wrap;
	}
	div#redalyc-redes-idioma{
		height: 2em;
	    align-items: center;
	    justify-content: flex-end;
	    width: 100%;
	    margin-left: -10pt;
	    margin-top: 27px;
	    order: 2;
	}
	span.idioma{
		margin-left: 5px;
	}
	div#redalyc-general{
		height: 3em;
	    width: 100%;
	    display: block;
	    align-items: center;
	    justify-content: space-around;
	    margin: 0;
	    order: 1;
	    text-align: center;
	}
	div#redalyc-general img{
		height: 50px;
	}
	div#redalyc-general #redalyc-nombre {
	    font-size: 11px;
	    white-space: nowrap;
	}
	div#redalyc-nombre span:nth-child(1) {
	    font-size: 19px;
	}
	div#titulo-pagina{
		height: auto;
	    font-size: 25px;
	    text-indent: 0;
	    margin-top: -40px;
	    width: 100%;
	    display: block;
	}
	div#titulo-pagina h4{
		margin: 0 0 0 0;
	}
	/*main*/
	div.height-cards{
	 	height: auto;
	 }
	 div.height-auto{
	 	height: auto;
	 }
	 /*div right*/
	 div.main-right{
	 	display: inline-block;
	 	vertical-align: top;
	 }
	 div.right-height-full{
	 	width: 100%;
	 }
	 div.right-height-normal{
	 	width: 100%;
	 }
	 div.right-row{
	 	width: 100%;
	 	padding: 0;
	 }
	 div.padding-right-head-full{
	 	padding: 0% 0% 0% 1%;
	 	width:99%;
	 }
	 div.padding-right-head-normal{
	 	padding: 0% 0% 0 1%;
	 	width:99%;
	 	position: relative;
	 }
	 /*content right*/
	 div.content-normal{
		width:96%;
		height: auto;
		padding: 0% 2% 0 2%;
		/*margin-top: 5px;*/
	}
	div.content-full{
		width:96%;
		height: 100%;
		padding: 0 2% 0 2%;
	}
	div.searchBox {
    	left: 0
    }
	div.searchBox form{
	  	width: 100%;
	  	height: 100%;
	  	border-bottom: solid 1px #d1d2d4;
	}
  	div.searchBox input{
		border: 0;
		width: 80%;
		min-height: 90%;
		display: inline-block;
	   	vertical-align: top;
		font-size: 14px;
		outline: 0 none;	
  	}
	div.searchBox input:nth-child(2){
	  	right: -40px !important;
	}
    div.searchBox .icon{
	    position: relative;
	    top: -7px;
	    right: 0px;
    }
   div.left-paginator-top{
		width:50%;
		display: inline-block;
		vertical-align: top;
	}
	div.right-paginator-top{
		width: 100%;
	    display: flex;
	    vertical-align: top;
	    padding-top: 21px;
	    right: 0%;
	}
	div.right-paginator-top .row {
	    width: 100%;
	    display: flex;
	    justify-content: space-around;
	}
	div.right-paginator-top .row p {
	    width: 69%;
	    display: inline-block;
	    vertical-align: top;
	    text-align: left;
	}
	div.container-view-options .view{
		width: 49%;
		height: 100%;
		display: inline-block;
		vertical-align:top;
		font-size: 14px;
	}
	 /*cards*/
	 div.card-normal{
		width: 100%;
		margin: 0 2% 0% 0;
	}
	div.card-full{
		width: 100%;
		height: 450px;
		margin: 0 2% 0% 0;
	}
	div.content .card .card-img .card-footer .buttons{
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	div.content .card .card-img .card-footer .buttons .btn-card {
	    width: 35%;
	    height: 30px;
	    text-align: center;
	    border: solid 1px lightgrey;
	    border-radius: 5px;
	    display: inline-block;
	    vertical-align: top;
	    margin: 0 0 0 0;
	    cursor: pointer;
	    font-size: 10px;
	    padding: 0px 10px;
	}
	div.content .card .card-img .card-footer .networks{
		width: 25%;
		display: inline-block;
		vertical-align: top;
	}
	div.content .card .card-img .card-footer .networks a{
	    display: inline-block;
	    vertical-align: top;
	    margin: 0px 5px;
	}
	div.networks img{
		width: 20px;
	}
	/*table*/
	
	div.container-table{
	  	width: 100%;
	  	overflow: auto;
	  }
	
	/*footer*/
    footer#pie-pagina {
    	height: 55vh;
    }
    div#informacion-redalyc {
    	font-size: 11px;
    }
    div#pie-logos {
        top: 25%;
    }
	/*paginador superior*/
	div.right-paginator-top button, .right-paginator-bottom button {
	    margin-top: -18px;
	}
	div.right-paginator-top p {
	    margin: -20px 15px 0 0;
	    width: 83%;
	}
	div.searchBox #select-paginator {
	    right: 53%;
    	width: 47%;
    	text-align: left;
	}
}
/*-----------------------------------------------------------------tablet-------------------------------------------------*/
@media only screen and (min-width:601px) and (max-width:768px)
{
	header { 
		height: 200px!important;
	}	
	header.header{
		width: 100%;
		height: 200px!important;
		/*color: white;*/
		background-image:url(../img/acercade08.png);
		background-position: center;
	    background-size: cover;
	}
	header.header > div{
		height: 200px;
	    display: flex;
	    flex-flow: row wrap;
	}
	div#redalyc-redes-idioma{
		height: 2em;
	    display: block;
	    align-items: center;
	    justify-content: flex-start;
	    width: 100%;
	    margin-left: 5px;
	    margin-top: 27px;
	    order: 2;
	}
	div#redalyc-general{
		height: 3em;
	    width: 100%;
	    display: block;
	    align-items: center;
	    justify-content: space-around;
	    margin: 0;
	    order: 1;
	    text-align: center;
	}
	div#redalyc-general img{
		height: 50px;
	}
	div#redalyc-general #redalyc-nombre {
	    font-size: 12px;
	}
	div#titulo-pagina{
		height: auto;
	    font-size: 25px;
	    text-indent: 0;
	    margin-top: -40px;
	    width: 100%;
	    display: block;
	}
	div#titulo-pagina h4{
		margin: 0 0 0 0;
	}
	/*main*/
	div.height-cards{
	 	height: auto;
	 }
	 div.height-auto{
	 	height: auto;
	 }
	/*div left*/
	div.main-left{
	 	width: 40%;
	 	height: 69rem;
	 	padding: 15px 2% 0 2%;
	 	background-color: #9a9fa3;
	 	position: absolute;
	 	z-index: 5;
	 }
	 div.main-left .head{
	 	width: 100%;
	 	height: 50px;
	 }
	 div.main-left .head h3{
	 	width: 90%;
	 	display: inline-block;
	 	vertical-align: top;
	 	margin:0;
	 	color: #dce1e5;
	 	font-weight: lighter;
	 }
	 /*div right*/
	 div.main-right{
	 	display: inline-block;
	 	vertical-align: top;
	 }
	 div.right-height-full{
	 	width: 100%;
	 }
	 div.right-height-normal{
	 	width: 100%;
	 }
	 div.right-row{
	 	width: 100%;
	 	padding: 0;
	 }
	 div.padding-right-head-full{
	 	padding: 0% 0% 0% 1%;
	 	width:99%;
	 }
	 div.padding-right-head-normal{
	 	padding: 0% 0% 0 1%;
	 	width:99%;
	 	position: relative;
	 }
	 /*content right*/
	 div.content-normal{
		width:100%;
		height: auto;
		padding: 3% 0% 0 0%;
	}
	div.content-full{
		width:96%;
		height: 100%;
		padding: 0 2% 0 2%;
	}
	/*searchBox*/
	div.searchBox {
		height: 155px;
	    width: 100%;
	    left: 0;
    }
	 /*cards*/
	 div.card-normal{
		width: 45%;
	}
	div.card-full{
		width: 31%;
		height: 450px;
		margin: 0 2% 2% 0;
	}
	div.content .card .card-img .card-footer .buttons{
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	div.content .card .card-img .card-footer .networks{
		width: 25%;
		display: inline-block;
		vertical-align: top;
	}
	div.content .card .card-img .card-footer .networks a{
		/* width: 44%; */
	    display: inline-block;
	    vertical-align: top;
	    margin: 0px 0px;
	}
	div.networks img{
		width: 20px;
	}	
	.content .card .card-img .card-footer .buttons .btn-card {	   
	    margin-right: 0px !important;	
	}
	.card-normal {
	    height: 390px;
	    margin: 0 2% 2% 0;
	}
	
	/* 	tarjetas de revista */
	div.content div.card div.card-img div.card-footer div.buttons div.btn-card{
		    padding: 0px 5px;
    		margin-right: 5px;
	}
}
/*-----------------------------------------------------------laptop medium-------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1550px){
	footer#pie-pagina {
	    height: 35vh;
    }
    div#redalyc-nombre span:nth-child(1) {
        font-size: 22px;
    }
    div#redalyc-nombre span{
        font-size: 12px;
    }
    img#logo-redalyc {
        width: 120px !important;
    }
    div#pie-logos img:nth-child(1) {
	    margin: 0 10px;
	    width: 120px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px){
	footer#pie-pagina {
	    height: 30vh;
    }
}
/*------------------------------------------------------------pc--------------------------------------------------------*/
*{
	padding: 0px;
	margin: 0px;
	font-family: 'Titillium Web', sans-serif;
}

body,html{
	padding:0;
	margin:0;
	font-family: "Titillium Web", sans-serif;
}


header{
	background-color: #6a747d;
	width: 100%;
	height: 150px;
	color: white;
	background-image:url(../img/acercade08.png);
	background-position: center;
    background-size: cover;
}

header > div{
	height: 100px;
}

#titulo-pagina{
	height: auto;
    font-size: 25px;
    text-indent: 25%;
    /*margin-top: -30px;*/
}

#redalyc-redes-idioma{
	float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 230px;
    margin-left: 30px;
}

.idioma{
	cursor: pointer;
}

#redalyc-general{
	float: right;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 30px;
}

#logo-redalyc{
	margin: 0 10px 0 0px;
}

#redalyc-nombre{
	font-size: 17px;
}
#redalyc-nombre span:nth-child(1){
	font-size: 32px;
}
/*footer*/
#pie-pagina{
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 39vh;
	position: relative;
	font-family: 'Titillium Web', sans-serif !important;
	color: rgb(34, 46, 52);
}
#informacion-redalyc{
	position: relative;
    text-align: center;
    font-size: 14px;
    top: 20%;
    color: #999999;
}
#pie-logos{
    position: relative;
    width: 80%;
    text-align: center;
    top: 25%;
    margin: 0 auto;
}
#pie-logos img{
	width: auto;
}
#pie-logos img:nth-child(1){
	margin: 0 20px;
    width: 217px;
    margin-bottom: 5px;
}


.header {
	/*height: 150px;*/
    width: 100%;
    /*background-image: url("../img/foto-fondo-home.jpg");
    background-size: cover;*/
    background-color: #c8d0d5;
    color: #000;
    /*padding-top: 14px;*/
    height: auto;
}
p{
	margin:0px;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: black;
}
.btn-cerrar-menu{
	margin: 0 -50px 50px 0;
    font-size: 2rem;
    text-align: center;
    color:#ff0000;
}
.hover-black{
	color: #636466;
}
.hover-black:hover{
	color: #ff3a44;
}
button{
	border:0;
	background-color: rgba(0,0,0,0);
}
.bold {
	font-weight: lighter;
}

.italic {
	font-style: italic;
}

.menu {
	display: table;
	vertical-align: middle;
	width: 100%;
}

.menu>div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.redes-sociales {
	vertical-align: top;
	padding: 38px 0px 20px 0px;
}

.redes-sociales > a > img {
	float: none; 
	padding-bottom:0;
	height: 30px;
}

.redes-sociales > a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}

.redes-sociales > a > span {
	max-height: 10px;
	width: 30px;
	padding-top: 20px;
	margin-right: 1px;
	vertical-align: super;
	font-weight: bold
}

.logo-redalyc {
	display: table-cell; 
	vertical-align: middle; 
	width: 58%;
}

.logo-nombre {
	text-align: right; 
	display: table; 
	width: 100%
}
.logo-redalyc>img {
	width: 200px;
	max-height: 70px;
	float: none;
	margin-right: 10px;
}
.to-home {
	cursor: pointer;
}

.nombre-redalyc {
	display: table-cell; 
	vertical-align: middle; 
	text-align: left; 
	font-size: 0.8em;
}
.ficha-tecnica {
	text-align: center; 
	margin-top: 10px;
}
.section-tittle{
   width:80%;
   color: white;
   font-style: normal;
   font-size: 50px;
   text-align: center;
   margin-bottom: 0;
   margin-top: 0;
   margin-left: 0%;
   font-weight: lighter;
 }
 .main{
 	width:100%;
 }
 .height-auto{
 	height: auto;
 }
 .main-left{
 	position: absolute;
    width: 19%;
    /*top: 9;*/
    left: 0;
    z-index: 1;
    background-color: #9A9FA3;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing: border-box;
    color: #f5f5f5;
 }
 .main-left .head{
 	width: 100%;
 	height: 50px;
 }
 .main-left .head h3{
 	width: 90%;
 	display: inline-block;
 	vertical-align: top;
 	margin:0;
 	color: #dce1e5;
 	font-weight: lighter;
 }
 .main-left .head a{
 	width: 8%;
 	display: inline-block;
 	vertical-align: top;
 }
 .main-left .head a img{
 	width: 100%;
 }
 .main-left .container{
 	width: 100%;
 }
 .container-normal{
 	height: auto;
 }
  .container-auto{
 	height: auto;
 }
 .main-left .container .verMas{
 	width:90%;
 	padding: 0 0 0 9%;
 }
 .btn-ver:hover{
 	color: #ff3a44;
 }
 .main-left .container h3{
 	text-align: center;
 	margin:0;
 	color:white;
 	font-weight: lighter;
 }
 .main-left .container .row{
 	width:100%;
 	
 }
 .row-normal{
 	height: auto;
 }
 .row-auto{
 	height: auto;
 }
 .main-left .container .row .elemento-hidden{
 	width: 94%;
 	padding: 0 0 0 5%;
 	margin: 0px 0 0px 0;
 	color: #e2e4e7;
 	display: none;
 }
 .elemento-filtro, .elemento-filtro-hidden {
	font-size: 13px;
	margin: 1px 0 1px;
}

.elemento-filtro > label, .elemento-filtro-hidden > label {
    display: inline-block;
    width: 120px;
    text-align: left;
}

.elemento-filtro>span, .elemento-filtro-hidden>span {
	display: inline-block;
	text-align: left;
	width: 50px;
}

.elemento-filtro-hidden {
	display: none;
}

.ver-mas-menos {
	color: #263238;
	font-size: 14px;
	cursor: pointer;
}

.aplicar-filtro {
	cursor: pointer;
    width: 100px;
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}

.main-left .container .row .elemento .nombre{
	width: 85%;
	display: inline-block;
 	vertical-align: top;
}
.main-left .container .row .elemento p{
	width: 10%;
	display: inline-block;
 	vertical-align: top;
 	text-align: right;
}
/*elementos ocultos*/
.main-left .container .row .elemento-hidden .nombre{
	width: 85%;
	display: inline-block;
 	vertical-align: top;
}
.main-left .container .row .elemento-hidden p{
	width: 10%;
	display: inline-block;
 	vertical-align: top;
 	text-align: right;
}
/*--------------------------------------*/
  .main-right{
 	margin-left: 19%;
    transition: all 0.4s ease 0s;
    position: relative;
 }
 .right-height-full{
 	width: 100%;
 }
 .right-row{
 	width: 100%;
 	padding: 0;
 }
 .padding-right-head-full{
 	padding: 0% 0% 0% 1%;
 	width:99%;
 }
 .padding-right-head-normal{
 	padding: 2% 5% 0 5%;
 	width:90%;
 	position: relative;
 }
 #container-btn-menu{
 	width: 100%;
 	height:auto;
 }
 .abrir-cerrar {
	color: #444;
	font-size: 1rem;
}

#abrir {
	display: none;
}

#cerrar {}
.searchBox{
    width: 98%;
    background-color: #FFFFFF;
    position: relative;
    left: 20px;
    border-bottom: none;
    border-bottom: 1px solid #9A9FA3;
  }
.searchBox input{
	font-family: 'Titillium Web';
    color: #000000;
    border: none;
    border-bottom: 2px solid #9a9fa3;
    width: 55%;
    height: 30px;
    outline: 0 none;
  }
.searchBox .icon{
    position: relative;
    top: -7px;
    right: -15px;
   }
.searchBox #select-paginator{
	position: absolute;
    top: 0;
    right: 45%;
}
.searchBox #select-paginator select{
	border: navajowhite;
    border-bottom: solid 1px lightgray;
}
.container-paginator-top{
	width: 100%;
}
.left-paginator-top{
	width:50%;
	display: inline-block;
	vertical-align: top;
}
.left-paginator-top > h4{
	font-weight: normal;
	color: #6a747d;	
}
.view > a > img{
	width: 20px;
    margin-right: 7px;
}
.left-paginator-top h3{
	font-weight: lighter;
	color:#777d88;
}
.right-paginator-top{
	position: absolute;
    right: 6%;
    top: 60%;
    font-size: 14px;
    font-weight: lighter;
    width: 40%;
    display: flex;
    text-align: right;
    color: #7f7f7f;
}
.right-paginator-bottom{
	position: absolute;
    right: 6%;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
}

.right-paginator-top  p{
	margin: 2px 20px 0 0;
    width: 85%;
}

.right-paginator-top button, .right-paginator-bottom button {
    background: none;
    border: none;
    padding: 0px 5px;
    cursor: pointer;
    margin-top: 3px;
}
.container-view-options{
	width: 100%;
	height: 50px;
}
.container-view-options .view{
	width: 20%;
	height: 100%;
	display: inline-block;
	vertical-align:top;
	font-size: 14px;
}
.container-view-options .view a{
	width:100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items:center;
	cursor:pointer;
}
.border-red{
	border-bottom: solid 1px red;
}

.vistas {
    color: #6a747d;
    font-size: 14px;
    display: inline-block;
    width: 130px;
}
.content-normal{
	width:90%;
	height: auto;
	padding: 3% 5% 0 5%;
}
.content-full{
	width:96%;
	height: 100%;
	padding: 0 2% 0 2%;
}
.container-filters{
	background-color: #f5f5f5;
    font-size: 14px;
    padding: 10px 5%;
}
.container-filters .option{
	width: auto;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 5px 5px 5px 0;
}
.container-filters .option a{
	cursor:auto;
}
.container-filters .option a img{
	height: 10px;
    width: auto;
    filter: opacity(1) drop-shadow(0 0 0 red);
    cursor: pointer;
    padding-left: 1px;
}
.content .card{
	display: inline-block;
	vertical-align: top;
}
.card-normal{
	width: 341px;
    height: 300px;
    margin: 0 2% 2% 0;
}
.card-full{
	width: 31%;
	height: 450px;
	margin: 0 2% 2% 0;
}
.card-table h4{
	margin-top: 13px;
}
.card-table table{
	font-size: 14px;
}
.wrapper > div{
	height: 100%;
    overflow: auto;
}
.container-card-options{
	width: 100%;
}
.container-card-options .row{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.container-card-options .row .card-option{
	width: 5%;
	height: 5px;
	margin: 10px 0 0 5px;
	cursor: pointer;
	position:relative;
}
.card-about:hover .about{
	display: block !important;
    background-color: red;
    position: absolute;
    color: white;
    border-radius: 5px;
    left: 23px;
    top: -5px;
    margin: 0;
    z-index: 5;
    padding: 0 3px;
    width: max-content;
}
.card-allNumbers:hover .allNumbers{
	display: block !important;
    background-color: red;
    position: absolute;
    color: white;
    border-radius: 5px;
    left: 23px;
    top: -5px;
    margin: 0;
    z-index: 5;
    padding: 0 3px;
    width: max-content;
}
.card-directions{
	position: relative;
}
.card-dir-acervo:hover .acervo{
	display: block !important;
    background-color: red;
    position: absolute;
    color: white;
    border-radius: 5px;
    left: -7px;
    top: -30px;
    margin: 0;
    z-index: 5;
    padding: 0 3px;
    width: max-content;
}
.card-dir-indicators:hover .indicators{
	display: block !important;
    background-color: red;
    position: absolute;
    color: white;
    border-radius: 5px;
    left: -7px;
    top: -30px;
    margin: 0;
    z-index: 5;
    padding: 0 3px;
    width: max-content;
}
.border-card-option{
	border-bottom: solid 5px lightgrey;
}
.border-card-option-grey{
	border-bottom: solid 5px grey;
}
.content .card .card-img{
	width:100%;
}
.content .card .card-img .card-head{
	width: 100%;
	padding: 5% 0 0 0;
	position: absolute;
    top: 35%;
}
.content .card .card-img .card-head .left{
	width: 10%;
	display: inline-block;
	vertical-align: top;
}
.content .card .card-img .card-head .right{
	width: 84%;
	padding-left: 0;
	display: inline-block;
	vertical-align: top;
}
.content .card .card-img .card-head .right h3{
	margin: 0;	
}
.content .card .card-img .card-head .right p{
	color: #909498;
	font-weight: lighter;
	font-size: 14px;
}
.content .card .card-img .pitcure{
	width: 120px;
    height: 60px;
    object-fit: contain;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 25px;
}
.content .card .card-img .card-footer{
	width: 70%;
	margin-top: 10px;
	position: absolute;
    top: 82%;
}
.content .card .card-img .card-footer .buttons{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.content .card .card-img .card-footer .buttons .btn-card{
    height: 30px;
    text-align: center;
    border: solid 1px lightgrey;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 10px;
    padding: 0px 10px;
    margin-right: 23px;
}
.content .card .card-img .card-footer .buttons .btn-card:nth-child(2){
	margin-right: 0;
}
.content .card .card-img .card-footer .buttons .btn-card p{
	width: 100%;
	height: 100%;
	margin:0;
	display:flex;
	align-items:center;
}
.content .card .card-img .card-footer .buttons .btn-card p a{
	width: 100%;
}
.networks{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
    left: 82%;
    top: 10px;
}
.content .card .card-img .card-footer .networks a{
    display: inline-block;
    vertical-align: top;
    margin: 0px 6px;
}
.networks img{
	width: 25px;
}
  .card .wrapper {
	background-color: #fff;
	height: 90%;
	position: relative;
	overflow: hidden;
	padding: 0 5% 5% 5%;
	border-radius: 5px;
	border: 2px solid #eee;
  }

  .card .author {
    font-size: 12px;
    margin-left: 20px;
    text-align:left;
  }

  .card .title {
  	margin-top: -5px;
    margin-left: 0px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 2px;
  }
  .font14{
  	font-size: 14px;
  }

  .card-img .text {
	color: #58595d;
    font-weight: lighter;
    font-size: 14px;
    margin-left: 0;
  }
  .card-table{
  	width:100%;
  	display:none;
  	
  }
  .card-table table tr td{
  	background-color: white;
  	border-radius: 5px;
  	border-collapse: collapse;
  	
  }
  .card-table table tr th {
  	border-bottom: solid 2px #e4e4e4;
  }
  .card-table table tr th{
  	color: #737781;
  	text-align:center;
  }
  .card-table table{
  	width:100% !important;
  	height: 300px !important;
  	overflow: auto;
  	border-collapse: collapse;
  }
  .card-table table tr td{
  	border-bottom: solid 2px #e4e4e4;
  }
  .card-table table tr td{
  	color: #636466;
  }
/*tabal de revistas*/
  .contentcard .thumb{
    width: 30px;
    height: 30px;
    border-radius: 20px;
  }
  .container-table{
  	width: 100%;
  }
  .container-table table{
  	background-color: white;
  	border-radius: 5px;
  	border-collapse: collapse;
  	width: 100%;
  }
  .container-table table thead{
  	border-bottom: solid 2px #e4e4e4;
  }
   .container-table table thead tr{
   	height: 55px;
   }
  .container-table table thead tr th{
  	color: #737781;
  	text-align:center;
  	font-size: 15px;
    font-weight: normal;
  }
  .container-table table tbody tr{
  	border-bottom: solid 2px #e4e4e4;
  	height: 70px;
  }
  .container-table table tbody tr td{
  	color: #636466;
  	text-align:center;
  	font-size: 13px;
  }
  .container-table table tbody tr td img{
  	width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
  }
  /*opciones de indicadores en tarjetas*/
  .card-indicators{
  	display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px 0;
    width: 80px;
    position: absolute;
    top: 83%;
    left: 74%;
  }
  .card-indicators a img:hover{
  	filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(20.8);
  }
  .card-indicators a img{
  	width:20px;
  }
  /*-----------------------------------------------footer---------------------------------------------------*/
 /*para pintar imagenes filter:invert(60%) */
	 .footer{
	 	width:auto;
	 	height:auto;
	 	padding-bottom: 10rem;
	 	border-style: solid;
	 	border-width: 1px; 
	 	border-color: lightgrey; 
	 	box-shadow: 0 0  20px grey;
	 	color: #6A747D;
	 }
	 footer.footer div{
	 	text-align: center;
	 	width: 100%;
	 }
	 .fooimg {
		filter: inherit;
		display: inline-block;
	    padding: 8%;
	}
	
	
	
	
	
/*-------------Header nuevo 07-05-2024-------------*/

#redalyc-generall {
    float: right;
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: white;
    color:white;
}

#textContainer {
    width: 70%;
    background: #FF3333;
    padding: 10px 0;
}

#textContainer > div {
    width: fit-content;
    margin: 0 auto;
}

#logoDiv {
    width: 30%;
    text-align: right;
    margin-right: 43px;
}

#containerHeader {
    display: grid;
    width: 100%;
}

#textContainer > div > b > span{
    font-size: 21px;
}

#textContainer > div > span {
    font-size: 14px;
    color: #FFF;
}

img#logo-redalyc {
        width: 120px !important;
        height: auto !important;
    }