@import url("/recursos/fonts/webfonts/MyFontsWebfontsKit.css");  
body {
  color: #333;
}

body, input, button {
  line-height: 1.4;
  font: 13px 'Campton-Light',Helvetica,arial,freesans,clean,sans-serif;
}

a {
  color: #4183C4;
  text-decoration: none;
}
h1, h2{
    font-size: inherit;
    display: inline;
    font-weight: inherit;
}