﻿@font-face {
    font-family: 'fira';
    src: url('FiraSans-Regular.woff');
}
p#fecha {
	color: #666699;
}

body {
	font-family: fira;
}

a {
	text-decoration: none;
	text-transform: uppercase;
	color: #666699;
}

a:hover {
	color: red;
}