/**
 * 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. */
	height: 38px;
	background:url(/imagenes/inicio/pestana.png) left top no-repeat;
	font-size: 14px;
	padding:0;
	width:auto;
}
.jcarousel-list li a,.jcarousel-list li :visited{
	background: url(/imagenes/inicio/cierre-pestana.png) right top no-repeat;
	display:block;
	padding:12px 14px 9px 14px;
	font-weight: bold;
	color: #666666;
	white-space:nowrap;
	text-decoration: none;
	position:relative;
	display:block;
	overflow:hidden;
	
}
.jcarousel-list li a span,.jcarousel-list .current span{width:13px; height:38px; position:absolute; right:-1px ; top:0;}
.jcarousel-list li :hover,.jcarousel-list .current{ background:url(/imagenes/inicio/pestana-hover.png) left top no-repeat;}
.jcarousel-list li :hover span,.jcarousel-list .current span{ background:url(/imagenes/inicio/cierre-pestana-hover.png) right top no-repeat}
.jcarousel-list .current{	
	display:block;
	padding:12px 14px 9px 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	position:relative;
	display:block;
	overflow:hidden;}

/**
 * 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;
}



#content .jcarousel-skin-tango .jcarousel-container {
	margin:0 auto;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 676px;
    padding: 2px 0;
	margin:0 auto;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  615px;
    height: 38px;
	margin:0 auto;
}

.jcarousel-skin-tango .jcarousel-item {
    width: auto;
    height: 38px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 3px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 8px;
    right: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url(/imagenes/inicio/botones.png) no-repeat -28px -27px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -28px bottom;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -28px -27px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -28px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url(/imagenes/inicio/botones.png) no-repeat 0 -27px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 bottom;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 -27px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0px;
}
.boton-1{ width:140px}
.boton-2{ width:150px}
