.contenedorfalcao{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
header{
	background: #eb4a33;
	margin:20px 0;
}
.alineado
{
  margin-left: auto;
  margin-right: auto;
}
.modal{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	
	position:  absolute;
	top:0;
	left: 0;
	
	display: flex;
	
}
.contenido{
	margin: auto;
	width: 40%;
	height: 40;
	background: white;
	border-radius: 10px;
	
	
}
#cerrar{
	display: none;
}
#cerrar + label{
	position: fixed;
	color: #fff;
	front-size: 25px;
	z-index: 50;
	background: darkred;
	height: 48px;
	width: 40px;
	line-height: 40px;
	bordes-radius: 50%;
	right: 10px;
	cursor: pointer;
	
	
}