@font-face {
    font-family: 'fira';
    src: url('FiraSans-Light.otf');
}
body{
	font-family: fira;
	color: #2E2E2E;	
}
h1{
	font-size: 20px;	
}
h2{
	font-size: 24px;
}
p{
	font-size: 16px;
}
#Etiq{
	background-color: #E6E6E6;
	padding: 10px;
	font-size: 18px;
}
#fecha{
	color: #B40404;
	font-size: 13px;
}