@charset "UTF-8";
/* CSS Document */
#slider {
	position:relative;
	right:1px;
	background-color:#FFF;
	width:40px;
	height:268px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:480px;
	height:268px;
	overflow:hidden;
	left:0px;
}
#prevBtn {
	display:block;
	width:20px;
	height:20px;
	position:relative;
	left:20px;
	bottom:25px;
}
#nextBtn {
	display:block;
	width:20px;
	height:20px;
	position:relative;
	bottom:45px;
	left:440px;
}
#slider #pleca {
	position:absolute;
	bottom:0px;
	height:30px;
	width:481px;
	background:url(/images/banners_home/fondo_pleca_banner.png);
}
#prevBtn a, #nextBtn a {
	display:block;
	width:20px;
	height:20px;
	background: url(/images/banners_home/flecha_zquierda_off.png) no-repeat 0 0;
}
#nextBtn a {
	background: url(/images/banners_home/flecha_derecha_off.png) no-repeat 0 0;
}
#prevBtn a:hover {
	background: url(/images/banners_home/flecha_zquierda_on.png) no-repeat 0 0;
}
#nextBtn a:hover {
	background: url(/images/banners_home/flecha_derecha_on.png) no-repeat 0 0;
}

ol#controls{
		margin:2px 0;
		padding:0;
		height:12px;
		position:absolute;
		right:0px;
		width:180px;
		}
	ol#controls li{
		margin:0 2px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:12px;
		line-height:12px;
		font-size:10px;
		}
	ol#controls li a{
		float:left;
		height:12px;
		line-height:12px;
		border:1px solid #fff;
		background:#464646;
		color:#FFF;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#c593a1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	

#slider2 {
	clear:both;
	position:relative;
	right:1px;
	background-color:#FFF;
	width:960px;
	height:60px;
}
#slider2 ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 li {
	width:960px;
	height:60px;
	overflow:hidden;
}
#slider2 #prevBtn {
	display:none;
}
 #slider2 #nextBtn {
	display:none;

}
