* { 
	padding: 0; 
	margin: 0; 
}
body{
	height: 100vh;
	display: flex; 
	align-items: center;
	justify-content: center;
}
#head{
	background-color: #484848;
	color: #fff;
	height: 30px;
	display: flex; 
	align-items: center;
	justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 9px 9px 0 0;
}
#foot{
	background-color: #F5FFFA;
	height: 45px;
	display: flex; 
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
}

#bReinicia{	  
  padding: 8px 24px;
  font-size: 15px;
}

#body {
	background-color: #fff;
}
#bodyLeft, #bodyRight {
	background-color: #B8B8B8;
}
#bodyCenter {
	background-color: #202020;
}