/*
	Estilos css en todas las páginas
*/

body
{
	padding:0;
	margin:0;
	background-color: #4F4F4F;
}

header
{
	display: flex;
	align-items: center;
}

#logo
{
	width: 25%;
	height: 90%;
	font-size: 24pt;
	text-align: center;
}

#toolbox
{
	width: 65%;
	height: 90%;
	text-align: center;
}

footer
{
	position: fixed;
	bottom: 0px;
}







