html,body,footer {
background-image: url('imagenes/oficina2.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;

font-family: 'Numans', sans-serif;

}

#wrap {
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto -60px
}

.navbar .brand {
    max-height: 40px;
    overflow: visible;
    padding-top: 6px;
    padding-bottom: 0
}

#push,#footer {
    height: 60px
}



@media (max-width: 767px) {
    #footer {
        margin-left:-20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

#wrap >.container {
    padding-top: 60px
}

.container .credit {
    margin: 20px 0
}

code {
    font-size: 80%
}

#map_canvas {
    width: 100%
}

h2+table,h3+table,h4+table,h2+.row {
    margin-top: 5px
}

.responsive-utilities th small {
    display: block;
    font-weight: 400;
    color: #999
}

.responsive-utilities tbody th {
    font-weight: 400
}

.responsive-utilities td {
    text-align: center
}

.responsive-utilities td.is-visible {
    color: #468847;
    background-color: #dff0d8!important
}

.responsive-utilities td.is-hidden {
    color: #ccc;
    background-color: #f9f9f9!important
}

.responsive-utilities-test {
    margin-top: 5px;
    margin-left: 0;
    list-style: none;
    overflow: hidden
}

.responsive-utilities-test li {
    position: relative;
    float: left;
    width: 25%;
    height: 43px;
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    color: #999;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.responsive-utilities-test li+li {
    margin-left: 10px
}

.responsive-utilities-test span {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.responsive-utilities-test span {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6
}

section {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 30px;
    padding: 19px;
    border: 1px solid #d8d8d8;
    background-color: transparent;
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

section >.page-header,section >.lead {
    color: #5a5a5a
}

section >ul li {
    margin-bottom: 5px
}

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0
}

.bs-docs-sidenav >li >a {
    display: block;
    width: 190px \9;
    display: block;
    margin: 0;
    padding: 12px 0 0 20px;
    height: 32px
}

.bs-docs-sidenav >.active >a {
    position: relative;
    z-index: 2
}

.bs-docs-sidenav.affix {
    top: 40px
}

.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px
}

@media (min-width: 1200px) {
    .bs-docs-container {
        max-width:970px
    }

    .bs-docs-sidenav {
        width: 258px
    }

    .bs-docs-sidenav >li >a {
        width: 230px \9
    }
}

@media (max-width: 980px) {
    body >.navbar-fixed-top .brand {
        float:left;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .quick-links li {
        display: inline-block;
        margin: 5px
    }

    .bs-docs-sidenav {
        top: 0;
        width: 218px;
        margin-top: 30px;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width:979px) {
    body {
        padding-top:0
    }

    .bs-docs-sidenav {
        width: 166px;
        margin-top: 20px
    }

    .bs-docs-sidenav.affix {
        top: 0
    }
}

@media (max-width: 767px) {
    body {
        padding-top:0
    }

    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px
    }

    .bs-docs-sidenav.affix {
        position: static;
        width: auto;
        top: 0
    }
}