
/*big menu*/

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

#kwick .kwicks {
	display: block;
	background: #1d1d20 url(../images/historico.gif) top right no-repeat;
	height: 100px;
}

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

#kwick li {
	float: left;
}

li:after {
	content: "";
}

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

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
outline: 0; background: #9ce782 url(../images/proxima.gif) ;
}

#kwick .opt2 {
outline: 0; background: #92bdfa url(../images/curso.gif);
}

#kwick .opt3 {
 outline: 0; background: #faa892 url(../images/historico.gif);
 border-right: 0;
}

