
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#kwick {
	position: relative;
	width: 770px;
	height: 200px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	padding-top: 2px;
}



#kwick ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#kwick ul li {
	float: left;
}

#kwick .kwick {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:110px;
	height: 200px;f;
}

#kwick .kwick span {
	display: none;
}



#kwick .opt1  {
	background: url(../img/producciones.jpg) repeat scroll 0%;
}

#kwick .opt2 {
	background: url(../img/novias.jpg) repeat scroll 0%;
}

#kwick .opt3 {
	background: url(../img/caracterizaciones.jpg) repeat scroll 0%;
}

#kwick .opt4 {
	background: url(../img/cosmetologia.jpg) repeat scroll 0%;
}

#kwick .opt5 {
	background: url(../img/cursos.jpg) repeat scroll 0%;
}

#kwick .opt6 {
	background: url(../img/lola.jpg) repeat scroll 0%;
}

#kwick .opt7 {
	background: url(../img/contacto.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


