@charset "utf-8";
/* CSS Document */
        #slider{}	
#slider2 ul li h2{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#slider2 ul li p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:543px;
	margin-left:-300px;

}
#slider4 ul li img{
	height:320px;
}

#slider ul, #slider li, #slider2 ul, #slider2 li, #slider3 ul, #slider3 li, #slider4 ul, #slider4 li, #slider5 ul, #slider5 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:100%;
	height:320px;
	overflow:hidden; 
	}	

#slider3 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:947px;;
	overflow:hidden; 
	height:124px;
	}	

#slider4 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:389px;
	overflow:hidden;
	height:320px;
	}	

p#controls, p#controls2,  p#controls4{
	margin:0;
	position:relative;
	z-index:0;
	} 

#prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:16px;
	position:absolute;
	left:420px;
	top:-348px;
	}
	
#nextBtn2{ 
	left:445px;
}	

#prevBtn2 a, #nextBtn2 a, #prevBtn4 a, #nextBtn4 a{
	display:block;
	width:16px;
	height:16px;
	background:url(imagenes/btn_atras.png) no-repeat 0 0;	
}	

#nextBtn2 a, #nextBtn4 a{ 
	background:url(imagenes/btn_adelante.png) no-repeat 0 0;	
}

#prevBtn4, #nextBtn4{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:16px;
	position:absolute;
	left:265px;
	top:-348px;
}

#nextBtn4{ 
	left:290px;
}
#slider5 li{ 
	width:185px;
	overflow:hidden;
	height:349px;
}
