.menuHistorico{
	width:65px;
	height:24px;
	position: relative;
	background-image:url(../mats/imgs/noticias/historico/tab.gif);
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
}

.menuHistoricoSinLiga{
	width:65px;
	height:24px;
	position: relative;
	background-image:url(../mats/imgs/noticias/historico/tab.gif);
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-repeat: no-repeat;
	background-position: left top;
}

.menuHistoricoS{
	background-image:url(../mats/imgs/noticias/historico/tab-selected.gif);
	border-bottom: 1px solid #ffabab;
	width:65px;
	height:24px;
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-repeat: no-repeat;
	background-position: left top;	
}


.menuHistorico:hover{
	background-image:url(../mats/imgs/noticias/historico/tab-selected.gif);
	width:65px;
	height:24px;
	position: relative;
    float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;	
}



.menuHistoricoTabla {
	clear: both;
	border-bottom: 1px solid #ffabab;
}

.menuAnioTabla {
	clear: both;
	border-bottom: 1px solid #ffabab;
}


.menuAnio {
	width:64px;
	height:27px;
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 2px;
}


.infiniteCarousel {
  width: 625px;
  position: relative;
}
 
.infiniteCarousel .wrapper {
  width: 545px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 200px;
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}
 
/*.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}*/
 
.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel ul li {
	display:block;
	float:left;
/*	padding: 10px;*/
	height: 180px;
	width: 140px;
}
 
.infiniteCarousel ul li a img {
  display:block;
}
 
.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../mats/imgs/patrocinios/arrow.jpg) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}
 
.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}
 
.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}
 
.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}
 
.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}