/*
	Home.
	News, Banners, Agenda
_____________________________________________________*/
#content {
	padding:0px;
	background:none;
}
#content .separation {
	clear:both;
	width:958px;
	height:10px;
	background:url(../img/block-bg.gif) no-repeat bottom left;
}
#news {
	float:right;
	width:244px;
	}
	#news h2 {
		border-bottom:7px solid #000;
		font-family: Helvetica, Arial, sans-serif;
		font-size:22px;
		font-weight:bold;
		line-height:15px;
		margin:4px 0px 7px 20px;
		padding-bottom:8px;
	}
	#news .knob {
		background:#000;
		cursor:pointer;
		float:right;
		height:16px;
		width:16px;
	}
	#news #news-holder {
		margin-left:20px;
	}
	#news li {
		border-bottom:1px dashed #000;
		padding:8px 0px;
	}
	#news li.destacado {
		border-bottom:7px solid #000;
		background:#ededed;
		padding:8px 0px;
	}
	#news .fecha {
		font-size:11px;
	}
	#news h3 a {
		font-size:13px;
		text-decoration:none;
	}
	#news p a {
		text-decoration:none;
	}

#banners {
	background:#f5f5f5;
	float:right;
	height:352px;
	width:470px;
}

#agenda {
	float:left;
	height:684px;
	overflow:hidden;
	width:714px;
	}
	.agenda-item {
		float:left;
	}
	.item1 {
		width:245px;
	}
	.item2 {
		width:244px;
	}
	.item3 {
		width:225px;
	}
	#agenda h2 {
		border-bottom:7px solid #000;
		cursor:pointer;
		font-family: Helvetica, Arial, sans-serif;
		font-size:22px;
		font-weight:bold;
		line-height:15px;
		margin:15px 0px 0px;
		padding-bottom:8px;
		width:225px;
	}
	#agenda ul {
		height:639px;
		overflow:hidden;
		width:225px;
	}
	#agenda li {
		border-bottom:1px dashed #000;
		padding:20px 0px 5px;
	}
	#agenda h3 a {
		display:block;
		height:30px;
		vertical-align:top;
		text-decoration:none;
	}
	#agenda li .thumb {
		background:#f5f5f5;
		height:127px;
		overflow:hidden;
		width:225px;
		}
		#agenda li .thumb img {
			margin-top:-49px;
		}
		#agenda li .slideshow img {
			margin-top:0;
		}
		#agenda li .thumb .sinimagen {
			height:127px;
			width:225px;
			line-height:127px;
			vertical-align:middle;
			text-align:center;
			display:block;
		}
	#agenda .footer {
		margin-top:3px;
	}
	#agenda .categoria {
		background:#000;
		color:#fff;
		display:inline;
		float:left;
		font-size:11px;
		margin-right:5px;
		padding:5px;
	}
	#agenda li p {
		font-size:11px;
		line-height:13px;
	}
	#agenda img.fin {
		margin:20px;
		float:left;
		clear:both;
	}
	#agenda #item1desc,#agenda #item2desc,#agenda #item3desc {
		height:639px;
		position:relative;
		top:-639px;
		width:225px;
		
	}
	#agenda #item1text,#agenda #item2text,#agenda #item3text {
		height:639px;
		position:relative;
		top:-1278px;
		width:225px;
		}
		#agenda #item1text p,#agenda #item2text p,#agenda #item3text p {
			color:#000;
			font-size:20px;
			font-weight:bold;
			line-height:23px;
			padding-top:30px;
		}