.ClassMarcoVentanaVentanaMsg
{
	left: 82% !important;
	top: 10% !important;
	width: auto !important;
	height: auto !important;
	position: fixed;
	background: white;
	padding: 10px;
	border-radius: 7px;
	font-size: 12px;
}

.ClassBordeVentanaVentanaMsg
{
	padding-bottom: 5px;
}

.ClassCerrarVentanaVentanaMsg > #WinBtnCerrar
{
	background: white;
	border: 0px;
}

.ClassContenidoVentanaVentanaMsg
{
	height: auto !important;
	text-align: center;
	padding: 10px;
	background: rgb(30, 136, 229);
}


.clsAlertas
{
	border: 1px solid white;
	position: fixed;
	top: 40%;
	left: 26%;
	padding: 24px;
	background: white;
	display: grid;
	width: 25%;
	border-radius: 10px;
}

.clsAlertas > label
{
	color: black;
	text-align: center;
}

.clsAlertas > audio {
  display: none;
}

.clsAlertas > button {
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  border: 5px solid whitesmoke;
  border-radius: 23px;
  background: #1e88e5;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}