html {
  position: relative;
  min-height: 100%;
}

body{
  margin-bottom: 60px;
}

/*
Logo
*/
.header{
    min-height: 90px;
    background-color: #000000;
}

.header a{
    color: #ffffff;
    text-decoration: none;
}
.header h1{
    font-family: Tahoma, 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: x-large;
    color: #ffffff;
    padding-top: 0.5em
}
.header span{
    background-color: #008cba;
    padding: 5px;

}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

/*body > .container {
  padding: 60px 15px 0;
}*/
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/*
Section Animation Names
*/
.inicio {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #34495e;
}
.animation-nombre {
  width: 237px;
  height: 300px;
  font-size: 36px;
  line-height: 40px;
  font-family: 'Muli';
  color: #ecf0f1;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -118px;
}
.animation-nombre:before {
  content: '[';
  position: absolute;
  left: -30px;
  line-height: 40px;
}
.animation-nombre:after {
  content: ']';
  position: absolute;
  right: -30px;
  line-height: 40px;
}
.animation-nombre:after,
.animation-nombre:before {
  color: #16a085;
  font-size: 42px;
  animation: 2s linear 0s normal none infinite opacity;
  -webkit-animation: 2s ease-out 0s normal none infinite opacity;
  -moz-animation: 2s ease-out 0s normal none infinite opacity;
  -o-animation: 2s ease-out 0s normal none infinite opacity;
}
.animation-nombre .visible {
  float: left;
  font-weight: 600;
  overflow: hidden;
  height: 40px;
}
.animation-nombre p {
  display: inline;
  float: left;
  margin: 0;
}
.animation-nombre ul {
  margin-top: 0;
  padding-left: 110px;
  text-align: left;
  list-style: none;
  animation: 6s linear 0s normal none infinite change;
  -webkit-animation: 6s linear 0s normal none infinite change;
  -moz-animation: 6s linear 0s normal none infinite change;
  -o-animation: 6s linear 0s normal none infinite change;
}
.animation-nombre ul li {
  line-height: 40px;
  margin: 0;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes opacity {
  0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@-webkit-keyframes change {
  0% {
    margin-top: 0;
}
15% {
    margin-top: 0;
}
25% {
    margin-top: -40px;
}
40% {
    margin-top: -40px;
}
50% {
    margin-top: -80px;
}
65% {
    margin-top: -80px;
}
75% {
    margin-top: -40px;
}
85% {
    margin-top: -40px;
}
100% {
    margin-top: 0;
}
}
@keyframes change {
  0% {
    margin-top: 0;
}
15% {
    margin-top: 0;
}
25% {
    margin-top: -40px;
}
40% {
    margin-top: -40px;
}
50% {
    margin-top: -80px;
}
65% {
    margin-top: -80px;
}
75% {
    margin-top: -40px;
}
85% {
    margin-top: -40px;
}
100% {
    margin-top: 0;
}
}



.fijo {
    position: fixed;
}

.div-centrado {
    text-align: center;
}

.espacio {
    margin: 20px;
}

.letras {
    margin: 1em 0;
    overflow: hidden;
}

.letras a {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1;
    margin: 0 .6% .6% 0;
    padding: 5px 0 4px;
    text-align: center;
    text-decoration: none;
    width: 6.49%;
}

.tamano {
    min-height: 600px;
}
.white {
    background: #fff;
}

.navbarfooter {
    margin-bottom: 0;
}

.animate {
    transition: all 0.3s ease-in-out;
}

.info-card .info-card-details,
.info-card .info-card-details .info-card-header {
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 0 15px;
    background: rgb(255, 255, 255);
    text-align: center;
}

/*
.info-card .info-card-details::-webkit-scrollbar {
    width: 8px;
}
.info-card .info-card-details::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}
.info-card .info-card-details::-webkit-scrollbar-track {
    background: transparent;
}
.info-card .info-card-details::-webkit-scrollbar-thumb {
    background: rgb(160, 160, 160);
}
.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
    background: rgb(130, 130, 130);
    }    
    */
    .info-card .info-card-details .info-card-header {
        height: auto;
        bottom: 100%;
        padding: 10px 5px;
    }

    .info-card:hover .info-card-details {
        bottom: 0px;
        overflow: auto;
        padding-bottom: 25px;
    }

    .info-card:hover .info-card-details .info-card-header {
        position: relative;
        bottom: 0px;
        padding-top: 45px;
        padding-bottom: 25px;
    }

    .info-card .info-card-details .info-card-header h1,
    .info-card .info-card-details .info-card-header h3 {
        color: rgb(62, 62, 62);
        font-size: 22px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0 !important;
    }

    .info-card .info-card-details .info-card-header h3 {
        color: rgb(142, 182, 52);
        font-size: 15px;
        font-weight: 400;
        margin-top: 5px;
    }

    .info-card .info-card-details .info-card-detail .social {
        list-style: none;
        padding: 0px;
        margin-top: 25px;
        text-align: center;
    }

    .info-card .info-card-details .info-card-detail .social a {
        position: relative;
        display: inline-block;
        min-width: 40px;
        padding: 10px 0px;
        margin: 0px 5px;
        overflow: hidden;
        text-align: center;
        background-color: rgb(215, 215, 215);
        border-radius: 40px;
    }

    a.social-icon {
        text-decoration: none !important;
        box-shadow: 0px 0px 1px rgb(51, 51, 51);
        box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
    }

    a.social-icon:hover {
        color: rgb(255, 255, 255) !important;
    }

    a.facebook {
        color: rgb(59, 90, 154) !important;
    }

    a.facebook:hover {
        background-color: rgb(59, 90, 154) !important;
    }

    a.twitter {
        color: rgb(45, 168, 225) !important;
    }

    a.twitter:hover {
        background-color: rgb(45, 168, 225) !important;
    }

    a.github {
        color: rgb(51, 51, 51) !important;
    }

    a.github:hover {
        background-color: rgb(51, 51, 51) !important;
    }

    a.google-plus {
        color: rgb(244, 94, 75) !important;
    }

    a.google-plus:hover {
        background-color: rgb(244, 94, 75) !important;
    }

    a.linkedin {
        color: rgb(1, 116, 179) !important;
    }

    a.linkedin:hover {
        background-color: rgb(1, 116, 179) !important;
    }

    /* Dropdown menu */
    .dropdown-large {
        position: static !important;
    }

    .dropdown-menu-large {
        margin-left: 16px;
        margin-right: 16px;
        padding: 20px 0px;
        background-color: #ffffff !important;

    }

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

    .dropdown-menu-large > li > ul > li {
        list-style: none;
    }

    .dropdown-menu-large > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: normal;
    }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed;
    }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

    /* End Dropdown menu */

    @media (max-width: 768px) {
        .by-letter a {
            width: 7.092307692%;
            padding: 4px 0 3px;
        }

        .dropdown-menu-large {
            margin-left: 0;
            margin-right: 0;
        }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

        .dropdown-menu-large > li:last-child {
            margin-bottom: 0;
        }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }

    }

    @media (min-width: 768px)
    {
        .col-sm-offset-1
        {
            margin-left: 5%;
        }
    }






/*
     FILE ARCHIVED ON 02:01:25 Oct 21, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:55:52 Aug 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.445
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.048
  esindex: 0.009
  cdx.remote: 5.147
  LoadShardBlock: 79.493 (3)
  PetaboxLoader3.datanode: 107.125 (4)
  load_resource: 112.672
  PetaboxLoader3.resolve: 39.375
*/