h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Droid Sans', sans-serif;
}
a,
.primary-color,
.dark .primary-color {
  color: #0D91CE;
}
a:hover {
  color: #26bd8f;
}
.blogitem .blogitem-hoverinfo,
.portfolioitem .portfolioitem-hoverinfo {
  background-color: #0671b9;
  color: #fff;
}
#resumenav a {
  color: #0671b9;
  font-weight: normal;
}
#resumenav a:hover {
  background-color: #0D91CE;
  color: #fff;
}

.icon-btn:hover,
.btn-primary:hover,
.blogitem .blogitem-actions a:hover,
.portfolioitem .portfolioitem-actions a:hover {
  background-color: #0D91CE !important;
}
#resumenav li.active a{
  background-color: #0D91CE !important;
  color: #fff;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-list > .active > a,
.nav-list > .active > a:hover, .nav-pills > .active > a, nav-pills .active a:hover {
  background-color: #26bd8f !important;
  color: #fff;
}

.icon-btn,
.btn-primary {
  background-color: #0671b9;
}
.progress .bar {
  background-color: #0671b9;
  background-image: -moz-linear-gradient(top,#0671b9,#0D91CE);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0671b9),to(#0D91CE));
  background-image: -webkit-linear-gradient(top,#0671b9,#0D91CE);
  background-image: -o-linear-gradient(top,#0671b9,#0D91CE);
  background-image: linear-gradient(to bottom,#0671b9,#0D91CE);
}
body {
  background: #ececec url(../images/bg_altronix.jpg) fixed repeat !important;
}



#content {
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#sidebar.sbright .sidebar-nav {
  background: #0671b9;
  border-left: 5px solid #0D91CE;
  border-right: none;
}
#sidebar.sbleft .sidebar-nav {
  background: #fff;
  border-left: none;
}
#footer {
  color: #666;
}
.section .section-title {
	color: #0D91CE;

}
.section .section-title .glyphicons i:before {
  color: #ccc !important;
}
.timeline-item-trigger span i:before {
  background-color: #0671b9;
  border: 6px solid #0671b9;
}
.timeline-item-trigger span:hover i:before {
  background-color: #0D91CE;
  border-color: #0D91CE;
}
@media (max-width: 767px) {
  .section .section-title {
    border-bottom: 5px solid #0D91CE;
    border-top: 5px solid #0D91CE;
  }
}
