/* background: url("/static/img/subtle_dots.png"); */
/* font-family: "Roboto Condensed", Arial, sans-serif; */
body {
  
  font-family:"PT Sans", Helvetica, Arial, sans-serif;
  
  line-height: 1.5em;
  font-weight: 300;
  font-size: 16px;
  /* color: #666; */
  color:black;
}
/* hr {
  margin-top: 0px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #F7F1F1;
  border-bottom: 1px solid #fff;
} */
span.time, span.categories {
  color: #ADADAD;
  margin-bottom: 5px;
  font-size: 11px;
}
h1, h2, h3 {
  color: #696969;
  font-weight: normal;
}
h1 {
  margin-bottom: 10px;  
}
h2, h3 {
  margin-bottom: 5px;
}

a, a:link, a:active {
  text-decoration: none;
  color: #0366d6;
}
a:hover {
  color: #B3B3B3;  
}

.sidebar-nav a, a:link, a:active  {
  text-decoration: none;
  color: #666;
}
.sidebar-nav a:hover {
  color: #B3B3B3;  
}
.table .fa{
  font-size: 1.3em;
}
.fa-bookmark{
  color:red;
}

.cert i.fa-certificate{
  color:orange;
}

.cert {
  margin-left:10px;
  display: inline-block;
  position:relative;
  top: -0.2em;
}

.cert i.fa-bookmark{
  position: relative;  
  top: 0.6em;  
  font-size: 0.7em;  
}

.cert i.fa-certificate{
  position: relative;
  left: -50%;  
}

.tabla{
  margin-left: 40px;
}

.tabla td{
  padding: 4px;
}

.tabla td strong{
  font-size: 20px;
}

.tabla tr td:first-child{
  border-right: 1px solid grey;
  text-align: right;
  white-space: nowrap; 
  width:15%;
}

.tabla tr td{
  vertical-align: top;
  padding-bottom:25px;
}

.jsCursos .tabla tr.sitio-item:first-child td{
  padding-top: 0px;
}
.jsCursos .tabla tr.sitio-item td{
  padding-top: 25px;
}

.jsCursos .tabla tr td{  
  padding-bottom: 10px;
}

/*  .tabla tr:first-child td{
  padding-top:0px;
}  */

.wrap{
  padding-top:6px;
  text-align: center;
}
.wrap .author-name{
  margin:0;
}

h2.sub{
  margin: 0px;
  position: sticky;
  top: 71px;
  background-color: white;
  padding: 10px 0;
  z-index: 98;
}
h2.sub::before{
  content: "\25b7";
  margin-right: .5em;
}

/* Layout */
.main-layout {
  background: #fff;
}
.sidebar-nav {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.sidebar-nav li {
  margin: 10%;
  list-style: none;
  font-weight: bold;
  text-align: left;
  font-size: 1.5em;
  text-align:right;
  padding-right: 15%;
}

.cabecera{  
  position: sticky;
  background-color: white;    
  z-index: 99;
  top: 0;
  border-bottom: 2px solid grey;
}

.pie{  
  position: sticky;
  background-color: white;  
  z-index: 99;
  bottom: 0;
}
/* Content */
div.content pre {
  background: #333333;
  padding: 10px;
  color: #FFF;
  overflow-x: auto;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  font-size: 12px;
  border: none;
}
div.content .highlight {
	background: #333333;
}
footer {
  /* border-top: 1px solid #F7F1F1; */
  width: 100%;  
  color: #C2C2C2;
  font-size: 11px;
  bottom: 0;  
  text-align: right;
}

.imgShoot {
    margin-top: 5px;
    background-position: center;
    height: 100px;
    background-size: cover;
    /* border: 1px solid grey; */        
}

/* .avatar{
  font-size: 8em;
  border: 1px solid black;
  border-radius: 50%;
  width: 1em;
  overflow: hidden;
  margin: auto;
} */
/* Left column */
div.sidebar {
  position:sticky;
  top: 20px;  
  font-size: 11px;
  color: #666;
  text-align: center;
}
div.sidebar strong {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: normal;
}
div.sidebar div.profile-about {
  margin-top: 10px;
  color: #8C8C8C;
  font-size: 1.5em;
}
img.profile-avatar {
  border-radius: 50%;
  border: 1px solid black;
  display: block;  
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Pagination */
.PageNavigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden;
}
.PageNavigation a {
  display: block;
  width: 50%;
  float: left;
  margin: 1em 0;
}
.PageNavigation .next {
  text-align: right;
}
.PageNavigation .prev {
  text-align: left;
}

/* Social Icons */
.social{
  display: block;
  margin: 10px 0;
}
.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social ul li {
  /* display: inline-block; */
  margin: 0 5px;
  /* white-space: nowrap; */
  font-size: 16px;
  color: #969394;
}
.social li a {
  color: #969394;
}
.social li a:hover {
  color: #6D6D6D;
}

.share-page {
  padding: 10px 10px 5px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.post-content img,
.content img {
  max-width: 100%
}

.anchor {
  position: relative;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -130px;
}

.badge-danger{
  background-color: red;
  color:white !important;
}

@media (max-width: 1200px) {
  .tabla{
    margin-left: 0;    
  }
}
.cuerpo{
  padding: 0;
}
.cabecera div{
  padding-left: 0;
}
.cabecera .profile-avatar{
  height: 20px;
  width: 20px;
}
@media (max-width: 767px) {
  .anchor a {
      position: absolute;
      left: 0px;
      top: -100px;
  }
  h1{
    font-size: 20px;
  }
  h2.sub{
    font-size: 18px;
    top:54px;
  }
  h3{
    font-size: 18px;
  }  
  .tabla tr td:first-child { 
    white-space: pre-wrap;;  
    word-wrap: break-word;
   /*  word-break: break-word; */
  }
  .tabla td strong {
    font-size: 16px;
}
}
