@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&display=swap');
body {
	font-family: 'Roboto', sans-serif !important;
}

a,
.pkp_navigation_primary ul a {
	color:#0054a6;
	font-size:16px;
}
a:hover,
a:focus {
	color:#0054a6;
}
.pkp_site_name,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_structure_content,
.pkp_structure_footer,
.pkp_structure_main {
	width:100%;
}

.pkp_page_issue .pkp_op_view .has_site_logo .pkp_structure_content.has_sidebar {
	width:1160px !important;
}
.page_index_journal {
	max-width:1200px;
	margin:0 auto;
	width:100%;
}
.has_site_logo .pkp_head_wrapper,
.page_issue_archive,
.page_issue,
.page {
	max-width:1200px;
	margin:0 auto;
	width:100%;
}
.pkp_structure_main::before,
.pkp_structure_main::after {
	content:none;
}
.pkp_structure_main:first-child:last-child {
	margin-top:0;
}
.obj_issue_toc .sections:not(:first-child) {
	margin-top:0;
}
.obj_issue_toc .galleys, .obj_issue_toc .section {
	margin-top:0;
	padding-top:5px;
}
.obj_issue_toc .galleys::before, .obj_issue_toc .section::before {
	left:30px;
}
.pkp_page_index .current_issue .read_more {
	color:#0054a6;
}
.pkp_structure_sidebar a:hover,
.pkp_structure_sidebar a:focus {
	text-decoration:underline;
}
.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:hover,
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
	border-color:#0054a6;
}
.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
	background:#0054a6;
}
.cmp_button_wire,
.obj_galley_link {
	border-color:#0054a6;
	color:#0054a6;
}
.cmp_button,
.cmp_form .buttons button,
.pkp_head_wrapper .pkp_search button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
	color:#0054a6;
}

.page_title {
	font-family: 'Roboto', sans-serif !important;
	color:#0054a6;
}

.cmp_notification {
	font-size:20px;
	line-height:30px;
}

/* Ocultar revista Home */
.pkp_page_index .current_issue {
	display:none;
}
/* Anuncios */
.obj_announcement_summary h3,
.obj_announcement_summary .date {
	display:none;
}