/**
 * aprl.css
 * Hoja de estilos para la revista APRL
 *
 * 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 equipo editorial */
p.equip_secc {
    font-size: 1em;
    font-weight: bold;
    border-bottom:  solid thin #000000;
    margin:1em 0 0.4em 0;
}
p.equip_nombre {
    font-size: 0.8em;
    font-weight: normal;
    margin:0 0.5em 0.1em 0;
}
p.equip_univ {
    font-style: italic;
    font-size: 0.75em;
    color: #666666;
    margin:0 0 0 0;
}

/* 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;
}