/*Estilos de fuente*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');

body {
	font-family: 'Roboto', sans-serif;
}

p {
	text-align: justify;
}

a, a:link, a:visited {
	color: #406B9D;
}

#content {
	font-size: 0.9em;
	border-top: 1px solid #bbb;
}

div.separator {
	border-color: #bbbbbb;
}

a:hover {
	background-color: inherit;
	color: inherit;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#breadcrumb a:hover {
	text-decoration: underline !important;
}

#breadcrumb {
    font-size: 0.9em;
	background-color: #f2f4f5;
    padding: 10px;
}

#breadcrumb a.current {
    font-weight: normal;
    color: #666;
}

#main h2, #content h3, .blockTitle, #rightSidebar div.block span.blockTitle {
	color: #009FE2;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#main h2, #content h2 {
	font-size: 1.8em;
}
#announcementsHome h3 {
	text-align: left;
}

#content h3 {
	font-size: 1.5em;
}

#content h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #666666;
	font-size: 1.2em;
}

.img-portada {
	max-width: 200px;
    float: left;
    padding-right: 30px;
}

#announcementsHome {
    clear: both;
}
/*MENU*/
#navbar {
    /*background-color: #00577F;*/
	padding-top: 0.5em;
	background-image: -webkit-linear-gradient(top, #009FE2 0%, #00334a 100%);
	background-image: -o-linear-gradient(top, #009FE2 0%, #00334a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009FE2),
		to(#00334a));
	background-image: linear-gradient(to bottom, #009FE2 0%, #00334a 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00577F',
		endColorstr='#ff00577F', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px
		rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px
		rgba(0, 0, 0, 0.075);
	margin-bottom: 0;
	border-bottom: inherit;
	padding-top: 15px;
    padding-bottom: 15px;
}

#navbar a {
    border-radius: initial;
}

#navbar ul.menu {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#navbar ul.menu li {
	border-right: 1px solid #FFFFFF;
	padding: 0 10px;
}

#navbar ul.menu li:last-child {
	border-right: 0px solid #FFFFFF;
}

#navbar a {
	font-size: 0.9em;
}

#navbar a, #navbar a:visited, #navbar a:link {
	color: #FFFFFF;
	border-bottom: 2px solid transparent;
}
#navbar a:hover {
	background: none;
	color: #FFFFFF;
	border-color: #FFFFFF;
	text-decoration: none;
}
/*Barra lateral*/ 
#sidebarUser table {
	width: 100%;
}

#rightSidebar {
    width: 15%;
	font-size: 0.75em;
}
#rightSidebar div.block {
    padding: 0.5em 1em;
    border-top: none;
    border-bottom: none;
    margin-bottom: 15px;
    color: #000000;
    background-color: #ffffff;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 6px #ccc;
	-webkit-box-shadow: 0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
}
#rightSidebar div.block span.blockSubtitle {
    font-weight: normal;
    color: #555;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 0.5em;
}

#rightSidebar div.block span.blockTitle {
  padding: 0 0 0.3em 0;
  border-bottom: 3px solid #C5C5C5;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

#rightSidebar ul li {
  float: left;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #D8D8D8;
  font-size: 85%;
}

#rightSidebar ul li:last-child {
  border-right: none;
}
.block ul {
    padding-left: 0.5em;
}

.block li {
    list-style-type: none;
    padding: 0.1em 0 0.1em 0;
    margin-bottom: 0.3em;
}

#rightSidebar .block:first-of-type {
	background-color: #0074a6;
    color: #ffffff;
	font-size:1.1em;
}

#rightSidebar .block:first-of-type a {
	color: #ffffff;
}

#simpleSearchInput {
	width: 100%;
}

.icono-revista {
	float: right;
	max-width: 150px;
	padding-left: 30px;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
    font-size: 1em;
    width: 100%;
    border: none;
    box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	-moz-box-shadow:1px 1px 3px #aaa;
    border-radius: 3px;
    margin-bottom: 5px;
}

/*Animaciones*/
#navbar a, a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
}
.left-block {
	float: left;
	padding-right: 20px;
}
.cleared {
	clear: both;
	height: 10px;
}

.indexacion {
	margin-top: 150px;
	padding-top: 30px;
	border-top: 1px solid #bbb;
	text-align: center;
}

.indexacion img {
	max-height: 100px;
	max-width: 200px;
}

.issn {
	font-size: 1.2em;
    letter-spacing: 0.5px;
}

#texto-cc-revistas {
	margin-top: 30px;
	border-top: 1px solid #bbb;
}

#texto-cc-revistas .col-6 p:first-child {
	text-align: center;
	height: 50px;
}

.col-6 {
	width: 48%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}

.col-6:first-child {
	margin-left: 0px;
}

.col-6:last-child {
	margin-right: 0px;
}

.table {
	width: 100%;
	table-layout: fixed ;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table.table-bordered td, .table.table-bordered th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.icono {
	padding: 10px 20px
}

.icono, .icono p, .icono span {
	text-align: center;
	font-size: 1.1em;
}

.icono a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(75,116,163,0.5);
	-moz-box-shadow: 3px 3px 5px 0px rgba(75,116,163,0.5);
	box-shadow: 3px 3px 5px 0px rgba(75,116,163,0.5);
	text-decoration: none;
}

.icono a:hover {
	background-color: #F2F4F5;
}

.table.col-3 tr td, .table.col-3 tr th{
	width: 33%;
}

table.announcements td.headseparator {
	border-top: 1px solid #bbb;
}

#issueDescription {
	border-top: 1px solid #bbb;
}

#issues .issueCoverImage a img {
	display: none;
}

/*MEDIA*/
@media (min-width: 769px) and (max-width: 1250px) {
	#main {
        width: 66%;
		margin-left: 2%;
	}
	#rightSidebar {
		width: 26%;
		margin-right: 4%;
	}
}

@media (max-width: 768px) {
	#main {
        width: 50%;
		margin-left: 2%;
	}
	#rightSidebar {
		width: 42%;
		margin-right: 4%;
	}
}

ul.menu #login, ul.menu #register, ul.menu #userHome, ul.menu #categories, ul.menu #announcements, ul.menu #search {
	display: none;
}

#sectionPolicies, #aboutSubmissions {
	display: none;
}

/*TIMELINE start*/
.bodytimeline {
  display: flex;
  align-items: center;
  justify-content: center; 
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", arial, sans-serif;
  font-weight: 300;
  color: #333;
  box-sizing: border-box;
}
.bodytimeline * {
  box-sizing: border-box;
}

.timeline {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 20px 20px;
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(29% + 15px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
  padding-top: 25px;
}
.entry .title {
  margin-bottom: 0.5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #0074A6;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -8px;
  z-index: 99;
}
.entry .title h3 {
  margin: 0;
  font-size: 120%;
}
.entry .title p {
  margin: 0;
  font-size: 100%;
}
.entry .body {
  margin: 0;
  float: right;
  width: 66%;
  padding-left: 30px;
}
.entry .body p {
  line-height: 1.4em;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .body ul li:before {
  content: "–";
  margin-right: 0.5em;
}
/*TIMELINE end*/