@charset "UTF-8";
img
{  border-style: none;
}
/* CSS Document */
body {
	background-image: url(../images/bg-kante-2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	font-family: 'Muli', sans-serif;
	font-size: 85%;
	font-weight:100;
}

 #topmenu {
	height: 90px;
	top:0;
	width:1000px;
	position: fixed;
	left: 50%;
	margin-left: -500px; 
	z-index:99;
	background-image:url(../images/menu.png);
	
		    }
			
	#arriba {
	height: 53px;
	left:20;
	top:50%;
	width:53px;
	position: fixed;
z-index:99;
background-image:url(../images/up.png);
background-repeat:no-repeat;
		    }
	#arriba a:hover {
	height: 53px;
	left:20;
	top:50%;
	width:53px;
	position: fixed;
z-index:99;
background-image:url(../images/up2.png);
		    }
			
	#prodetalles {
	height: 100%;
	left:0px;
	top:0px;
	width:100%;
	position: fixed;
z-index:100;
background-image: url(../images/bg-kante-2.jpg);
	background-repeat: repeat-y;
	background-position:center;
	overflow:scroll;

		    }
	#mieldetalles {
	height: 100%;
	left:0px;
	top:0px;
	width:100%;
	position: fixed;
z-index:100;
background-image: url(../images/bg-kante-2.jpg);
	background-repeat: repeat-y;
	background-position:center;
	overflow:scroll;

		    }
			
		#faqs {
	height: 100%;
	left:0px;
	top:0px;
	width:100%;
	position: fixed;
z-index:999;
background-image: url(../images/bg-kante-2.jpg);
	background-repeat: repeat-y;
	background-position:center;
	display:none;
	overflow:scroll;
	
	

		    }
			
	#recetasmask {
	height: 100%;
	left:0px;
	top:0px;
	width:100%;
	position: fixed;
z-index:100;
background-image: url(../images/bg-kante-2.jpg);
	background-repeat: repeat-y;
	background-position:center;
	overflow:scroll;

		    }	
		
	#desapareceflecha {
	top:290px;
	position: absolute;
		    }			
	#cero {
	top:300px;
	position: absolute;
		    }
			
	#uno {
	top:800px;
	position: absolute;
		    }
	#dos {
	top:1400px;
	position: absolute;
	
		    }	
				
	#tres {
	top:2000px;
	position: absolute;
		    }
			
	#ceromenu {
	top:10px;
	position: absolute;
		    }
	#unomenu {
	top:518px;
	position: absolute;
		    }
	
	#dosmenu {
	top:1122px;
	position: absolute;
		    }	
	#tresmenu {
	top:1725px;
	position: absolute;
		    }
	#cuatromenu {
	top:2340px;
	position: absolute;
		    }
	
	/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; background-image: url(aguacate.hyperesources/next.png); background-repeat:no-repeat;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; background-image: url(aguacate.hyperesources/prev.png); background-repeat:no-repeat;}

#container{
	max-width:460px;
	padding-left:130px;
	margin:0 auto;
	padding-bottom:0px;
}

ul.bjqs-controls.v-centered li a{
	
	padding:15px;
	text-decoration: none;
	margin-left:-130px;
	margin-right:-130px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	font-size:3px;
	
	
}
<!--faqs-->

.demoHeaders {
		margin-top: 0em;
	}
	#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}
	.fakewindowcontain .ui-widget-overlay {
		position: absolute;
	}