/* MENSAJES DE INFORMACIÓN */
/*.ui-growl-info{
	background: var(--verde-info) !important;
	border: none;
}
.ui-growl-info .ui-growl-message{
	text-shadow: none;
}
.ui-growl-info .ui-growl-image{
	background: url("") no-repeat;
}*/

/* MENSAJES DE ADVERTENCIA */
/*.ui-growl-warn{
	background: var(--amarillo-warn) !important;
	border: none;
}
.ui-growl-warn .ui-growl-message{
	text-shadow: none;
}
.ui-growl-warn .ui-growl-image{
	background: url("") no-repeat;
}*/

/* MENSAJES DE ERROR */
/*.ui-growl-error{
	background: var(--rojo) !important;
	border: none;
}
.ui-growl-error .ui-growl-message{
	text-shadow: none;
}
.ui-growl-error .ui-growl-image{
	background: url("") no-repeat;
}*/