@charset "utf-8";
/* CSS Document */

.available {
	color: #79AD07;
}

.notavailable {
	color: #B31814;
}

.mistake {
	color: #20A2CC;
}

.true {
	background:url(imagenes/tick_ok.png) left no-repeat;
	line-height:18px;
	padding-left:24px !important;
}

.false {
	background:url(imagenes/cross_2.png) left no-repeat;
	line-height:18px;
	padding-left:24px !important;
}

.error {
	background:url(imagenes/quest.gif) top left no-repeat;
	line-height:18px;
	padding-left:24px !important;
}