
<style type="text/css">

	@font-face {

			font-family: firamono; 
			src: url("FiraMono-Regular");
	
	}

	body {

			font-family: firamono;
	}
			
	p.numpagina {
			padding: 2px;
			width: 52px;
			background-color:red;
			font-size: 1em;
			color: white;

	}

	p.seccion {
			padding: 12px;
			color: gray;
			background-color:#EEEEEE;
			font-size: 1.2em;
	}
	
	h1.cabeceraseccion {

			font-size: 1.3em;	

	}
	
	p.contenidoarticulo {

			font-size: 1.1em;
	
	}

	a {

			font-size: 1.1em;

	}

	h4.fechahora {

			color: #890000;

	}

</style>