footer {
  width: 100%;
  margin-top: 2% !important;
  bottom:1px;
}
footer a:active, footer a:hover {
    outline: 0;
    color: #eb3e48;
    text-decoration: none;
}
footer a{
  color: inherit;
}

.fondo_blanco {
  background-color: white;
}

footer .bicolor {
  height: 2px;
  margin-left: -15px;
  margin-right: -15px;
/*   margin-top: -15px; */
  
}
.bicolor {
  position: relative;
  min-height: 1px;
}

.bicolor span.azul {
  background: #0f69b4;
  width: 50%;
  height: 2px;
}

.bicolor span.rojo {
  background: #eb3646;
  width: 50%;
  height: 2px;
}

.bicolor span {
  display: block;
  float: left;
  height: 100%;
}

footer .top .listas {
  padding: 2% 3% 0;
}

footer .top .listas .lista {
  float: left;
  border-right: 1px solid #e6e6e6;
  padding-left: 1.5%;
}

footer .top .listas .lista:last-child {
    border-right: 0px solid #e6e6e6;
}


footer .top .listas .lista h5 {
  margin: 0 0 20px;
  color: #0f69b4;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}


footer .top .listas .lista ul {
  padding: 0 0 0 16px;

}

footer .top .sep {
    max-width: 100%;
    height: 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 1%;
}

footer .bottom {
  padding: 1% 1.5% 0;
  font-size: 0.8em;
  color: #666666;
}

footer .bottom .bicolor {
    margin: 1% 0 0;
    width: 170px;
    height: 2em;
}

footer .bottom .bicolor span.azul {
  background: #0f69b4;
  width: 50%;
  height: 2em;
}

footer .bottom .bicolor span.rojo {
  background: #eb3646;
  width: 50%;
  height: 2em;
}

.siteMap{
	font-weight: bold;
}