/* 
    Created on : 22/05/2015, 08:19:33 AM
    Author     : reinaldo
*/
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 50px;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.starter-template {
  padding: 40px 20px 0 15px;
  
}
.navbar-inverse{
    background:#004250;
    height:100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #013c56;
  color:#ffffff;
  padding-top: 10px;
}
.footer p {
    color:#ffffff;
}

.btn-telefonica{
    background:#013c56;
    color:#ffffff;
}
.btn-telefonica:hover{
    background:#046074;
    color:#ffffff;
}
.badge {
    background:#013c56;
}
.doctors{
    padding-right: 0;
    padding-left: 0;
}
.doctors img {
    float:right;
}
.text-tele{
    color:#013c56;
}
@media screen and (max-width: 968px) {
.doctors{display:none;}

}
