.fondo{
	background-color: rgba(0,0,0,0.5);
	background-color: red;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	visibility: visible;
	width: 100%;
	z-index: 30;
}
.window-modal{
	background-color: white;
	border-radius: 4px;
	margin:10% auto;
	padding: 25px;
	width: 50%;
	height: auto;
	color:red;
}
.close-window{
	color: rgba(255,0,0,0.5);
	cursor: pointer;
	height: auto;
	padding: 7px;
	float: right;
	font-family: "Calibri";
	font-weight: bold;
	width: auto;
}
.close-window:hover{
	color:  rgba(255,0,0,1);
}