/* HOJAS DE ESTILOS CIENCIA NUEVA */

/* Fuentes de letra  */
@font-face {
  font-family: 'roboto';
  src: url(https://revistasupgrade.utp.edu.co/public/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'oswald';
  src: url(https://revistasupgrade.utp.edu.co/public/fonts/Oswald-VariableFont_wght.ttf);
}

@font-face {
  font-family: 'myriad';
  src: url(https://revistasupgrade.utp.edu.co/public/fonts/myriad-pro-Cond.ttf);
}

/* Estructura page  */
div,h2,h3,h4,h5,h6,p,a{
  font-family: 'Roboto' !important;
}

a.obj_galley_link.pdf, .title > a {
  color:#605a5a !important;
 }

h3#issueTocGalleyLabel,h2#issueTocGalleyLabel,.obj_issue_toc .section>h3, .obj_issue_toc .section>h2  {
  background-color: #f2f6f8 !important;
  border-left: 8px solid #003f6a;
  height: 30px;
  font-size: 1em;
  margin-left: 2%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #484848;
  font-weight: lighter;
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
  outline: 0;
  background: #f2f6f8;
  border-color: #003f6a;
  color: #003f6a;
}

.pkp_nav_list ul a{
  color: #003f6a;
}

.cmp_button_wire, .obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #003f6a;
  border-radius: 3px;
  font-size: 13px;
  line-height: 28px;
}

.pkp_structure_main {
  float: left;
  width: 860px;
  text-align: justify;
}

.pkp_structure_sidebar{
  width: 300px;
  float: right;
  padding: 20px !important;
}

.page_search .submit button {
  color: #003f6a;
 }

.page_search .submit button:after {
 background-color: #003f6a;
}

.cmp_notification {
  border-left: 0.357rem solid #003f6a;
  background: #f2f6f8;
}

.pkp_block .title {
  background-color: #003f6a;
  color: white;
  text-align: center;
  margin: 3px;
  padding: 4px;
  border-radius: 2px;
}

.block_custom{
  background-color: white;
  border: solid 1px #e3e3e3;
}

.pkp_block {
 margin-bottom: 1rem;
 padding-top: 1rem;
 padding-bottom: 1rem;
 border: solid 1px #e3e3e3;
}

.pkp_page_index .homepage_about{
  background-color: #f2f6f8;
  text-align: justify;
  padding: 1em;
  line-height: 1.3em;
}

#tb_number {
  margin-top: 2%;
  width: 100%;
  color: #484848;
  font-size: 1em;
}

#tb_number img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 85%;
}

#tb_sta {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#tb_sta th{
  padding: 10px;
  border: solid 1px #605a5a;
  text-align: center;
}

#block_ti{
  background-color: #f2f6f8 !important;
  border-left: 8px solid #003f6a;
  margin-left: 0%;
  color: #484848;
  font-weight: bold;
  position: relative;
}

img.grande{width: 200px; height: 200px;}
img.mediana{width: 50px; height: 50px;}

