/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 0px;
	padding: 0px 20px;
	width: 265px;
	height: 20px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #333;
	font-size: 0.75em;
}
.ticker {
	width: 265px;
	height: 20px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #333;
}
.ticker-title {
	padding-top: 2px;
	color: #CCC;
	font-weight: bold;
	background-color: #333;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.ticker-content {
	margin: 0px;
	padding-top: 2px;
	position: absolute;
	color: #FFF;
	font-weight: normal;
	background-color: #333;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.ticker-content a {
	text-decoration: none;
	color: #FFF;
}
.ticker-content a:hover {
	text-decoration: underline;
	color: #E37929;
}
.ticker-swipe {
	padding-top: 5px;
	position: absolute;
	top: 0px;
	background-color: #333;
	display: block;
	width: 800px;
	height: 23px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #333;
	border-bottom: 1px solid #FFF;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #fff;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #333;
}
.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;
}
.noticias {
	height: 23px;
	width: 275px;
	margin: 15px 0 0 215px;
	position: absolute;
}
