
#torneos{
	width:978px;
	height:30px;
	left:50%;
	margin-left:-489px;
	position:relative;
	font-family:ColaborateRegular;
	font-size:16px;
}

.ticker-wrapper.has-js {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px;
	width: 900px;
	height: 32px;
	display: block;
	font-size:16px;
}

.ticker {
	width: 900px;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
}

.ticker-title {
	padding-top: 10px;
	color: #057eb6;
	font-weight: bold;
	text-transform: uppercase;
}

.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #1F527B;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}

.ticker-content:focus {  none;
}

.ticker-content a {
	text-decoration: unserline;
	color: #f24c15;
}

.ticker-content a:hover {
	text-decoration: none;
}

.js-hidden { display: none; }

.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #F8F0DB;
}

.left .ticker-swipe { /*left: 80px;*/
}

.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker { float: left; }

.left .ticker-controls { padding-left: 6px; }

.right .ticker-swipe { /*right: 80px;*/
}

.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker { float: right; }

.right .ticker-controls { padding-right: 6px; }
