body{
	word-break:break-word;
}
.pkp_site_name>a {
	padding-bottom: 20px;
	font-size: 30px !important;
}
.issues_archive h2{
	color: #144576 !important;
	border-left: 5px solid #144576;
	padding-left: 10px;
}
.page_issue_archive .issues_archive > li {
	display: flex;
}
.issues_archive .obj_issue_summary {
	width: 50%;
}
.obj_issue_summary .cover {
	width: 45%;
}
.home_prompt:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f015";
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.pkp_structure_main p {
	text-align: justify;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0px !important;
}
.obj_article_details .authors li {
    padding: 10px;
}
.obj_issue_toc .section {
	padding: 20px 30px 0px 30px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
	position: relative;
	min-height: 15px;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}
.grow {
transition: all .2s ease-in-out; 
-moz-transition: all .2s ease-in-out; 
}
.grow:hover {
transform: scale(1.1); 
-moz-transform: scale(1.1); 
}
article h1 {
  border-right: 5px solid #144576;
  padding-right: 15px;
  color: #144576;
  text-align: right;
}

article h2 {
  font-style: italic;
  padding-left: 5px;
  color: #144576;
  text-align: right;
  margin-bottom: 20px;
  margin: 10px 0 10px !important;
}

article h3 {
  color: #222;
  font-style: oblique;
  font-size: 1.8em;
}

article h4 {
  color: #555;
  font-style: normal;
  font-size: 1em;
  margin-bottom: 1px;
}

article h5 {
  color: #777;
  font-style: oblique;
  font-size: 1em;
  margin-bottom: 1px;
}
.infoArt {
  padding: 0px 20px 25px 20px;
  line-height: 20%;
}
.tablink {
  background-color: #306C9E;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
.tablink:hover {
  background-color: #2A7EC4;
}
.tablinkresumen {
  background-color: #2b7bb9;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
.tablinkresumen:hover {
  background-color: #306C9E;
}
/* Style the tab content */
.tabcontent {
  color: #3F3D3E;
  display: none;
  border: 2px solid #306C9E;
  padding: 50px;
  padding-top: 60px !important;
  text-align: left;
}
.tabresumen {
  color: #3F3D3E;
  display: none;
  border: 2px solid #306C9E;
  padding: 50px;
  padding-top: 60px !important;
  text-align: left;
}
.taback {
  background-color: #306C9E;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.tabackresumen {
  background-color: #2b7bb9;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.fila > .columna {
  padding: 2%;
}
.fila:after {
  content: "";
  display: table;
  clear: both;
}
.columna {
  float: left;
  width: 28%;
}

.columna:hover {
  padding: 0%;
  width: 40%;
}
.obj_issue_toc img{
	max-width: 295px;
}
.obj_article_details .item {
    padding: 10px;
}