@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');

body{
	font-family: 'Titillium Web', sans-serif;
}

body {
	color: #6A747D;
	background-color: #fefefe;
}

header {
	position: unset;
}

.bold {
	font-weight: bold;
}

.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;
}

.redes-sociales > a > img {
	float: none; 
	padding-bottom:0;
}

.redes-sociales > a {
	color: #fff;
	text-decoration: none;
}

.redes-sociales > span {
	max-height: 30px;
	width: 30px;
	padding-top: 20px;
	margin-right: 10px;
	vertical-align: super;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.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;
}

.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;
}
.ficha-tecnica p:nth-child(3) a{
	cursor: pointer;
	color: #F5F5F5;
	text-decoration: none;
}

.menu-acciones {
	width: 100%;
	margin-top: 15px;
}

.container-acciones {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	/* justify-content: space-between; */
	align-items: flex-end;
	flex-wrap: wrap;
}

.accion-item {
	box-sizing: border-box;
	flex: auto;
	padding: 8px;
	text-align: center;
	color: #6A747D;
	cursor: pointer;
	text-decoration: none;
}

.pdf-acciones {
	width: 100%;
}

.pdf-item {
	box-sizing: border-box;
	flex: 1;
	padding: 28px;
	text-align: center;
	cursor: pointer;
}

.accion-item.active {
	border-bottom: 2px #D92219 solid;
}

a.accion-item:hover {
	color: red;
}


#ver-pdf {
	background:url(../img/art-ver-pdf.png) 
	no-repeat center; 
	text-indent:100px;overflow:hidden;
}

#como-citar {
	background:url(../img/art-como-citar.png) 
	no-repeat center;
	text-indent:150px;overflow:hidden;
}

#export-cita {
	background:url(../img/art-export-cita.png) 
	no-repeat center;
	text-indent:150px;overflow:hidden;
}

#numero-completo {
	background:url(../img/art-numero-completo.png) 
	no-repeat center;
	text-indent:170px;overflow:hidden;
}

#pdf-descargar {
	background:url(../img/art-descargar.png) 
	no-repeat center;
	text-indent:0;overflow:hidden;
}

#pdf-pantalla-completa {
	background:url(../img/art-pantalla-completa.png) 
	no-repeat center;
	text-indent:0;overflow:hidden;
}

#pdf-imprimir {
	background:url(../img/art-imprimir.png) 
	no-repeat center;
	text-indent:0;overflow:hidden;
}
/*footer*/
#pie-pagina {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 50vh;
    position: relative;
    font-family: 'Titillium Web', sans-serif !important;
    color: rgb(34, 46, 52);
}
#pie-logos {
    position: relative;
    width: 100%;
    text-align: center;
    top: 20%;
}
#pie-logos img {
    padding: 0px 40px;
}

#pie-uaemex {
    height: 60px;
}
#pie-redalyc {
    height: 30px;
    position: relative;
    top: -12px;
}
#pie-oa {
    height: 45px;
    position: relative;
    top: -5px;
}
#informacion-redalyc {
    position: relative;
    text-align: center;
    font-size: 12px;
    top: 32%;
}