body {
	font-size: 15px;
	color: #000000;
}

b, strong {
    font-weight: bold;
}

.pkp_structure_footer_wrapper {
    background: #ffffff;
	border-top:  2px solid #a52241;
}

.cmp_button_wire, .obj_galley_link {
	border-color: #037B75;
}
.cmp_button_wire, a.obj_galley_link, .cmp_button_wire, a.obj_galley_link:visited, .cmp_button_wire, a.obj_galley_link:link {
	color: #037B75;
	background-color: #ffffff;
}

.pkp_page_index .current_issue .read_more {
	color: #037B75;
}
	
	
.cmp_button_wire, a.obj_galley_link:hover {
	background-color: #037B75;
	color: #ffffff;
}

.pkp_brand_footer {
    clear: both;
    border-top: 1px solid #ddd;
}

.cleared {
	clear: both;
}

#headerNavigationContainer {
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 1%, #ffffff 50%, #deeeed 50%, #ffffff 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 1%,#ffffff 50%,#deeeed 50%,#ffffff 100%);
	background: linear-gradient(135deg, #ffffff 1%,#ffffff 50%,#deeeed 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}

.pkp_structure_head {
    border-bottom: 5px solid #a52241;
}

.pkp_page_index .homepage_about h2 
{
	display: none;
}

.pkp_page_index .homepage_about h1 {
	margin-top: 20px;
}

.pkp_page_index .homepage_about h1:before {
	width: 100%;
	border-color: #cccccc;
}

.pkp_structure_content h1, .pkp_structure_main .page h1, .page_index_journal h2 {
	color: #037B75;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
	margin: 15px 0 20px;
}

.pkp_page_index .pkp_structure_main p, .pkp_page_index .pkp_structure_main ul li {
	text-align: justify;
}

.pkp_structure_main h3 {
	color: #037B75;
	font-size: 1.5em;
}

.pkp_structure_main h4 {
	color: #666666;
	font-size: 1.4em;
}

.pkp_structure_content h1:before, .pkp_structure_main .page h1:before, .page_index_journal h2:before {
	content : "";
	position: absolute;
	left    : 0;
	bottom  : 0;
	height  : 5px;
	width   : 100px;
	border-bottom:5px solid #037B75;
}

a, a:focus, a:visited, a:link {
	color: #A32638;
	transition: all 0.5s ease;
}

a:hover {
	color: #037B75;
}

.pkp_structure_main p {
	margin: 10px 0;
}

/*MENU*/
#navigationPrimary {
	margin-left: 15px;
}
.pkp_site_nav_menu {
    background-color: #0aa199;
}

.pkp_navigation_primary>li>a {
    font-weight: bold;
    padding-left: 0px;
    letter-spacing: 0.5px;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.pkp_navigation_primary>li>a, .pkp_navigation_primary>li>a:visited, .pkp_navigation_primary>li>a:link {
	color: #FFFFFF;
}

.pkp_navigation_primary>li>a:hover,.pkp_navigation_primary>li>a:focus {
	color: #FFFFFF!important;
	outline: 0;
	border-color: #ffffff;
}

.pkp_site_nav_menu a:hover {
	background: none;
	color: #FFFFFF;
	
}

.pkp_site_nav_menu ul.dropdown-menu a, .pkp_site_nav_menu ul.dropdown-menu a:visited, .pkp_site_nav_menu ul.dropdown-menu a:link {
	color: #444444;
}

.pkp_navigation_primary .dropdown-menu a:focus,.pkp_navigation_primary .dropdown-menu a:hover {
	border-color: transparent;
}

.dropdown-menu {
	transition: all 0.5s ease;
}

.page_index_journal .obj_issue_toc .heading {
	
}

.barra_idioma ul {
	
}

.barra_idioma ul li{
	float: left;
    width: 33%;
    text-align: center;
    padding: 5px !important;
}

.barra_idioma ul li a {
	border: 1px solid;
    display: block;
}

.barra_idioma .titulo_barra_idioma {
	
}

.obj_issue_summary .cover {
	margin-bottom: 0px;
}

.pkp_page_issue .obj_issue_summary .cover img{
	max-height: 150px;
}

.pkp_page_index .obj_issue_toc .cover img {
	max-height: 200px;
}

@media (min-width: 992px) {
	.pkp_site_name {
		padding-bottom: 15px;
	}
	.pkp_site_name .is_img img {
		max-height: 125px;
	}
	
	.pkp_search_desktop .search_prompt {
			color: #ffffff;
	}
	
	.pkp_structure_content {
		padding-top: 0px;
	}
	
	.has_site_logo .pkp_head_wrapper {
		width: 100%;
	}
	.pkp_navigation_primary_row, #customblock-BarraVerde .content {
		width: 952px;
		margin: 0 auto;
	}
	.pkp_navigation_user_wrapper {
		left: inherit;
		transform: inherit;
		width: 100%;
		background-color: #ffffff;
	}
	
	.pkp_site_nav_menu .pkp_nav_list {
		margin: 0 auto !important;
	}
	
	.cmp_breadcrumbs {
		width: 100%;
	}

	.cmp_breadcrumbs ol {
		padding: 10px 30px;
		background-color: #f3f3f3;
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: 0px;
	}
	
	#customblock-ANDULI {
		padding-top: 10px;
	}
	
	.logo-editorial {
		text-align: center;
		padding-bottom: 40px;
		border-bottom: 2px solid #ccc;
	}
	
	.logo-editorial a img {
		max-width: 130px;
		text-align: center;
	}
	.pkp_search_desktop .search_prompt:hover {
		border-color: #ffffff;
	}
	
	.pkp_search_desktop.is_open input[type="text"] {
        border-top: 1px solid #ddd;
    }
	
	.obj_issue_toc .sections:not(:first-child) {
		margin-top: 30px;
	}

	.obj_issue_toc .sections:not(:first-child) .section {
		padding-bottom: 0px;
		margin-top: -40px;
	}

	.obj_issue_toc .cover {
		margin-bottom: 0;
	}
	
	.current_issue_title {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.pkp_block {
		padding-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.pkp_navigation_primary_row {
		width: 1160px;
	}
}


