/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');*/

p#notaimagen {
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
id#textoj {
  text-align: justify;
}
p#notapie {
  text-align: justify;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
}

p#textotherex {
  text-align: right;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #ff6600;
}
.textotherex1 {
  text-align: right;
  margin: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #ff6600;
}

li#textoblog {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 23px;
}
ul#textoblog1 {
  padding: 0;
  margin: 0 0 9px 25px;
  list-style-type: circle;

  line-height: 23px;
}
ul#articulos {
  list-style-type: disc;

  -webkit-margin-start: 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-size: 16px;
  line-height: 23px;
}
body.site {
  padding: 3px;
}

@media (max-width: 768px) {
  body.site {
    padding: 0px;
  }

  .body .container {
    padding: 12px;
  }

  .brand img {
    height: 77px;
  }
  p#textotherex {
    text-align: center;
  }

  .navigation {
    border-top: 0px;
    border-bottom: 0px;
    margin-bottom: 6px;
  }
  .header {
    margin-bottom: 0px;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .navbar .btn {
    margin-top: 0px;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 14px 15px;
    line-height: 23px;
    border: 2px solid #f5f5f5;
  }
  .custom.resumenarticulos li a {
    line-height: 23px;
    font-size: 16px;
    margin-top: 9px;
    display: block;
    text-decoration: none;
    padding: 12px 12px 12px 12px;
    background-color: #fff;
    border: 2px solid #ddd;
  }
  .well {
    background: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 9px;
  }
  .nav-tabs > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 9px;

    /* margin-bottom: 9px; */
  }
  .nav-tabs.nav-stacked > li > a {
    border: 2px solid #ddd;
  }

  .pagination ul > li > a,
  .pagination ul > li > span {
    padding: 14px 14px;

    border: 2px solid #ddd;

    margin-right: 9px;
  }
  /*.autor {
    padding: 14px 14px;

    border: 2px solid;

    margin-right: 9px;
    text-decoration: none;
    display: block;
    width: 80%;
    text-align: center;
    margin-bottom: 10px;
    background-color: white;
  }
  a.autor:hover {
    text-decoration: none;
  } */

  /*.well.resumenarticulos.span12 {
    display: none;
}*/
  .well.resumenarticulos.span12 {
    border: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .well.resumenarticulos.span12 ul {
    list-style-type: none;
    margin-left: 0px;
  }
  .resumenarticulos li a.mod-articles-category-title:hover {
    background-color: #5bb1f9;
    color: #fff;
    display: block;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  .body .container {
    padding: 12px;
  }
  body.site {
    padding: 0px;
  }
  .brand img {
    height: 77px;
  }
  p#textotherex {
    text-align: center;
  }
  .navigation {
    border-top: 0px;
    border-bottom: 0px;
    margin-bottom: 6px;
  }
  .header {
    margin-bottom: 0px;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .navbar .btn {
    margin-top: 0px;
  }
  .navbar .btn-navbar .icon-bar {
    background: none;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    margin-right: 0px;
  }
  .navbar .btn-navbar {
    background: none;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .navbar .btn-navbar:hover {
    background: none;
  }
  .btn-navbar:focus {
    box-shadow: 0, 0, 0, 0.25rem;
  }

  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 4px;
    border-color: rgba(0, 0, 0, 0.9);
  }

  /*.btn-navbar .icon-bar, icon-bar{margin-top: 5px;}
	a.btn{border: 1px, solid, #0000001a;}
	a.btn:hover{border: 3px, solid, #ff6600;} */
  .site-title {
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    background: blue;
    color: snow;
    padding: 8px;
    display: block;
    margin-bottom: 5px;
  }

  .creador {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  /*.custom.resumenarticulos li {
   /* line-height: 26px;
    font-size: 18px;
    margin-top: 9px
							}  */

  .custom.resumenarticulos li a {
    line-height: 23px;
    font-size: 16px;
    margin-top: 9px;
    display: block;
    text-decoration: none;
    padding: 12px 12px 12px 12px;
    background-color: #fff;
    border: 2px solid #ddd;
  }
  sup a {
    pointer-events: none;
    cursor: default;
  }
  p#notapie {
    font-size: 14px;
    line-height: 16px;
  }
  sup a:hover,
  a:focus,
  a:link,
  a:visited,
  a:active {
    text-decoration: none;
    color: #333;
  }
  a#back-top {
    padding: 17px 10px 17px 10px;
    display: inline-block;
    border: 2px solid #ddd;
    margin-top: -17px;
    text-decoration: none;
  }

  .well.resumenarticulos.span12 {
    border: none;
    padding: unset;
  }
  .well.resumenarticulos.span12 ul {
    list-style-type: none;
    margin-left: 0px;
  }
  .resumenarticulos li a.mod-articles-category-title:hover {
    background-color: #5bb1f9;
    color: #fff;
    display: block;
    text-decoration: none;
  }
}

.site-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  background: blue;
  color: snow;
  padding: 8px;
  display: block;
  margin-bottom: 5px;
}

/*.brand{padding-top: 13px;}  solo se se pone el texto*/
.nuevacabera {
  background-color: #004b8d;
  text-align: center;
}

.resumenarticulos ul {
  margin-left: 0px;
}
.textotitulo {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.sitio-titulo a {
  background-color: #f96e5b;
  color: #fff;
  display: inline-block;
  padding: 16px;
  text-decoration: none;
}
.titulo-area {
  float: left;
  padding: 0;
  width: 360px;
  box-sizing: inherit;
}

.logocabecera {
  font-family: "Oswald", sans-serif;
  font-size: 41px;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.creador {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
.item-title {
  text-align: center;
}
.page-header {
  text-align: center;
  color: #0088cc;
  padding-top: 10px;
}
/*.collapse {
	position: fixed;
	top: 	0px;
	left: 0px;
	width: 100%;
	background-color: white;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
	/*transition: all 0.2s ease-in-out;
} */
.resumenarticulos li a.mod-articles-category-title:hover {
  background-color: #eee;
  color: #000;
  display: block;
  text-decoration: none;
}
/*.resumenarticulos ul li{
	
    background: #FFFFFF url(https://lh3.googleusercontent.com/-SgRSymWcf3U/WpMaYJpgaTI/AAAAAAAAAT0/ZAfetTD3f08agWswU3N2XihWFNzVJVb2ACLcBGAs/h120/icon.gif) no-repeat top left;
    padding: 0px 0px 5px 20px;
    margin: 0px;

}
.resumenarticulos ul {list-style-type: none;} */
dt.article-info-term {
  display: none;
}
.custom.resumenarticulos li a {
  line-height: 23px;
  font-size: 16px;
  margin-top: 5px;
  display: block;
  text-decoration: none;
  padding: 12px 6px 12px 12px;
  background-color: #fff;
  border: 2px solid #ddd;
}
.well.resumenarticulos.span12 {
  border: none;
  background: none;
  padding-right: 0px;
  padding-left: 0px;
}
.well.resumenarticulos.span12 ul {
  list-style-type: none;
  margin-left: 0px;
}
.resumenarticulos li a.mod-articles-category-title:hover {
  background-color: #5bb1f9;
  color: #fff;
  display: block;
  text-decoration: none;
}
.icon-calendar {
  display: none;
}

.articulo_cosmico {
  text-align: justify;
}
.treintac {
  line-height: 23px;
}
figure {
  /* border: thin #c0c0c0 solid; */
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 390px;
  margin: 27px auto;
  align-items: center;
}
.fihori{
  flex-flow: row;
margin: 27px auto;
flex-wrap: nowrap;
max-width: 100%;
justify-content: center;}
.fihorim{
flex-flow: row;
margin: 27px auto;
flex-wrap: wrap;
max-width: 100%;
justify-content: center;
gap:3px;
  }

/*figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}*/

figcaption {
  background-color: #fff;

  /*font: italic smaller sans-serif; */
  padding: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

.treinta {
  padding-left: 30px;
}
.treintaf{padding-left:30px;}
.articulo_cosmico p.treinta{margin-bottom: 1px;}

/*blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #76ba54;
    color: #222;
    margin: 1em 0 1.5em 1.6em;
    padding: 1em;
        quotes: none;
            background: #f5f5f5;
    line-height: 1.8;
}*/
.articulo_cosmico p,
h2 {
  margin: 0 0 18px;
}
.articulo_cosmico .treinta p {
  margin: 0 0 9px;
}

.firma {
  text-align: right;
  font-weight: bold;
}
.firmab {
  text-align: right;
}
.firmanormal {
  text-align: right;
  font-weight: 200;
  margin: 0 0 9px;
}
.titulo2n {
  text-align: center;
  font-weight: bold;
  margin: 18px 0 28px;
}
.alta {
  max-height: 390px;
  max-width: none;
}
.todaanchura {
  max-width: 100%;
}
.notas {
  text-align: justify;
  font-size: 10px;
  line-height: 12px;
}
.notapie {
  text-align: justify;
  font-size: 10px;
  line-height: 12px;
}
p.notapie {
  margin-bottom: 3px;
}
