
/*
  SOBRE ESCRITURA DEL QUE SIGUI NECESSARI
*/
@font-face {
    font-family: 'DIN_Medium'; 
    src: url('DIN-BOLD.eot'); /* IE9 Compatibility Modes */
    src: url('DIN-BOLD.eot?') format('eot'),  /* IE6-IE8 */
    url('DIN-BOLD.otf') format('otf'), 
    url('DIN-BOLD.TTF') format('truetype'); /* Safari, Android, iOS */
}
body {
 padding-top: 50px;
 background-color: #E7E7E7;
}
.divide-nav{
  min-height: 50px;
  background-color: #222222;
  border-left: 1px solid white !important;
}
.navbar-inverse {
  border-bottom: 3px solid white !important;
  border-right: 1px solid white !important;
}
.footer{
 color: white;
 margin-top: 20px;
 background-color: black
}
.divide-text{
   font-family:  DIN_Medium, sans-serif!important;
    color:#fff;
    line-height: 15px;
    font-size:17px;
    padding: 15px 0px 5px 0px;  
}

.navbar-lower {
  z-index: 1;
}

.affix {
  top: 50px;
  width:100%;
}

.center {
  text-align: center;
}
 
#thirst_authors{
  position: relative;
  margin: 0px;
  padding: 0px;

}

#thirst_authors div.inactive {
  visibility: hidden;
 
  opacity: 0;
  top:0 !important;
  left:0 !important;
  width:0px !important;
  height: 0px !important;
}
 

.content{
  background-color: white;
  padding: 10px;
  margin-top: 20px;
}
.author_content{
  padding-left: 10px;
  padding-right: 10px;

}

.blue {
    color:#428bca;
}


.wookmark-placeholder {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}
 

@media (min-width: 985px) {
 
   
} 
 

@media (min-width: 768px) {
  
} 
