/*primario*/
.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus {
  background-color: #E84910;
}

body:not(.isTablet) #indice .units ul li:hover, #indice .units ul li:focus, #indice .units ul li.active {
  background: #E84910 !important;
}

.add {
    background: #E84910 !important;
}

/*secundario*/
a:hover,
a:active,
a:focus {
  color: #E84910;
}

.body_clase .navbar.libro:after {
    border-top: 10px solid #E84910;
}