body {
    background: #fff url(../img/fondo.png) no-repeat scroll center top;
    background-size: cover;
}

.navbar-brand {
    padding: 4px;
}

.navbar-header {
    background-color: #707aab;
}

.navbar-toggle {
    border-color: #6f699a;
}

.navbar-toggle .icon-bar {
    background-color: #6f699a;
}

.navbar-nav > li {
    margin-right: 2px;
}

.navbar-nav > li > a {
    background-color: #707aab;
    color: #fff;
    padding: 8px 30px;
}

h1, h3, h5 {
    color: #BF0311;
}

h2, h4, h6 {
    color: #403E89;
}

.row-header {
    background-color: rgba(64, 62, 137, 0.8);
    color: #fff;
    padding: 4px 8px;
}

.footer {
    background-color: #BA4E41;
    position: relative;
    height: 90px;
}

.footer > div {
    position: absolute;
}

.footer-brand {
    height: 80px;
    left: 80px;
    top: 5px;
    width: 80px;
}

.footer-text, .footer-text a {
    color: #fff;
    font-size: 10px;
    right: 100px;
}

#content {
    font-size: 18px;
}

.nav-catalogo a {
    color: #2A3890;
    font-weight: bold;
    /*lineas: BF0311*/
}

.nav-catalogo > li > a {
    display: inline-block;
    padding: 5px 8px;
}

.navbar-top {
    margin-bottom: 0;
    font-size: 18px;
}

.navbar-top .navbar-collapse, .dropdown-menu {
    background-color: #707aab;
    font-size: 18px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #6F699a;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li.active a {
    background-color: #6F699a;
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #6F699a;
    color: #fff;
}

.header {
    height: 150px;
    position: relative;
}

.header > a {
    left: 80px;
    position: absolute;
    top: 5px;
}

.slogan {
    color: #C4171B;
    font-size: 40px;
    font-weight: bold;
    left: 50%;
    line-height: 50px;
    margin-left: -215px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 430px;
}

.social {
    position: absolute;
    right: 20px;
    text-align: center;
    top: 40px;
    width: 215px;
}

.locations {
    bottom: 5px;
    font-size: 29px;
    position: absolute;
    right: 30px;
    width: 270px;
}

.locations a {
    color: #F0653E !important;
    text-decoration: none !important;
}

.title-on-hover {
    display: inline-block;
    position: relative;
}

.title-on-hover > div.title {
    background-color: rgba(64, 62, 137, 0.8);
    bottom: 0;
    color: transparent;
    left: 0;
    line-height: 25px;
    opacity: 0;
    padding-right: 50px;
    position: absolute;
    text-align: right;
    width: 100%;
    -webkit-transition: all 250ms linear 0s;
    -o-transition: all 250ms linear 0s;
    transition: all 250ms linear 0s;
}
.title-on-hover:hover > div.title {
    color: #fff;
    opacity: 1;
    padding-right: 5px;
}
