@charset "windows-1250";
/* CSS Document */

.tickercontainer {
	border: 1px solid #DDB000;
	background-image:url(imagenes/fondomensajeimportante.jpg);
	background-repeat: repeat-x;
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
	line-height: 25px;
	font-size: 13px;
	height: 30px;
	width: 980px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask {
	position: relative;
	width: 960px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 960px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; 
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #FF6600;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 80px 0 0;
}