body {
	margin: 0px;
	background-color: #ccedea;
}
header {
	margin: 8px auto;
	width: 99%;
	height: 100px;
	border-style: solid;
	border-width:  0px;
	border-radius: 20px;
	border-color:black;
	background-color:#73ab9f;
}
header h1 {
	padding-top:20px;
	vertical-align: center;
}

footer {
	width:100%;
	height: 40px;
	border: 1px solid black;
	margin: 0px auto;
}

#allButFooter {
	width:100%;
    min-height: calc(100vh - 50px); 
}

section#login {
	width:300px;
	height: 200px;
	margin-top: 150px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid; border-width:1px;
}

.actual {
	margin-top: 8px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	width: auto;
	border: 0px solid black;
	display:inline-block;
	float:right;
}

.actual div {
	margin-left:10px;
	margin-right:10px;
	width: 100px;
	height:100px;
	border: 0px solid black;
	float:left;
	background-color: #9b82ff;
	border-radius: 10px;
}
.ptitle {
	text-align: center;
	margin: 5px 0px;
}
.pdata {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.lcd {

}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #1a6b45;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #2bab6f;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.grafica {
	background-color:  #e2ece4;
	height: 500px;
	width:100%
}

.grafico {
	border: 1px solid black;
	border-radius: 10px;

	margin:50px;
	padding: 50px 30px 15px;
	height: 700px;

}

.heading {
	margin: 8px auto;
	width: 99%;
	height: 120px;
	border-style: solid;
	border-width:  0px;
	border-radius: 20px;
	border-color:black;
	background-color:#73ab9f;
}
.heading h1 {
	padding-top:20px;
	vertical-align: center;
	display:inline-block;
	float:left;
}




