@charset "utf-8";
/* Ticker Index */
.ifb-ImgLeft{
    float: left;
    width: 9px;
    height: 68px;
    margin:10px 0 0 0;
    background : url(../img/bgLeftTicker.png) repeat-y;
    border-top: 1px solid #D3D7DA;
    border-bottom: 1px solid #D3D7DA;
}
.ifb-ImgRight{
    float: left;
    width: 9px;
    height: 68px;
    margin:10px 0 0 0;
    background : url(../img/bgRightTicker.png) repeat-y;
    border-top: 1px solid #D3D7DA;
    border-bottom: 1px solid #D3D7DA;
}
.ifb-contTickerIbex{
    float:left;
    background-color: #d8dbdb;
    width: 167px;
    height: 68px;
}
.ifb-contTickerIbex table{
    vertical-align: middle;
    margin:0 0 0 10px;
}
.ifb-contTickerIbex td{
    vertical-align: middle;
}
.ifb-contTickerIbex td.title{
    color: #CA0023;
    font-family: "Proximanova",verdana;
    font-size: 1em;
    font-weight: normal;
    
    padding: 9px 0 0 8px;
    text-transform: uppercase;
}
.ifb-contTickerIbex td div.flechaSubenGigant{
    background-image: url("../img/flechaSubenGigant.png") no-repeat center top;
    padding: 6px 0 0 0;
    width:34px;
    height:34px;	
}
.ifb-contTickerIbex td.title a{
    color: #CA0023;
    font-family: "Proximanova",verdana;
    font-weight: normal;
    text-transform: uppercase;
}
.ifb-contTickerIbex td.ult{
	 color: #000000;
    font-family: "OpensansBold",verdana;
    font-size: 1.5em;
    letter-spacing: -1px;
    padding: 6px 0 0 10px;
    text-align: right;
}
.ifb-contTickerIbex td.difP{
    font-family: "Opensans",verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 0 0;
    text-align: right;
}
.ifb-contTickerIbexArrow{
    float:left;
    width: 0; 
    height: 0; 
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 13px solid #d8dbdd;
}

/* Dynamic Ticker */
.modern-ticker {
   float: left;
   border-top: 1px solid #D3D7DA;
   border-bottom: 1px solid #D3D7DA;
   margin:10px 0 0 0;
   width: 1020px;
   height: 68px;
	position: relative;
	overflow: hidden;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mt-round {
}
	
	/* Label */
	.mt-label {

		padding: 0;
		float: left;
	}
	.mt-round .mt-label {	
	}
	
	/* News */
	.mt-news {
		height: 100%;
		overflow: hidden;
		float: left;
	}
	.mt-scroll .mt-news {
		background-color: transparent;
	}
	.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.mt-scroll.mt-round .mt-news a {
		border-radius: 0;
	}
	
	/* Ticker scroll */
	.mt-news ul {
		height:70px;
		
		/* Preload */
		background-repeat: no-repeat;
		background-position: -1000px;
		
		margin : 0; /*Aquí se pone la separación con la parte superior*/
		padding : 0;
		list-style-type : none;
		overflow : hidden;
	}
	.mt-news ul li {
		float: left;
		margin : 6px 0 0 0;
		padding : 0 10px;
		border-right: 1px solid #D3D7DA;
		width : auto;
		height:56px;
		overflow : hidden;	
	}
	.mt-news ul li .title {
		clear:both;
		overflow : hidden;
		margin:0 0 5px 0;
		border-bottom: 1px solid #D3D7DA;
		color: #CA0023;
		font-family: "Proximanova",verdana;
		font-size: 0.9em;
		font-weight: normal;
		height: 22px;
		line-height: 22px;
		text-transform: uppercase;	
	}
	.mt-news ul li .title a{
		color: #CA0023;
		font-family: "Proximanova",verdana;
		font-size: 0.9em;
		font-weight: normal;
		text-transform: uppercase;	
	}
	.mt-news ul li .flechaSuben{
		margin-left:0;
		background-image: url("../img/flechaSubenTiny.png");
		width: 18px;
		height: 18px;
	}
	.mt-news ul li .flechaBajan{
		margin-left:0;
		background-image: url("../img/flechaBajanTiny.png");
		width: 18px;
		height: 18px;
	}
	.mt-news ul li .flechaMant{
		margin-left:0;
		background-image: url("../img/flechaMantTiny.png");
		width: 18px;
		height: 18px;
	}
	.mt-news ul li .ult {
		float : left;
		overflow : hidden;
		color: #000000;
		font-family: "Opensans",verdana;
		font-size: 15px;
		font-weight: bold;
		height: 30px;
   	line-height: 30px;
	}
	.mt-news ul li .flechaSepara {
		float : left;
		overflow : hidden;
		margin: 0 3px;
		background: url("../img/flechaSepara20.png") no-repeat right center;
		width: 11px;
		height: 30px;
   	line-height: 32px;
	}
	.mt-news ul li .difP {
		float : left;
		overflow : hidden;	
		font-family: "Opensans",verdana;
   	font-size: 11px;
		height: 30px;
   	line-height: 30px;
   	padding: 1px 0 0 0;
}
	.mt-hide {
		display: none;
	}
	
	/* Controls */
	.mt-controls {	
		padding-top: 26px;
		height: 44px;
		position: absolute;	
		background-color: #ffffff;
		/* Preload */
		background-repeat: no-repeat;
		background-position: -1000px;
	}
	.mt-controls.prev {
		left: 180px;
	}
	.mt-controls.next {
		right: 2px;
	}
	.mt-play, .mt-prev, .mt-next {
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		float: left;
	}
	.mt-round .mt-next {
	}

	/* ======== Theme   Ticker ====== */
	
.modern-ticker {
	color: #ffffff;
	background-color: #ffffff;
    }
	
	/* Label */
	.mt-label {
	}
	
	/* News */
	.mt-news {
		background-color: #D8DBDB;
	}
	.mt-preloader {
		background: url("../img/preloader.gif") no-repeat center;
	}
	.mt-news ul {
		/* Preload */
		background-image: url("../img/bullet-over.png");
	}
	
	/* Controls */
	.mt-controls {
		/* Preload */
		background-image: url("../img/pause.png");
	}
	.mt-prev, .mt-next {
		background-color: #9CA5A6;
		border-radius:12px;
	}
	.mt-prev {
		background-image: url("../img/arrow-prev.png");
	}
	.mt-next {
		background-image: url("../img/arrow-next.png");
	}
	.mt-play {
		background-color: #9CA5A6;
		background-image: url("../img/play.png");
	}
	.mt-pause {
		background-image: url("../img/pause.png");
	}
	.mt-play:hover, .mt-prev:hover, .mt-next:hover {
		background-color: #000000;
	}
	.mt-play:active, .mt-prev:active, .mt-next:active {
		background-color: #000000;
	}