/* #################### */
/* ___ PLUGINS */
/* #################### */

/* __________ */
/* ___ ACP */
/* __________ */

#loading,
.error,
.success {
  font-weight: bold;
}

#loading {
  margin-top: 15px;
	padding-left: 20px;
  background: url(img/cargando.gif) no-repeat left;
}

.error,
.success {
  margin: 5px 0 0 0;
  padding: 5px;
}

.error {
  color: #ed0191;
  border: 1px dotted #ed0191;
}

.success {
  color: #666666;
  border: 1px dotted #666666;
}

/* __________ */
/* ___ OTROS */
/* __________ */

.grippie {
  background: url(img/grippie.gif) no-repeat scroll center;
  cursor: s-resize;
  height: 9px;
	width: 398px;
	border: 1px solid #cfdd85;
  overflow: hidden;
}