/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .news {
	clear: both;
	position: relative;
	min-height: 180px;
}
#textarea .news .photo {
	position: absolute;
	left: 0;
	top: 50px;
	width: 120px;
}
#textarea .news .photo img {
	border: 3px solid #DADEDF;
}
#textarea .news .textfloat {
	margin-left: 120px;
}
#textarea .news .textfloat p {
	margin-left: 0;
}
#textarea .news .date {
	text-align: right;
	margin-top: -10px;
	display: block;
	font-size: 0.8em;
	color: silver;
	margin-bottom: 12px;
}
#textarea .news .link {
	text-align: left;
}


/* ------------------------------------------------ */

#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;
}

/* Lila */
#textarea .otherlist div.purple {
	background: #AE81B9; 
}