UL {
	list-style:none;
}
.ketchup-error {
  position: absolute;
  width: auto;
}

.ketchup-error ul {
  padding: 0;
  margin: 0;
  margin-left: -510px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #111;
  background: red;
  background: rgba(255, 0, 0, 0.6);
  padding: 10px;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  list-style: none;
  line-height: 16px;
}

.ketchup-error span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid red;
  border-top: 10px solid rgba(255, 0, 0, 0.6);
  border-bottom: 0;
  margin-left: -180px;
}
.ketchup-custom {
  line-height: 1em;
  display: none;
}
.ketchup-custom li {
	font-size: 10px;
	text-transform: uppercase;
	text-shadow: 0px 0px 0 #9F4631;
	border: 0;
	color: #000;
	background:#9C3; /*Cambia el fondo*/
	padding: 1px 10px;
	margin-top: 1px;
}

/*para invertir*/
 /*-moz-transform: scaleX(-1); /* Firefox */
  /*-o-transform: scaleX(-1); /* Opera */
  /*-webkit-transform: scaleX(-1); /* Chrome y Safari */
  /*transform: scaleX(-1); /* w3org */
  /*filter: FlipH; /* Internet Explorer */
