@charset "utf-8";
/* CSS Document */

body {
	  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;


}
/*
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
*/
#NewsTicker_Eventos{
    margin-top:10px;
	width:204px;
	height:366px;
    border: 1px solid #DDE0E6;

}
/*
	background-image: url(../imagenes/div_derecho/banner_actualizaciones.jpg);
	background-repeat:no-repeat;

*/
	#NewsTicker_Eventos h1{
		padding:9px; margin:0; border:0;
		background-color:#92ac55;
		color:#ffffff;
		font-size:11px;
		height:14px;
	}
	#NewsVertical_Eventos {
	width: 204px;
	height: 285px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller{
	padding:10px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical_Eventos {
		width: 204px;
		height: 330px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical_Eventos li {
		display: block;
		width: 182px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 12px;
		float: left;
	}
		#TickerVertical_Eventos li .NewsTitle{
			display: block;
			color: #163583;
			font-size: 12px;
			margin-bottom:6px;
	  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;


		}
		#TickerVertical_Eventos li .NewsTitle a:link,
		#TickerVertical_Eventos li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			margin-bottom:6px;
			text-decoration:none;
	  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;

		}
		
		
		#TickerVertical_Eventos li .Subtitulo{
			font-size: 10px;
			margin-bottom:6px;
			text-decoration:none;
	  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;

			color:#b0b0b0;
		}

		#TickerVertical_Eventos li .noticia{
			font-size: 10px;
			text-decoration:none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#7c7c7c;
		}

		
		#TickerVertical_Eventos li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical_Eventos li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical_Eventos li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
	  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;


		}


