/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

div.basicTickerTape ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

div.skeletonTickerTape {
	width: 223px;
	height: 70px;
}

	div.skeletonTickerTape ul li {
		margin: 10px 5px 0 5px;
		position:relative;
	}

div.noticias {
	font-family: Arial, sans-serif;	
	width: 223px;
	height: 280px;
	font-size: 11px;
	background-color:#212121;
}

	div.noticias ul {
		padding: 0;
		list-style: none;
		
	}

		div.noticias ul li {
			width: 223px;
			margin: 0px !important;
			background: #000;
			color: #FF6600;
			padding: 5px 0px;			
			background-color:#212121;			
		}

			div.noticias ul li p {
				margin: 0;
				padding: 0;
				width: 215px;
				padding-left: 8px;
				text-align:left;
			}

	div.noticias a {
		color: #FFF;
		text-decoration: none;
	}



div.microsites {
	font-family: Arial, sans-serif;	
	width: 223px;
	height: 95px;
	font-size: 11px;
	background-color:#212121;
	margin-top: 8px;
}

	div.microsites ul {
		padding: 0;
		list-style: none;
	}

		div.microsites ul li {
			width: 223px;
			margin: 0px !important;
			background: #000;
			color: #FF6600;
			padding: 0px 0px !important;
			background-color:#212121;			
		}

			div.microsites ul li p {
				margin: 0;
				padding: 0;
				width: 218px;
				text-align:justify;
				margin-left: 10px;
				padding-top: 2px;
			}

	div.microsites a {
		color: #FFFFFF;
		text-decoration: none;
	}
	div.microsites a:hover{
		color: #FF6600;
	}
