/*big menu*/

#imageMenu {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
	height:252px;
}

#imageMenu ul{
    list-style:none;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	margin-left:10px;
margin-bottom:10px;
       }
# .kwicks {
	
	height: 250px;
	margin: 0px;
	width:559px;
}

#imageMenu li {
	float: left;
}

li:after {
	content: "";
}

#imageMenu .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 250px;
	width: 120px; /* 97 */
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#imageMenu .kwick span {
	display: none;
}

#imageMenu .opt1 {
outline: 0; background: #9ce782 url('uno.png') left bottom ;
	border-left: 0;
}

#imageMenu .opt2 {
outline: 0; background: #92bdfa url('dos.png') left bottom;
}

#imageMenu .opt3 {
 outline: 0; background:#DEE3E4  url('tres.png') left bottom;
}

#imageMenu .opt4 {
  outline: 0; background: #F4E8EE url('cuatro.png') left bottom;
}

#imageMenu .opt5 {
outline: 0; background: #FFFFCC url('cinco.png') left bottom;
	border-right: 0;
}
