.depuracion {
	font-family: monospace;
	font-size: 0.7rem;
	text-shadow: 0 0 1px white;
}

#depura {
	position: fixed;
	width: 350px;
	height: calc(100% - 200px);
	right: 5px;
	bottom: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid black;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 0;
}

#depura div {
	border: none;
	padding: 0;
}


html {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

*, *::after, *::before {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
}


/* Características generales */



body {
	margin: auto;
	position: relative;
	/*background-color: #fbfbfb;*/
}




header, main, footer {
	position: relative;
	padding: 2rem;
}



