header{
	text-align: center;
	background-color: #85cd8d;
	color: #0227ff;
	border-radius: 3px 3px;
}
body{
	background-color: #d6ebef;
}

table{
  position:center;
	border-collapse: separate;
	border: black 2px solid;
	font-size: 22px;
	background-color: #85cd8d;
	text-align: center;
	margin-left: 19em;
	
}
td{
	border:white 1px solid;
}
th{
	border: white 2px solid;
}
#divTabla{

	text-align: center;
}
#correo{
	float: right;
	margin-right: 10em;
}
#nombre{
	float: right;

}