.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 45px;
  background-color: #f5f5f5;
}

.footer-meds p{ 
    margin: 0 0 5px;
}
.footer-meds{
    text-align: center;
    font: normal 14px sans-serif;
    background-color: #00409C;
}

.footer-meds .footer-title{
    color:  #B0C8E0;
    font-size: 18px;
}


.footer-meds .footer-empresa{
    color:  #D8D8D8;
    font-size: 12px;
}

.footer-meds .footer-links{
    list-style: none;
    font-weight: bold;
    color:  #d5d5d5;
}

.footer-meds .footer-links a{
    display:inline-block;
    text-decoration: none;
    color: #fff;
}

