@charset "iso-8859-1";
/* CSS Document */
#NewsTicker {
	/*background: #333333 url(../../css/img/fContenidoLateral_n.png) left bottom no-repeat;*/
	background-color: #333;
	color: #FFF;
	border: 1px solid #f1f1f1;
	width: 100%;
	height: 420px;
	margin: 0 auto;
	text-align: center;
}
#NewsTicker h1 {
	margin: 0; 
	padding: 0.8em 1em;
	height: 1.2em;
	/*background: url(img/fTituloLateral_n.png) left top no-repeat;*/
	background: #ccc url(../../css/img/fTituloLateral_n.png) left bottom repeat-x;
	border-bottom: 1px solid #fff;
	color: #330000;
	font-size: 90.9%;
	text-align: left;
}
#NewsVertical {
	margin: 0 auto;
	width: 98%;
	height: 380px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 65%;
		height: 300px;
		display: block;
		list-style: none;
		margin: 0 17%;
		padding: 0;
		text-align: center;
	}
	#TickerVertical li {
		display: block;
		width: 135px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 5px;
		float: left;
	}
	#TickerVertical li .NewsTitle {
		display: block;
		width: 125px;
		color: #fff;
		font-size: 100%;
		margin: 0;
		text-align: center;
		/*display: none;*/
	}

	#TickerVertical li .NewsTitle a:link,
	#TickerVertical li .NewsTitle a:Visited {
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 6px;
		text-decoration: none;
	}
	#TickerVertical li .NewsTitle a:hover {
		text-decoration:underline;
	}
	
	#TickerVertical li .NewsImg {
		float: left;
		margin-bottom: 10px;
		width: 125px;
		height: 125px;
		border:solid 5px #DEDEDE;
	}
	#TickerVertical li .NewsFooter {
		display: block;
		color: #000000;
		font-size: 10px;
		margin: 6px 0 14px 0;
	}