#textarea .otherlist div {
	float: left;
	margin: 0 10px 20px 10px;
	background-color: #FDD209;
	padding: 20px;
	width: 150px;
	height: 50px;
}
#textarea .otherlist div h3 {
	margin: 0;
	padding: 0;
	color: #272324;
}
#textarea .otherlist div a {
	color: #272324;
	text-align: left;
	display: inline;
	background-position: right 5px;
}
#textarea .otherlist div a:hover {
	color: white;
	background: url(../images/icn_more_white.gif) right 5px no-repeat;
}

/* celeste */
#textarea .otherlist div.blue {
	background: #8AB2E0;
}

/* naranja */
#textarea .otherlist div.orange {
	background: #F7A421;
}

/* rojo */
#textarea .otherlist div.red {
	background: #EF5531;
}

/* Verde */
#textarea .otherlist div.green {
	background: #97CA3E;
}

/* Lila */
#textarea .otherlist div.purple {
	background: #AE81B9; 
}
