@charset "iso-8859-1";
/* CSS Document */
.tx-jpempresas-pi1 {
	text-align: center;
}
#NewsTicker {
	/*background-color: #d2d2d2;*/
	margin: 0.83em auto;
	padding: 0;
	width: 96%;
	height: 220px;
	display: block;
	border: dashed 2px #cccccc;
}
	#zona_central #NewsTicker h1, #zona_central .contenido_texto #NewsTicker h1, #NewsTicker h1 {
	padding: 6px;
	margin: 0; 
 	border: 0;
	background-color: #d2d2d2;
	color: #330000;
	font-size: 96%;
	font-weight: bold;
	}
	#NewsVertical {
	margin: 0;
	padding: 0;
	width: auto;
	height: 190px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Horizontal */
	#TickerVertical {
	width: auto;
	height: 140px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	width: auto;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px;
	float: left;
	height: 164px;
	display: inline;
	}
	#TickerVertical li .NewsTitle{
		display: block;
		width: 125px;
		color: #000000;
		font-size: 100%;
		margin: 0;
		text-align: center;
		/*display: none;*/
	}
	#TickerVertical li .NewsTitle a:link,
	#TickerVertical li .NewsTitle a:Visited {
		display: block;
		color: #000000;
		margin-bottom:6px;
		text-decoration:underline;
	}
	#TickerVertical li .NewsTitle a:hover {
		text-decoration:none;
	}
	
	#TickerVertical li .NewsImg{
		/*float:left;*/
		margin-right:10px;
		width: 125px;
		height: auto;
		border: solid 5px #DEDEDE;
	}
	#TickerVertical li .NewsFooter{
		display: block;
		font-size: 10px;
		margin:6px 0 14px 0;
		color:#000000
	}
