html,
body {
  height: 98%;
  /* The html and body elements cannot have any padding or margin. */
  padding-top:0px;
  margin:0px;
  /*margin-top:-10px;*/
  background: transparent; 
  background: #ffffff;     
  font-size: 15px;  
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto 5px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: auto;
}

#footer {
  color: #fff;
  background-color: #1a5e9b;
  padding: 3px;
}

#footer a {
  color: #F8D117;
}

#footer .headline {
  color: #fff;
}
  
.tecnicon {
  font-family:Georgia,Times,serif;
  font-size: 20px;
  font-style: italic;
  text-decoration: underline;
  color: #F8D117;  
}

.fontColor {
  color: #1a5e9b;
}

.header {
  border-bottom: solid 2px #eee;
  background-color: #1a5e9b;
  width:auto;
}

#logo {
}

.active {
  color:red;  
}

.navbar-style {
  border:none;
  background: #fff;
}

.navbar-default .navbar-nav li a {
  font-size: 15px;
}

.navbar-default .navbar-nav li a:hover {
  color: #1a5e9b;
  text-decoration: underline; 
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.icones {
  color: #F8D117;  
}

.headline {
  color: #1a5e9b;
}