
/*big menu*/

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

#imageMenu ul{
       list-style:none !important;
       margin-left: 0px !important;
       margin-right: 0px !important;
       padding-left: 0px;
       }
# .kwicks {
	display: block;
	height: 230px;
	margin: 0px;
}

#imageMenu li {
	float: left;
}

li:after {
	content: "";
}

#imageMenu .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 250px;
	width: 150px; /* 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('../images/uno.png') left bottom ;
	border-left: 0;
}

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

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

#imageMenu .opt4 {
  outline: 0; background: #e78282 url('../images/documentacion.png') left bottom;
}

#imageMenu .opt5 {
outline: 0; background: #000 url('../images/cuatro.png') left bottom;
	border-right: 0;
}


