/*banner*/
#banner ul, #banner li, {
	margin:0;
	padding:0;
	list-style:none;
	width:950px;
	height:215px;		
}
#banner li {
	overflow:hidden;
	width:950px;
	height:215px;	
}

/*fotos*/
#fotos ul, #fotos li,  #fotos2 ul, #fotos2 li {
	margin:0;
	padding:0;
	width:350px;
	height:200px;
	list-style:none;
}
#fotos li, #fotos2 li {
	overflow:hidden;
}
#prevBtn, #nextBtn,  #fotos1next, #fotos1prev {
	display:block;
	position:absolute;
	left:325px;
	top:-25px;
	z-index:1000;
}
#nextBtn, #fotos1next {
	left:325px;
}
#prevBtn a, #nextBtn a,  #fotos1next a, #fotos1prev a {
	display:block;
	position:relative;
	width:25px;
	height:25px;
	background-image: url(../img/apariencia/btn_fotos-prev.gif);
}
#nextBtn a, #fotos1next a {
	background-image: url(../img/apariencia/btn_fotos-next.gif);
}
#prevBtn a:hover, #nextBtn a:hover,  #fotos1next a:hover, #fotos1prev a:hover {
	background-position:bottom;
}