@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

body{
    font-family: 'Titillium Web', sans-serif; 
    font-size: 20px;
    line-height: 28px;
  } 

blockquote{
  margin: 50px;
  display: block;
  padding:5px 5px;
  border-left: 8px solid;
  border-color: #9b73b;
  background: #eee1fe;
  font-family: inherit;
}

video{
  width: 100%;
 /*max-width: 600px;
  max-height: 400px;*/
}

img{
  text-align: center;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


h1, h2{
  font-family: Montserrat, San-serif;
  
  font-weight: bold;
  color: rgb(0,48,135);
}

h1{
  font-weight: 32px;
  text-align: center;
}

h2{
  font-weight: 30px;
}

h3{
  font-family: Montserrat, San-serif;
  letter-spacing: -1.3pt;
  line-height: 100%;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
}

.tab{
  text-align: center;
}

table{
  border-collapse: collapse;
  border: 1px solid #999;
  /*margin: 2em 0;*/
  margin: auto;
  box-shadow: 0 0 15px rgba(0,0,0,.25);
}
thead{
  display:table-header-group;
  vertical-align:middle;
  border-#222;
  border-collapse:collapse;
}
thead tr{
  background:rgb(0,48,135);display:table-row;vertical-align:middle;border-color:grey;border-spacing:2px;border-collapse:collapse;
}
thead th{
  padding:10px;backgound:#000;color:#FFF;text-transform:uppercase;
}
tbody{
  display:table-row-group;vertical-align:middle;border-color:grey;color:#222;
}
tbody tr:nth-child(even){
  background:#eee;
}
tbody tr{
  display:table-row;vertical-align:middle;border-color:grey;border-spacing:2px;border-collapse:collapse;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  /*position: -webkit-sticky;
  position: sticky;
  top: 0;*/
}

.indice li a{
  color: black !important;
}

.indice li a:hover{
    background-color: white !important;
}

.indice li a:visited{
  color: red !important;
}

ul li .listado{
    display: list-item !important;
    text-align: -webkit-match-parent;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

ul.menu li{
  float: left;
}

.menu li a.active{
  background-color: blue;
  color: white;
}

li a, .dropbtn{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  /*width: 100%;*/
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: gray;
}

ul.menu li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: gray;
    /*width: 100%;*/
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
   /* width: 100%;*/
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

video{
  max-width: 800px;
  max-height: 600px;
  width: 100%;
}

.centrado
{text-align: center;}

:not(pre)>code[class*=language-], pre[class*=language-] {
    background: #272822;
}

pre[class*=language-] {
    background: #272822;
}

pre, xmp, plaintext, listing {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}

.token.constant, .token.deleted, .token.property, .token.symbol, .token.tag {
    color: #f92672;
}

pre code.language-html {
    white-space: pre-wrap;
}

pre code {
    position: relative;
    box-shadow: 0 0 8px #333, 0 5px 0 rgba(0,0,0,.5) inset;
    background: #23241f;
    display: block;
    padding: 1em;
    padding-left: 85px;
    line-height: 21px;
    font-family: Droid Sans Mono,Monospace;
    font-size: 16px;
    margin: 4em 0;
    overflow: auto;
    top: 10px;
}


pre code {
    color: #fff;
}

code {
    color: #3b63db;
}

pre code.language-html:before {
    content: 'HTML';
    background: #e86508 -webkit-linear-gradient(bottom,#75360b,#e86508);
    background: #e86508 linear-gradient(0deg,#75360b,#e86508);
}


.token.selector, .token.string {
    color: #a6e22e;
}

.token.punctuation {
    color: #f8f8f2;
}

.token.constant, .token.deleted, .token.property, .token.symbol, .token.tag {
    color: #f92672;
}

.token.punctuation {
    color: #f8f8f2;
}

.token.boolean, .token.number {
    color: #ae81ff;
}

code[class*=language-], pre[class*=language-] {
    color: #f8f8f2;
    /*background: 0 0;*/
    text-shadow: 0 1px rgba(0,0,0,.3);
    font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

tt, code, kbd, samp {
    font-family: monospace;
}
pre, xmp, plaintext{
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}

pre.bash, pre.language-css, pre.language-html, pre.language-js {
    padding: 0!important;
    overflow: visible!important;
    border-radius: 0!important;
}


pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: .3em;
}

pre code.language-css:before {
    content: 'CSS';
    background: #0b7bbd -webkit-linear-gradient(bottom,#0b4f77,#0b7bbd);
    background: #0b7bbd linear-gradient(0deg,#0b4f77,#0b7bbd);
}

pre code:before {
    font-family: Consolas;
    font-size: 18px;
    width: 50px;
    text-align: center;
    line-height: 210%;
    color: #fff;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 18px 0 rgba(0,0,0,.15) inset;
}

.dos-col{
  display: inline-flex;
  flex-direction: row;
}

.item-1{
  width: 60%;
  margin: 10px;
}

.item-2{
  width: 40%;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    li {
        width: 100%;
    }

    pre code {
        padding: 1em;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        margin: 3em 0;
        overflow: auto;
    }

    pre code:before {
    float: right;
    position: relative;
}
.dos-col{
  display: inline-flex;
  flex-direction: column;
}
.item-1{
  width: 100%;
  margin: 10px;
}

.item-2{
  width: 100%;
}
}
