@charset "utf-8";

#wrap {
	position:absolute;
	top:50%;
	left: 50%;
	margin-left:-500px;
	margin-top:-397px;
	width:1000px;
	height:793px
}

.bg_txt {
	background-color: #FFFFFF;
	background-image: url(i/bg_txt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #BDBDBD;
}


.col1 {
	background-color: #38383A;
	padding-top: 28px;
	width: 232px;
	padding-left: 18px;
}
.col1 img {
	margin-bottom:1px;
	display:block;
	cursor:pointer;
}

.nivel0 {
	background-color: #FFFFFF;
	padding-top: 23px;
	height: 262px;
	padding-left: 15px;
	width: 235px;
}

.nivelA {
	background-color: #58585A;
	padding-top: 23px;
/*	height: 262px;*/
	height: 322px;
	padding-left: 15px;
	width: 235px;
	display:none;
}
.mpSep {
	padding-bottom: 15px;
}
.nivelB {
	background-color: #707173;
	padding-top: 23px;
	height: 322px;
	padding-left: 15px;
	width: 235px;
	display:none;
}
.nivelC {
	background-color: #868889;
	padding-top: 23px;
	height: 322px;
	padding-left: 15px;
	width: 235px;
	display:none;
}

.nivelA img, .nivelB img, .nivelC img {
	margin-bottom:10px;
	display:block;
	cursor:pointer;
}
