.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 130px;
	height: 200px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	font-family: "Trebuchet MS";
}



.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */	
}

#Charango{
	background:url(../../imagenes/menuinstrumentos/Charangos1.jpg) repeat scroll 0%;
}

#Cuatro{
	background:url(../../imagenes/menuinstrumentos/Cuatros1.jpg) repeat scroll 0%;
}
#Tiple {
	background:url(../../imagenes/menuinstrumentos/tiple.jpg) repeat scroll 0%;
}
#Ronroco { 
	background:url(../../imagenes/menuinstrumentos/Ronrocos2.jpg) repeat scroll 0%; 
}

#Guitarra { 
	background:url(../../imagenes/menuinstrumentos/Guitarras1.jpg) repeat scroll 0%;
} 

#Maderas {
	background:url(../../imagenes/menuinstrumentos/Maderas1.jpg) repeat scroll 0%;

}
.kwicks.horizontal #Maderas {

}
.kwicks.vertical #kwick_4 {
	float: left;


}



.instrumentos{
	padding:180px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#ContenedorMenuImagenes{
	position: static;
	top:171px;
	width: 100%;
	height:200px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background-color: #999999;
	background-image:url(../../imagenes/menuinstrumentos/Maderas1.jpg);
	min-width: 960px;
	
}
#imageMenu{

}
.instrumentos a:hover{
	color:#FFFFFF;
}

.instrumentos a{
	color:#999999;
	float: right;
}

#PieMenu{
	background-color: #666666;
	color: #CCCCCC;
	font-family: "Lucida Sans";
	font-weight: bolder;
	font-size: 18px;
	padding-left: 46px;
	border-top: 1px solid gray;
	height: 21px;
	width: 100%;
	min-width: 960px;
}
