/*big menu*/


#kwick {

	position: relative;

	/*border-bottom: 3px double #333;*/

	margin-top: 0px;

}


#kwick .kwicks {

	display: block;

	height: 240px;

	margin: 0px;
	
	/*
	width: 600px;
*/

}


#kwick li {

	float: left;

}


li:after {

	content: "";

}


#kwick .kwick {

	display: block;

	cursor: pointer;

	overflow: hidden;

	height: 260px;

	width: 147px;

	padding: -1px;

	background: #fff;

	/*border-right: 5px solid #202020;*/

	border-right: 2px solid #fff;

}



#kwick .kwick span {

	display: none;

}



#kwick .opt1 {

	background: #9ce782 url(MenuImagenes/All1.PNG) repeat scroll 38% ;	

	
}


#kwick .opt2 {

	background: #92bdfa url(MenuImagenes/Alex41.PNG) repeat scroll 56% 3%;


}


#kwick .opt3 {

	background: #faa892 url(MenuImagenes/All3.PNG) repeat scroll 40%  50%;

}


#kwick .opt4 {

	background: #e78282 url(MenuImagenes/All92.PNG) repeat scroll 32% 38%;


}


#kwick .opt5 {

	background: #00BFFF url(MenuImagenes/All8.PNG) repeat scroll 12% 50%;


}




