@media only screen 
and (min-width : 768px) {
	.pkp_head_wrapper {
		background-image:url("https://www.revistacomunicar.com/interfaz/imagenes/ojs/cabecera-ojs.png");
		background-repeat: no-repeat;
		height:177px;
		background-position: center -5px;
	}
	
	.pkp_structure_head {
		background-image:url("https://www.revistacomunicar.com/interfaz/imagenes/ojs/back.png");
		background-repeat: repeat-x;
		background-position-y: 45px;
	}

	.pkp_structure_footer_wrapper{
		background-color: #940000;
		height:80px;
	}

	.pkp_navigation_primary_row{
		margin-top:114px;
/*		margin-left:170px;
		width:850px;*/
	}

	.banderitas{
		font-size: 8; 
		color: white;
		text-align: right; 
		margin-top: -38px; 
		margin-right: 25px;		
	}
	.pkp_site_nav_menu{
		background:none;
	}
		
	.pkp_structure_head{
		background-color: #000000;
		border-bottom:none;
	}


body {
		background-repeat: fixed;
		background-color: #FFFFFF;
		color: #000000;
	}




	.pkp_site_name{
		display:none;
	}



	.pkp_navigation_user {
		display:none;
	}

	.pkp_structure_content{
		padding-top:0px;
	}

	.pkp_structure_main{
		background-image:none;
		background-color:#FFF;
		margin-top:-70px;
	}
	.pkp_structure_main:first-child:last-child {
		margin-top:0;
	}

	.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
		margin:0 0 20px;
		padding-top:20px;
	}



	.pkp_structure_footer{
		display:none;
	}

	.pkp_search{
		display:none;
	}

	.pkp_nav_list li a{
		color: #FFF;
		font-size:12px;
	}

	.dropdown-menu li a {
		background-color: #FFF;
		color: #000;
	}
	.search_prompt a{
		color:#FFF;
	}
	
	.headerSearchPrompt a{
		color:#fff;
	}
	.obj_issue_toc .sections:not(:first-child){
		margin-top:-50px;
	}


.pkp_helpers_half{
	
	background-color:yellow;
	
}

.cmp_breadcrumbs ol {
    margin-bottom: 10px;
    padding: 5px 0;
    line-height: 10px;
    font-size: 9px;
}

#politica_de_privacidad{
	width:680px;
	margin-left:auto;
	margin-right:auto;
}

#politica_de_privacidad p{
  font-size:11px;
	
}

#politica_de_privacidad_aviso_legal{
	margin-top:30px;
}
.politica_de_privacidad_encabezado{
	background-color:#900; 
	color:#FFF; 
	padding:5px;
}

.politica_de_privacidad_li{
	text-align:left;
	padding-left:10px;
	padding-right:10px;	
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
}

.politica_de_privacidad_li:hover{
	background-color:#CCC;
}

.politica_de_privacidad_titulos{
	text-align:left;
	padding-left:10px;
	padding-right:10px;	
	font-size:12px;
	color:#900; 
	border-bottom:#900 solid 1px; 
	margin-top:30px;
	font-weight:bold;
}
}
@media only screen 
and (min-width : 320px) 
and (max-width : 767px) {
	.pkp_head_wrapper {
		background-image: url(https://www.revistacomunicar.com/interfaz/imagenes/v4.0/index/cabecera/logo-revista.png);
		background-size: 300px;
		background-position: center center;
		background-repeat: no-repeat;
		height: 75px;
	}
	.pkp_nav_list li a{
		color: #FFFFFF;
		font-size:12px;
		background-color: #940000;
	}

	.dropdown-menu li a {
		background-color: #000;
		color: #000;
	}
	.search_prompt a{
		color:#000000;
	}
	
	.headerSearchPrompt a{
		color:#000000;
	}	
	.pkp_structure_head{
		background-color: #000000;
		border-bottom:none;
	}	
	.has_site_logo .pkp_site_name {
		display: none;
	}	
	
	.pkp_site_nav_toggle {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		border: 0;
		background: #FFFFFF;
		box-shadow: 1px 0 0 rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.2);
		z-index: 999;
	}	
	.pkp_navigation_user.pkp_navigation_user {
		display: none;
	}
	.has_site_logo .pkp_navigation_primary_wrapper {
		background-color: #940000;
	}	
	.pkp_site_nav_menu--isOpen {
		display: block;
		background-color: #940000;
	}
	.pkp_structure_footer_wrapper {
		display:none;
	}
}