.error {
	color: red;
	font-size: 14px; 
}

/* body { 
	background-color: lightblue; 
} */

#janelaFlutuante {
	display: none;
	flex-direction: column;
	justify-content: space-between;

	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 85%;
	background-color: white;
	border: 2px solid black;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 1000;
  }