@font-face{
	font-family: 'Fira Mono';
	src: local('Fira Sans'),
		url('FiraSansOT-Regular.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: local('Fira Sans Bold'),
         url('FiraMonoOT-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


body{
	background: #999;
	font-family: "Fira Mono", Serif;
	color: black;
}

header{
	font-family: "Fira Sans", Verdana;
	font-size: 40px;
	color: red;
	font-weight: bolder;
	text-align: center;
	line-height: 2;
}

section{
	font-family: "Fira Mono", Verdana, ;
	font-size: 20px;
	color: brown;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	line-height: 1.5;
}

article{
	font-family: Tahoma, Courier, Serif;
	font-size: 16px;
}

.fecha {
 text-align: left;
 font-size: 16px;
 width: 100 px;
 font-family: Verdana, Times, serif;
 font-weight:bold;
 line-height: 3;
 }

a{
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
}


a:hover{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}