/**
 * 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: 759px;
    height: 258px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.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;
/*	background-color:#00FF00;
	border:1px solid #FF0000;
*/}

#newsletters {
	width: 759px;
    height: 258px;
	float: left;
	margin: 0 0 0 -1px;
	position: relative;
	overflow: hidden;
	border:1px solid #000;
}

#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;
}
#newsletters {
	/*border: solid #003c78 1px;*/
}
#newslettersBar {
	background: #B1C00E;
	border-top: solid #034231 1px;
}
#newslettersBar > ul {
	background: #034231;
}
#newslettersBar > ul a {
	background: #F9F4EE;
	border: solid #F9F4EE 1px;
}
#newslettersBar ul a.selected {
	background: #B8C106;
}

#newslettersBar .seeMore {
/*	background: url(/images/see-more-bg.png) no-repeat center top;	
*/
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: #F4F6C3;
	background-image:url(/images/fondo_carrusel.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
}
#newslettersBar .seeMore, #newslettersBar .seeMore:hover, #newslettersBar .seeMore:link, #newslettersBar .seeMore:visited{
	color: #333333;
	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;
}
