/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 626px;
    height: 272px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
/* REQUIRED FOR JCAROUSEL TO WORK */
.jcarousel-clip-horizontal {
	width: 100%;
}
.jcarousel-item {
	height: 100%;
}
.eatFloat {
	overflow: hidden;
	height: 1%;
}
#newslettersBar .navigation > li, #newslettersBar .navigation li > a {
	float: left;
	display:block;
}
#newsletters {
	width: 626px;
    height: 272px;
	float: left;
	margin: 0 0 0 -1px;
	position: relative;
	overflow: hidden;
}
#newslettersBar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	z-index: 2;
	width: 100%;
	background-color:#FF0000;
}
#newslettersBar > ul {
	display: block;
	float: left;
	margin: 0 11px 0 0;
	height: 30px;
}
#newslettersBar > ul a {
	padding: 1px 5px;	
	margin: 3px 5px;
}
#newslettersBar p {
	margin-top:0px;
	margin-bottom:0px;
	display: none;
	text-align:left;
	vertical-align:middle;
}
#newslettersBar .seeMore {
	position: absolute;
	right: 5px;
	top: 1px;
	padding-top: 10px;
}
#newslettersBar {
	background: #F16A00;
	border:1px solid #C27C00;
}
#newslettersBar > ul {
	background: #FC8B2D;
}
#newslettersBar > ul a {
	background: #F9F4EE;
	border: solid #F9F4EE 1px;
}
#newslettersBar ul a.selected {
	background: #F3BB40;
}
#newslettersBar .seeMore {
	padding:5px;
}
#newslettersBar ul a, #newslettersBar ul a:link, #newslettersBar ul a:hover, #newslettersBar ul a:visited{
	color:#333333;
	font-weight: bold;
}
#newslettersBar p {
	line-height: 30px;
	color: #FFFFFF;
	font-size: 12px;
}
#newslettersBar .seeMore, #newslettersBar .seeMore:hover, #newslettersBar .seeMore:link, #newslettersBar .seeMore:visited{
	color: #FFFFFF;
	line-height:15px;
}
.TituloNewsletterBar{
	display: block;
	float:left;
	position:absolute;
	top:180px;
	background-image:url(/images/fnd-tit-portada.jpg); 
	background-repeat:repeat-x; 
	color:#424242; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:22px; 
	padding:10px; 
	text-decoration:none;
}
.InfoCarrousel {
	line-height:28px;
	color:#FFFFFF;
}
.InfoCarrousel a {
	color:#FFFFFF;
}
