<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,body 
{
    font-family: "Roboto,-apple-system,BlinkMacSystemFont","Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.87);
    background: rgb(245, 245, 245);;
}
.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color:  rgba(0,0,0,0.54);
}

.block_make_submission_link{
    width: 100%;
    text-align: center;
}

a
{
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.43rem;
    color: #4b7d92;  
}

/* PIE */
.pkp_footer_content {
    padding: 0px 10px 0px;
    text-align: center;
}

.pkp_brand_footer
{
    display:none !important;
}









/* boton lateral */
.buttone{
    background: #7f8c8d;
    color: rgb(245, 245, 245);
    display: inline-block;
    margin: 2px;
    padding: 8px 8px 8px;
    text-align: left;
    width:100%;
    text-decoration:none;
    box-shadow: 0px 1px 0px #8d9797;
}

.buttone span{
    margin: 100px;
}

.buttone.blanco{
    background: rgb(250, 250, 250);
    color: #111829;
    box-shadow: 0px 3px 0px #373c3c;
} 

pkp_block.block_custom{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    pad
} 

.most_read_article_title{
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

/* Estilos de listado de Indexaciones. AÃ±adido por motu */
.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 nÃºmeros anteriores. AÃ±adido por motu */
.obj_issue_summary .cover {
	width: 100% !important;
}
.page_issue_archive .issues_archive, .page_issue_archive .issues_archive&gt;li {
	display: inline-block !important;
}
.obj_issue_summary h2 {
	display: block !important;
}
.obj_issue_summary .description {
	display: none !important;
}</pre></body></html>