	body { 
		background-image: url('logo_hc.png'); 
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	#alerta{
		display: flex;
		justify-content: center; /* Centra horizontalmente */
		align-items: center;      /* Centra verticalmente */

	}
