/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#program .searchbox {
	padding: 4px 0 4px 7px;
	margin-bottom: 6px;
}
#program .searchbox label {
	width: 15px;
	margin-right: 8px;
	background-image: url(../images/icn_search.png);
	background-repeat: no-repeat;
}
#program .searchbox input {
	width: 200px;
	border: #8E8392 1px solid;
	font-size: 0.9em;
	color: #54475D;
	padding: 4px 6px 4px 6px;
}

#program .letters a {
	text-align: center;
	padding: 4px 6px 4px 12px;
	border-left: 4px solid white;
	color: #8E8392;
	font-weight:bold;
	background: url(../images/icn_more.gif) no-repeat 4px 9px;
}
	#program .letters a:hover {
		background-color: #69498E;
		color: white;
		text-decoration: none;
	}

.sign {
	float: right;
	height: 18px;
	padding-left: 28px;
	padding-top: 8px;
	padding-right: 8px;
}
.sign.catedratic {
	background: #69498E url(../images/icn_catedratic.gif) 1px 0 no-repeat;
	color: #F7D100;
}
.sign.ludic {
	background: #DEDADF url(../images/icn_ludic.gif) 1px 0 no-repeat;
}

/* List */

#program h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}

#program div.row {
	margin-bottom: 8px;
	position: relative;
}
	#program div.row a:hover {
		color: black;
	}
#program div.row h4 {
	font-weight: bold;
	margin: 0;
	background: #DEDADF url(../images/icn_ludic.gif) 1px 0 no-repeat;
	color: #69498E;
	height: 25px;
	padding-left: 22px;
}
#program div.row.odd h4 {
	background: #69498E url(../images/icn_catedratic.gif) 1px 0 no-repeat;
	color: #F7D100;
	height: 25px;
	padding-left: 22px;
}
#program div.row h4 span {
	padding: 6px;
	float: left;
}

#program div.row .space {
	padding: 6px 6px 6px 13px;
	font-size: 0.9em;
}
#program div.row .space a,
#program div.row .space strong {
	font-size: 1.1em;
	font-weight: bold;
}
#program div.row .notes {
	padding: 0 6px 6px 13px;
}
#program div.row .notes a {
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(../images/icn_down.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#program div.row .notes .text {
	line-height: 140%;
	padding-top: 4px;
	padding-left: 16px;
}
#program div.row .notes .text p {
	margin-bottom: 4px;
}

/* Date */
#program div.row .date {
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 68px;
	text-align: center;
	background: #8E8392;
	color: white;
	border-left: 2px solid white;
	font-size: 0.9em;
	
}

#program div.row .date .month {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 0 0 0;
	font-size: 0.9em;
}
#program div.row .date .day {
	display: block;
	font-size: 1.5em;
}
#program div.row .date .hour {
	display: block;
	padding: 1px 0 0 0;
	font-size: 1em;
}

