div#fototeca_cont_fototeca_portada {
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
	width:100%;
	text-align:center;
	background-color:#294b8a;
	visibility:hidden;
	height:190px;
}

div#ft_fototeca_portada {
	margin-bottom:0px;
	padding:5px;
}

ul#ft_cont_fotos {
	list-style:none;
	border:none;
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	z-index:1;

}

div.ft_contenedor_foto {
	height:150px;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid white;
}

.contenedor_opaciti {
	background-color:#000000;
	bottom:0;
	height:36px;
	left:0;
	margin:0 auto;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:absolute;
	text-align:left;
	width:320px;
}


/* div que contiene el slider */
div.jcarousel-skin-fototeca-portada {
	margin:0 auto;
	border:1px solid white;
	width:190px;
}


div.jcarousel-container {
	background-color:#E7E7E7;
	padding-bottom:26px;
	position:relative;
}

/*div que contiene tanto la imagen como las flechas del desplazamiento*/
.jcarousel-skin-fototeca-portada .jcarousel-container-horizontal {
    width: 190px;
	/*padding-bottom:50px;*/
}

.jcarousel-skin-fototeca-portada .jcarousel-clip-horizontal {
    width:  190px;
    margin:0px;
	overflow:hidden;
	padding:0;
	position:relative;
	z-index:2;

}

/*Este es el estilo del elemento que contiene la imagen, generalmente un <li>*/

.jcarousel-list li {
	float:left;
}

.jcarousel-skin-fototeca-portada .jcarousel-item {
    width: 190px;
    height:auto;
	position:relative;
}

.jcarousel-skin-fototeca-portada .jcarousel-item-horizontal {
    margin-right: 0px;
}



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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-fototeca-portada .jcarousel-next-horizontal {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url(/img_maquetacion/botones/turismo_slider_next.jpg) no-repeat 0 0;
}

.jcarousel-skin-fototeca-portada .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-fototeca-portada .jcarousel-next-horizontal:active {
   /* background-position: -64px 0;*/
}

.jcarousel-skin-fototeca-portada .jcarousel-next-disabled-horizontal,
.jcarousel-skin-fototeca-portada .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-fototeca-portada .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

.jcarousel-skin-fototeca-portada .jcarousel-prev-horizontal {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url(/img_maquetacion/botones/turismo_slider_prev.jpg) no-repeat 0 0;
}

/*Utiliza una tira de imágenes para cambiar el estado del botón, desplazándolo 32 pixeles, como se ve en los dos estilos de debajo*/

.jcarousel-skin-fototeca-portada .jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-fototeca-portada .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-fototeca-portada .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-fototeca-portada .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-fototeca-portada .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

/*************************** Estilos fototeca ************************************/

div.ft_cont_foto_tit {
	font-size:1.1em;
	text-align:left;
	padding:0 5px;
	margin:0 auto;
	position:absolute;
	left:0;
	bottom:0;
}

p.ft_fotos_tit {
	margin:0;
	padding:4px 0;
	color: #ffffff;
}

div#ft_cont_opciones {
	overflow:hidden;
	position:absolute;
	bottom:6px;
	right:70px;
}

div#ft_opcion_ver_todos {
	background-color:transparent;
	padding:4px;
	float:left;
	font-variant:small-caps;
	font-weight:bold;
	height:18px;
}

p.ft_opcion {
	font-size:1.2em;
	margin:0;
	font-weight:bold;
	line-height:18px;
}

a.ft_opcion_link {
	color:#294b8a;
}
