@font-face {
    font-family: FiraSans;
    src: url(fonts/FiraSans-Regular.woff) format("woff");
}

html {
    background: #E0E0E0;
}

body {
    font-family: FiraSans, sans-serif;
    font-size: 16px;
}

a, a:visited {
	color: #0A2F62;
	transition: all 0.2s linear;
}

a:hover, a:active {
	color: #005BBB;
}

h1, h2, h3, h4, h5, h6 {
	color: #005BBB;
    line-height: 1.2em;
	margin-bottom: 0.6em;
}

#fecha {
    font-style: oblique;
}