/*
Colores
		verde: #3a8147
		azul: #232f5d;
*/
/* @group Cabecera */

.header {
	padding-top: 0!important;
	background-color: #3a8147!important;
}

img.journal-logo{
	margin-top: 10px;
}

.upper-header {
	padding-top: 0!important;
}


.task_count {
	background-color: #fff;
	color: #3a8147;
}

.nav-item:hover .task_count,
.task_count:hover {
	background-color: #fff!important;
	color: #3a8147;
}

ul#navigationPrimary {
	margin-top: 25px;
	padding-top: 15px;
	padding-left: 16px;
	border-top: 1px solid #fff;
}

li.nav-item {
	text-align: center!important;
	color: #ff!important;
}

li.nav-item a,
li.nav-item a:link,
li.nav-item a:visited {
	color: #ff!important;
}

li.nav-item a:active,
li.nav-item a:hover,
li.nav-item a:focus{
	background-color: #3a8147!important;
	color: #fff!important;
}

/* @end */

.read_more {
	display: none;
}

.article_summary {
	margin-bottom: 30px!important;
}

.archive_issue_cover {
	border: 1px solid #4a4a4a;
}

.description_text {
	column-count: 1!important;
}

h1.issue-header {
	color: #232f5d;
	//font-size: 2rem!important;
	text-align: center!important;
	margin-bottom: 50px;
}

h2 {
	text-transform: uppercase;
	color: #232f5d;
	text-align: center!important;
	margin-top: 55px;
}

h2.current_issue_title {
	text-align: center!important;
	color: #232f5d;	
}

.published {
	text-align: center!important;
}

div.abstract h2 {
	color: #232f5d;
	margin-top: 0!important;
	text-align: left!important;
}

h3 {
	font-size: 1.5rem;
	color: #232f5d;
}

h4{

	font-weight: bold;
	color: #232f5d;
}
h4.section_title {
	text-transform: uppercase;
	font-weight: bold;
	color: #232f5d;
}

.container-page {
	padding-bottom: 50px!important;
}

#licenciaArt {
	font-size: 12px;
}



.addthis_toolbox a,
.addthis_toolbox a:link,
.addthis_toolbox a:visited {
	text-decoration: none!important;
	border-bottom: none!important;
}

.addthis_toolbox a:active,
.addthis_toolbox a:hover {
	background-color: #fff!important;
}

.csl-entry {
	font-size: 14px;
}

.citation_formats {
	margin-top: 10px;
}

a {
	border-bottom: 2px solid #3a8147;
	box-shadow: none;
	-webkit-box-shadow: none;
}

a:hover {
	background-color: #3a8147;
	color: #fff;
}

.btn-primary, 
.btn-primary:visited, 
a.galley-link, 
a.galley-link:visited {
	color: #3a8147;
	border: 1px solid #3a8147;
	background-color: #fff;
}

.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus, 
a.galley-link:hover, 
a.galley-link:active, 
a.galley-link:focus 	 {
	color: #fff;
	border: none;
	background-color: #3a8147;
	
}


.current_issue header {
	margin-bottom: 0px !important;
}

.section:not(:last-child){
	border-bottom: 2px solid #3a8147;
}

.section {
	padding-bottom: 15px!important;
}

h1.page_title, h1.text-center {
	color: #3a8147;
	font-size: 2.5rem!important;
}

.issue_summary_title{
	font-size: 20px!important;
	font-weight: bold;
}

.issue_summary_title a:link,
.issue_summary_title a:visited{	
	color: #092141 !important;
}

.issue_summary_title a:hover,
.issue_summary_title a:active{
	color: #fff!	important;
}

.evaluadores {
	column-count: 2;
	margin-top: 50px!important;
}
.evaluadores p {
	font-size: 14px!important;
	margin-bottom: 5px!important;
}

.sinColumna {
	text-align: center!important;
	column-span: all;
}

#logoBases {
	text-align: center;
}

#logoBases h4 {
	text-transform: none!important;
}


#logoBases img {
	margin-right: 25px;
}


hr.clear {
	border: none;
	margin-bottom: 45px;
}


table {
	margin: 0 auto;
	border-bottom: none;
	
}

.lineaAbajo {
	border-bottom: 1px solid #333;
}

.lineaIzquierda {
	border-left: 1px solid #333;
}

tr.sombreado {
	background-color: #cac9c9;
}

td {
	text-align: center;
	padding: 10px 5px;
	vertical-align: middle;
}

td p {
	margin-bottom: 0!important;
	margin-left: 5px;
}

table.tabla2 tr td p{
	margin-left: 15px!important;
}
ol.numerado{
	list-style: decimal !important;
}

ol.numerado li:before{
	counter-increment: none!important;
	content: none!important;
}


.announcement_title{
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: #232f5d !important;
}


.cento,
.centro {
	text-align: center!important;
}

.derecha {
	text-align: right!important;
}

.izquierda {
	text-align: left!important;
}

.versalitas {
	font-variant: small-caps;
}

/* @group Online Fiirst */


ul.cmp_article_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
}

ul.cmp_article_list li {
	list-style: none;
	margin-bottom: 60px;
	float: left;
	display: block;
}

.obj_article_summary {
	
}

h2.title {
	text-align: left !important;
}
h2.title a {
	font-family: 'Cardo',serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 17px;
	
	
}

ul.galleys_links li {
	width: auto!important;
}

hr.clear {
	clear: both;
	visibility: hidden;
}




/* @end */

/* @group Footer */

.site-footer {
	background-color: #232f5d;
	//background-color:#232f5d;
	color: #fff;
	padding-bottom: 30px;
}

.site-footer img.footer-brand-image{
	filter: invert(100%);
	vertical-align: middle;
}

.logo_footer {
	width: 50%;
	float: left;
	display: block;
}

img#mp{
	width: 190px;
	margin-right: 25px;
}

img#ahc{
	width: 75px;
}


.licencia_footer {
	width: 50%;
	float: left;
	display: block;
	text-align: center;
}

.legales p{
	text-align: center;
}


/* @end */



@media (min-width: 1200px) {
	.description_cover {
		width: 80%!important;
		margin: 0 auto!important;
	}
	.issue_cover_block {
		width: 25%!important;
		text-align: center!important;
		//padding-right: 5%!important;
	}
	
	.issue_cover_block img {
		max-width: 210px!important;
		width: 100%!important;
		border: 1px solid #4a4a4a;
	}
	
	.description {
		width: 70%!important;
	}

}

@media (min-width: 992px) and (max-width:1200px) {
	.description_cover {
		width: 100%!important;
		margin: 0 auto!important;
	}
	.issue_cover_block {
		width: 22%!important;
		text-align: center!important;
		padding-right: 3%!important;
	}
	
	.issue_cover_block img {
		max-width: 210px!important;
		width: 100%!important;
		border: 1px solid #4a4a4a;
	}
	
	.description {
		width: 75%!important;
		margin-right: 0!important;
	}
	

}

@media (min-width: 768px) and (max-width: 992px) {
	description_cover {
		width: 100%!important;
		margin: 0 auto!important;
	}
	.issue_cover_block {
		width: 33%!important;
		text-align: right!important;
		padding-right: 2%!important;
	}
	
	.issue_cover_block img {
		max-width: 210px!important;
		width: 100%!important;
		border: 1px solid #4a4a4a;
	}
	
	.description {
		width: 60%!important;
	}
	
}

@media (min-width:988px) {
	#navigationPrimary {
		justify-content: inherit!important;
	}
	ul.cmp_article_list li {
		width: 48%;
		margin-right: 2%;
	}
}
@media (max-width:768px) {
	.logo-wrapper {
		text-align: center!important;
	}
	.issue-header {
		text-align: center!important;
	}
	.issue_cover_block {
		width: 100%;
		text-align: center!important;
		margin-bottom: 25px;
	}
	
	.issue_cover_block img {
		width: 210px!important;
		//width: 100%!important;
		border: 1px solid #4a4a4a;
	}
	
	.description {
		width: 90%!important;
		margin: 0 auto!important;
	}
}