
div.container a.brand {
    background: url("../img/logo-escala.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}
.e-scala-title{
    white-space: nowrap;
    color: #e70d17;
}
.jumbotron{
    margin-top: 40px;
    background: #FFFFFF;
    border: 1px solid #CCC;
    background-image: url(../img/banner-toyota-car.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: white;
    min-height: 350px;
}

nav.navbar{
    background: #000;
    color: #fff;
    border-color:#000;
}
nav.navbar a{
    color: #FFF !important;
}

.navbar-inverse .navbar-nav>.active>a{
    background: #b10a12 !important;
    height: 60px;
}
ul.nav.navbar-nav{
    height: 60px;
}
.entrenamiento-toyota-title{
    margin-top: 25px;
}
.btn.btn-primary.btn-toyota{
    background: #e70d17;
    border-color: #b10a12;
}