body {
    font-size: 1.5em;
    color: #5d6267;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    padding-top: 70px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", serif;
    color: #3d4449;
    letter-spacing: 1;
}
h1 {
    margin: 5px 0;
    color: #c90000;
    font-size: 48px;
    font-weight: 300
}
h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 5px 0
}
h2 span {
    color: #7f888f
}
h3 {
    border-bottom: solid 3px #f56a6a;
    font-size: 24px;
    font-weight: 300;
    margin: 5px 0 15px 0;
    padding: 5px 0 15px 0;
}
h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0
}
pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0
}
* {
    box-sizing: border-box
}
*::after,
*::before {
    box-sizing: border-box
}
@media print {
    a[href]:after {
        content: none !important
    }
}
a {
    color: #6173a3;
    text-decoration: none
}
a:hover, a:focus {
  color: #c90000;
  text-decoration: none
}
.align-left {
    text-align: left
}
.align-center {
    text-align: center
}
.align-right {
    text-align: right
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.box-wrapper {
    margin: 0 0 15px 0;
    padding: 15px
}
.form-control:focus {
    border-color: #c00;
    outline: 0;
    box-shadow: none !important
}
img {
    max-width: 100%
}
.wrapper-breadcrumb {
    margin: 15px 0
}
.wrapper-breadcrumb .breadcrumb {
    background: none;
    padding: 15px 0 0 0;
    margin-bottom: 5px
}
.tab-pane .row div,
#results .row div{
    margin-bottom: 15px;
}
#close {
    float: right;
    margin-top: -28px;
    margin-right: 5px;
}

.well-lg {
    text-align: center;
}

.well-lg h2 {
    font-weight: 300;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #6173a3;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .well-lg {
        min-height: 404px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .well-lg {
        min-height: 329px;
    }
}

.enlaces div {
    border-bottom: 1px dashed #CCC;
    margin-bottom: 15px;
}

.enlaces div:last-child {
    border-bottom: none;
    margin-bottom: 60px;
}

.banners {
    margin:15px 0 30px 0;
}

.banners div {
    text-align: center;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 768px) {
    .banners div {
        margin-bottom: 15px;
    }
}





