@charset "UTF-8";
/* CSS Document  Styles by: J.L. Rodríguez*/
body {
    background: #f3f3f3;
    text-align: justify;
}
.pkp_structure_footer_wrapper {
  background-color: #373737;
}
.pkp_structure_footer {
  text-align: center;
}
.pkp_footer_content {
  padding: @triple;
  text-align: left;
}
/*/ OJS imagen marca footer*/
.pkp_brand_footer {
  display: none;
}
.footer_text {
  font-size: 1em;
  color: #FFFFFF;
  a:link {
    color: #FFFFFF;
  }
  a:hover {
    font-weight: 400;
  }
}
.footer_lic {
  font-size: 0.8em;
  color: #999999;
}
.footer_lic a {
  color: #999999;
	  text-decoration: none;

}
.footer_lic a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer_lic img {
	padding-left: 5px;
	padding-right: 5px;
  vertical-align: middle;
}