html {
  font-family: 'Roboto', sans-serif !important;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

.boton1 {
  background: #005487 !important;
  color: #fff !important;
  border: none !important;
}

.boton1:hover {
  background: #003d60 !important;
  color: #FFF !important;
}

header #logo a img {
  max-width: 140px !important;
}

#page-title {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

#page-title h1 {
  color: #222 !important;
  font-weight: 300 !important;
}

#formulario textarea {
  width: 100% !important;
  min-height: 310px !important;
}

#formulario a {
  color: #005487;
}

#formulario a:hover {
  color: #003d60;
}

#pie_superior {
  background: #004c83;
  border-top: 4px solid #D58800;
  color: #CCC !important;
}

#pie_superior a {
  color: #CCC !important;
}

#pie_superior a:hover {
  color: #FFF !important;
}

.copyright-content a:hover {
  color: #005487 !important;
}
/*# sourceMappingURL=proyecto.css.map */