.fondo_alerta{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 100; 
	left: 0px;
	overflow: auto; /* Enable scroll if needed */
}
.mensaje_alerta{
	position: relative;
	z-index: 101;
	background: white;
	width: 50%;
	min-height: 150px;
	margin-left: 25%;
	text-align: center;
	margin-top: 5%;
	font-size: 1.2rem;
	padding: 1rem;
}.cuerpo_alerta{
	width: 100%;	
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-top: 3rem;
}
.contenedor_botones{
	margin-top: 1rem;
}
.cerrar_msj{
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.msj_flotante_campo{
	position: absolute;
	top: -3rem;
	padding: 1rem;
	text-align: center;
	background: #e65100;
	color: white;
	border-radius: 1rem;
}