/*
body {
    color: #000000;
}
*/

.menu-bg {
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.225);
    box-shadow: 0 5px 15px rgba(0,0,0,.225);
}

.navbar {
    margin-bottom: 5px;
    border: 0px solid transparent;
    z-index: 1000 !important;
}

.navbar-default {
    border-radius: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.0);
    -webkit-box-shadow: none;
    box-shadow: none;
}


#map {
    width: 100%;
    height: 55vh;
    min-height: 400px;
    margin-top: 7px;
}

.hdr-bg {
    background-image: url("../img/ex-estacion-central.jpg");
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: -180px;
    width: 100%;
    margin: 0px;
    height: 220px;
}


h1, h2, h3, h4, h5 {
    color: #606060;
}

.hdr-bg h1, .hdr-bg h2, .hdr-bg h3, .hdr-bg h4 , .hdr-bg h5 {
    color: #fff;
    text-shadow: 2px 2px 10px #000;
}

.hdr-bg img {
    float: right;
    margin-top: 70px;
}

.bs-callout {
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-red {
    border-left-color: #ce4844;
}

.bs-callout-green {
    border-left-color: #49ce44;
}

.bs-callout-cyan {
    border-left-color: #20bbe2;
}

.bs-callout-purple {
    border-left-color: #cf28ab;
}

.bs-callout-orange {
    border-left-color: #ffa826;
}


.bs-callout li {
    list-style: none;
}

.bs-callout ul {
    padding-left: 20px;
}

.bs-callout i {
    color: red;
    font-size: 1.5em;
    margin-right: 10px;
}

.footer {
    width: 100%;
    text-align: center;
}

.footer-top {
    background-color: #6ddfe8;
    color:#000;
    padding: 10px;
}

.footer-btm {
    background-color: #606060;
    padding: 10px;
    color: #fff;
}

.info-content {
    width: 300px;
    min-height: 125px;
    max-height: 300px;
    overflow: auto;
    /* font-size: 0.9em; */
}

.info-content h3 {
    margin-top: 5px;
    margin-bottom: 0px;
    color:orange;
    font-size: 1.35em;
    font-weight: bold;
}

.info-content table {
    width: 100%;
}

.info-content tbody tr td:first-child {
    background-color: #e0e0e0;
    width: 40%;
    /* color: #ffffff; */
}

.info-content table {
    border-collapse: separate;
    border-spacing: 0.25em;
}

.info-content table td, .info-content td * {
    vertical-align: top;
}

#map-search {
    display: inline-block;
}

@media only screen and (max-width: 768px) { 
    .menu-bg {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f8f8f8;
    }
}