/* ----------------------------
edicioneselboletin.com
---------------------------- */
@font-face {
	font-family: formataLight;
	src: url(/..theTree/fonts/Formata-Light.otf);
}

::selection { color:#333; background:#ffd17f; }

* {
	font: 100% formataLight, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
}

/*
:root {
	color:#f2dada;
	background: #800100;
}
*/

/* HEADER */


.body {
	display: grid;
	grid-template-rows: 8vh 92vh;
	top: 0;
	left: 0;
	bottom:100vh;
	right: 100vw;
	padding: 0;
}
#bodyMain {
	top: 8vh;
	background: #fff;
}
#bodyMain.unlogged {
	color:#f2dada;
	background: #800100;
}
#mainDoc {
	display: flex;
	/*justify-content: center;*/
	flex-direction: column;
	align-items: center;
	z-index: 41;
}
.main {
	border-left: solid #ddd 1px;
}
