/**
 * sendebar.css
 * Hoja de estilos para la revista MST
 *
 * Copyright (c) 2022 Francisco Vega Alvarez
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 *
 * $Id$
 */

@charset "utf-8";

/* Estilos de listado de Indexaciones */
.revista {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 1em 0 1em 0;
	clear: both;
	overflow-y:auto;
	overflow-x:hidden;
}
.revcover {
	float:left;
	width: 15%;
	margin: 0 4% 0 0;
}
a.homepageImage img{
    width: 100%;
    height: auto;
}
.inforev {
	width: 70%;
	float:left;
}
.inforev h3{
	padding:0;
	font-size: 1.2em;
}
.inforev p {
	margin: 1em 0 0 0;
	padding:0;
	font-size: 1em;
}
/* Estilos de pie de revista */
.col25 {
	float: left;
	width: 23%;
	margin: 0 2% 0 0;
}
.pkp_brand_footer {
	display: none;
}
/* Estilos de cubierta de fascículo */
.obj_issue_toc .cover img {
	border: solid 1px gray !important;
}
