/* RESET -----------------------------------------------------------------------------------*/
ul, li, caption {
	margin: 0;
	padding: 0;
}


#bkSlider{
	float:left;
	display:block;
	width:400px;
	height:209px;
	padding:20px 0 0 80px;
	background:url(../interfaz/pergamino.jpg) center top no-repeat;
/*	border:1px solid green;*/
}

/* INFO -----------------------------------------------------------------------------------*/
#sliderInfo{
	left:0px;
	width:400px;
	overflow: hidden;
	visibility:visible;
} 

#sliderInfo ul{
	left: -1920px;
	width:2880px;
}

#sliderInfo li{
	float:left;
	width: 400px;
	height:240px;
}

.showcaseTexts,
.showcaseTexts ul,
.showcaseTexts ul li {
	width: 400px;
	height:190px;
	list-style-type:none;
}

.showcaseTexts,
.showcaseTexts ul,
.showcaseTexts ul li .item {
	position: relative;
	color:#FFF;

/*	border-top:1px solid red;*/
}

.showcaseTexts ul li .item {
	width: 320px;
	height:190px;
/*	padding: 50px 50px 0px 0px;
	border:1px solid orange;*/
}


#main .showcaseTexts h2{ font-size:25px; color:#FFF;}


#main .showcaseTexts a {
	font-weight:bold;
	color: #FFF;
}
#main .showcaseTexts a:hover {
	color: #999;
}


/* BOTONES -----------------------------------------------------------------------------------*/
.showcaseTexts .buttons {
	position: absolute;
	top:0px;
	left:348px;
	width:30px;
	height:171px;
}

.showcaseTexts .buttons .prev,
.showcaseTexts .buttons .next {
	width:30px;
	height:30px;
	cursor: pointer;
/*	border:1px solid blue;*/
}
		
.showcaseTexts .buttons .prev{
	background: url('../interfaz/prev.png') 0 top no-repeat;
}

	.showcaseTexts .buttons .prev:hover{
		background: url('../interfaz/prevOn.png') no-repeat;
	}

.showcaseTexts .buttons .next{
	background: url('../interfaz/next.png') no-repeat;
}

	.showcaseTexts .buttons .next:hover{
		background: url('../interfaz/nextOn.png') no-repeat;
	}
	

