a,
.naranja {
	color: #FF8031;
}

a:hover, a:focus {
	color: #555;
}
a.title {
    font-weight: 600;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #FF8031;
}

main.pkp_structure_main {
	float: right;
	border-left: 3px solid #FF8031;
}

.navbar-default,
.header_view {
	background-color: #fff;
	border: none;
	border-radius: 0;
}

.navbar-header {
	width: 100%;
}

.navbar-header .site-name {
	width: 100%;
}

.navbar-brand {
	float: none;
	display: block;
	height: auto;
	text-align: center;
}

.navbar-brand>img {
    display: inline;
    max-width: 500px;
    width: 100%;
}

nav#nav-menu {
	clear: both;
}

.badge {
	background:#fff;
	color: #444;
}
.pkp_block.block_make_submission a {
	background:transparent;
	border:1px solid #444;
	border-radius: 10px;
}

#main-navigation>li>a,
.btn-primary {
	color: #222;
	background: #FFE6D6;
	border-color: #333;
}

#main-navigation>li>a:hover,
.btn-primary:hover {
	color: #777;
	background: #ddd;
}

.btn-primary:hover {
	border-color: #000;
}

.navbar-default .nav>li>a:hover {
	cursor: pointer;
}

.pkp_block .title {
	color: #FF8031;
	background-color: #fff;
	border-color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}

h3.media-heading {
    font-weight: 600;
}

.navbar-default .nav>li>a, .header_view .nav>li>a {
	color: #fff;
    background: #FF8031;
}

.panel-default,
.pkp_block {
	border-color: #fff;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item,
.pkp_block ul li {
	border-width: 0;
	border-radius: 0;
}

.list-group-item,
.pkp_block ul li {
	padding: 10px 0 0;
}

#sidebar a {
	color: #222;
}

#sidebar .pkp_block .content {
	padding: 15px 0;
}

div#customblock-Logos img {
    width: 170px;
}

.social {
	float: left;
}

.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li {
	display: inline-block !important;
	margin-right: 5px;
}

.social img {
	max-width: 30px;
	transition: all 100ms ease-in;
}

.social li:hover img {
	opacity: .6;
}

.thumbnail {
	border: none;
}

.img-deco {
	width: 100%;
	height: 20px;
	clear: both;
	margin-bottom: 15px;
	background: url(https://192.168.1.128/ojs-vivat/public/img/img-deco.jpg) no-repeat;
	background-size: cover;
}

#customblock-logos img {
	max-width: 100%;
	display: block;
}

#footer-left {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	position: relative;
	width: 40%;
	color: #fff;
}

#footer-center {
	float: left;
	margin-top: 10px;
	position: relative;
	width: 40%;
	color: #fff;
}

#footer-right {
	float: left;
	margin-top: 20px;
	position: relative;
}
#footer-center a {color: #fff;}
.journal-description {
	width: 80%;
	float: left;
}

.entidades {
	width: 20%;
	float: right;
	margin-top: 2em;
    margin-bottom: 2em;
    padding-left:20px;
}

.journal-description h3,
.entidades h3 {
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}


.page-header h2 {
	color: #FF8031;
	font-size: 24px;
	text-transform: uppercase;
}

section.current_issue {
    clear: both;
    border-top: 3px solid #FF8031; 
}
.entidades a {
    display: block;
    text-align: center;
}
.entidades img {
    margin-bottom: 30px;
    max-width: 120px;
}
img-log-footer{
	
}

footer[role="contentinfo"] {
	background: url(../../img/franja_pie.jpg) no-repeat;
}

@media (min-width:768px) {
	.navbar-nav {
		float: none;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		display: inline-block;
	}

	.navbar-nav>li {
		float: none;
		display: inline-block;
	}

	.navbar-nav>li>a {
		padding-top: 9px;
		padding-bottom: 9px;
	}

}

@media (max-width:768px) {
	.journal-description,
	.entidades {
		width: 100%;
		float: none;
	}
	#footer-left,
	#footer-center,
	#footer-right {
		float: none;
		margin-left: 0px;
		margin-top: 20px;
		width: 100%;
	}
	.info-footer,
	.logo-footer {
	    text-align: center;
	    margin-top: 20px;
	}
	.logo-footer img {
		display: inline!important;
	}

}


li.locale_es_ES:before {
    content: "";
    background-image: url(https://www.vivatacademia.net/index.php/vivat/libraryFiles/downloadPublic/96);
    width: 30px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
}

li.locale_en_US:before {
    content: "";
    background-image: url(https://www.vivatacademia.net/index.php/vivat/libraryFiles/downloadPublic/97);
    width: 30px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
}



