/* CSS Document */
/*big menu*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 20px;
	background: url(../images/bg.gif) no-repeat;
}

#kwick .kwicks {
	display: block;
	height: 308px;
}
#footer {
	font-size: 10px;
	color: #003399;
	text-align: center;
}
p.inicio {
	font-size: 18px;
	color: #003399;
	text-align: center;
	font-weight: bold;
}


#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 300px;
	width: 95px;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #FFFFFF url(../images/bg1.jpg) no-repeat;
}

#kwick .opt2 {
	background: #FFFFFF url(../images/bg2.jpg) no-repeat;
}

#kwick .opt3 {
	background: #FFFFFF url(../images/bg3.jpg) no-repeat;
}

#kwick .opt4 {
	background: url(../images/bg4.jpg) no-repeat;
}

#kwick .opt5 {
	border-right: 0;
	background: url(../images/bg5.jpg) no-repeat;
}
#kwick .opt6 {

	border-right: 0;
	background: url(../images/bg6.jpg) no-repeat;
}
#kwick .opt7 {


	border-right: 0;
	background: url(../images/bg7.jpg) no-repeat;
}
