/**
 * sendebar.css
 * Hoja de estilos para la revista Cuadernos de Rusística Española
 *
 * Copyright (c) 2012 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;
}