body {
	margin: 0;
	padding: 0;
}

.TickerNews {
	width: 100%;
	height: 50px;
	line-height: 48px;
	position: fixed !important;
	z-index: 100;
	background-color: rgb(206, 206, 235);
	top: 0rem;
	margin-bottom: 3rem !important;
	/* border-bottom: 2px solid darkblue;
	border-top: 2px solid darkblue; */
	transform: translateY(-10%);

}

.TickerNews .ti_news {
	animation: slideRight 14s infinite;
	animation-timing-function: linear;
	white-space: nowrap;
	
}

.ti_news {
	width: 3200px;
}


@keyframes slideRight {
	0% {
		transform: translateX(18%);
	}

	100% {
		transform: translateX(-100%);
	}
}


.TickerNews.default_theme .ti_news a {
	display: block;
	/* margin-right: 10px; */
	color: midnightblue;
	text-transform: uppercase;
	text-decoration: none;

}

.TickerNews.default_theme .ti_news span {
	color: red;

}



.TickerNews.default_theme_2 {
	background-color: rgb(206, 206, 235);
	position: relative;
}

.color--blue--cool {
	background-color: rgb(206, 206, 235);
}

.TickerNews.default_theme_2 * {
	box-sizing: border-box;

}

.TickerNews.default_theme_2 .leftside {
	position: relative;
	left: 0;
	width: 120px;
	float: left;
	border-width: 1px 0;
}

.TickerNews.default_theme_2 .leftside h4 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: rgb(237, 28, 36);
	color: bisque;
	padding: 0 5px;
}

.TickerNews.default_theme_2 .ti_wrapper {
	position: absolute;
	left: 120px;
	float: left;
	border-top: 2px solid midnightblue solid;
	border-bottom: 1px solid midnightblue solid;
	border-width: 1px 0;
}

.TickerNews.default_theme_2 .ti_news a {
	display: block;
	margin-right: 10px;
	color: midnightblue;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: solid 1px #c1c1c1;
	font-family: Georgia, '', Times, serif;
	font-weight: 550!important;
	/* font-family: 'Franklin Gothic Medium', 'Arial Narrow', "sans-serif" !important;*/
	font-style: italic;  
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	will-change: transform;
	text-rendering: optimizeLegibility; /* Opciones: auto, optimizeSpeed, geometricPrecision */

}

.TickerNews.default_theme_2 .ti_news span {
	color: red;

}




.TickerNews.default_theme_3 {
	background-color: #f1f1f1;
	position: relative;

}

.TickerNews.default_theme_3 .ti_wrapper {
	border: #CBCBCB solid 1px;
	border-width: 1px 0;
}

.TickerNews.default_theme_3 .ti_news a {
	display: block;
	margin-right: 10px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;

}

.TickerNews.default_theme_3 .ti_news span {
	color: red;

}


.ti_wrapper {
	width: 100%;
	/* position: relative;
	overflow: hidden; */
}

.ti_slide {
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}

.ti_content {
	width: 8000px;
	position: relative;
	float: left;
}

.ti_news {
	float: left;
}

.ti_news a {
	display: block;
	margin-right: 10px;
	color: black;
	text-decoration: none;

}

.box-marquee {

	border-right: 3px solid darkblue;
	font-family: "Lilita One", serif;
	height: 2.87rem;
}


.header--1{
	z-index: 99;
	
}