body {
	background:blue;
	//width:98%;
	height:600px;
	font-size:20px;
	}

h1{
	background:green;
	align-items:center;
	text-align:center;
	//bottom:1000px;
	}

#dataHora{
	background:green;
	text-align:center;
	font-size:20px;
	}

#divC {
	background:white;
	//width:100%;
	height:340px;
	//margin:20px;
	padding:20px;
	}

#esq {
	background:blue;
	display:inline-block;
	//position:relative;
	float:left;
	width:59%;
	height:300px;
	border-width:15px;
	border-style:solid;
	border-color:black;
	//border-radius:20px;
	//box-shadow:10px 10px 5px;
	//align-items:left;
	//text-align:left;
	margin:0;
	padding:10px;
	}
	
#esqInt {
	background-color:white;
	margin:15px;
	text-align:right;
	}

#dir {
	background:white;
	display:inline-block;
	//position:relative;
	float:right;
	width:29%;
	height:300px;
	border-width:15px;
	border-style:solid;
	border-color:black;
	//border-radius:20px;
	//box-shadow:10px 10px 5px;
	overflow:hidden;
	margin:0px;
	padding:10px;
	}

#butt {
	background-color: blue;
	font-size: 20px;
	//box-shadow: 8px 8px 5px black;
	margin: 10px;
	padding:8px;
	}

#idtotal {
	background:green;
	text-align:center;
	font-size:35px;
	}

#dark {
	background:green;
	text-align:center;
	}
