/*Inter-Acciones. Revista de Ciencias Sociales y Humanidades*/

.pkp_structure_head {
	background-color: white;
}

.pkp_site_nav_menu {
	background-color: transparent;
}
.anchor:before {
  content:"";
  display:block;
  height:207px; /* fixed header height*/
  margin:-207px 0 0; /* negative fixed header height */
}

body {
	background-image: url("iz200.png"), url("de200.png");
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-attachment: fixed;
}

#headerNavigationContainer{
	background-color:transparent;
}

.pkp_site_name_wrapper{
	padding: 10px 0px 20px 20px;
}

.pkp_structure_head{
    position: sticky;
		z-index: 1;
		background-color:transparent;
		background-image: none;

}
@media (min-width:768px){
	.pkp_structure_head{
		
		
		position: sticky;
    top: 0px;
    z-index: 1;
    background-color: white!important;
    background-image: url("iz200.png"), url("de200.png");
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
	}
}

.is_text a {
	color:#172774 !important; 
}

.pkp_site_name .is_text {
	color:#172774 !important; 
}

#headerNavigationContainer{
	border-bottom: 0px;
	padding-bottom: 25px;
}

.pkp_structure_main:after{
	display:none;
}

.pkp_block block_information:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background: #ddd;
}

/***/

#navigationPrimary {
	float:right;
	margin:0px;
}
.pkp_navigation_primary li{
	background-color:#172774;
	border-radius: 10px 10px 0px 0px;
}

.pkp_navigation_primary li:first-child a{
	margin:.357rem;
}

.pkp_navigation_primary li a{
	margin:.357rem;
	padding: 0px;
	padding-left:15px;
	padding-right:15px;
}

.pkp_search {
	background-color: #ff0075;
	margin:0px;
	padding:5px 15px;
}

.pkp_navigation_search_wrapper a{
	margin:0px;
	padding:5px 15px;
	border-radius: 10px 10px 0px 0px;
}

.pkp_navigation_search_wrapper{
	margin-right: 10px;
}

/***/

.pkp_navigation_user li{
	background-color:#172774;
	border-radius: 0px 0px 10px 10px;
}

.pkp_navigation_user li a{
	margin:.357rem;
	padding: 0px;
	padding-left:15px;
	padding-right:15px;
}

.pkp_navigation_user li:last-child a{
	margin:.357rem;
}

/***/

.dropdown-menu li {
	border-radius: 0px 0px 0px 0px;
}

.pkp_nav_list ul a {
	color:white;
	display:inline-block;
}

.pkp_nav_list ul {
	margin-top:-4px;
	margin-left:-14px;
}

/***/

.pkp_block {
	background-image: url("bg1_block.png"), url("bg2_block.png");
	background-position: 3px top, 3px 8px;
	background-repeat: no-repeat, repeat-y;
	padding: 15px 0px 0px 25px;
	margin: 15px;
}