@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'fira', Serif;
    src: url('FiraSansOT-Light.otf');
}
body{
	font-family: fira;
}
h1 {
	font-size: 25px;
	
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 30px;
	font-weight: bold;
}
div {
	background-color: #E2E2E2;
}
#fecha {
	color: #F00;
}