/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#program .place {
	position: relative;
	height: 83px;
	margin-top: 10px;
}
#program .place .pic {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 100px;
	height: 60px;
	overflow: hidden;
	border: 3px solid #96CA3F;
}
#program .place a {
	position: absolute;
	left: 18px;
	top: 16px;
	font-size: 1.3em;
	font-weight: bold;
}
#program .place a span {
	display: block;
	font-size: 0.7em;
	padding-left: 8px;
	background: url(../images/icn_more.gif) no-repeat 0 5px;
}
