#btnCont {
	margin: 0 auto;
	width: 900px;
	min-width: 630px;
	height: 30px;
	background-color: #CDCDCD;
	text-align: center;
	border-bottom: 1px solid #999;
}

#btnCont a {
	display: inline-block;
	min-width: 90px;
	height: 23px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#btnCont a:hover {
	color:white !important;
	cursor: default !important;
}

.cont {
	width: 100%;
	min-height: 100px;
	margin-top: 10px;
	border: 1px dashed red;
}

.box {
	display: inline-block;
	width: 440px;
	min-height: 460px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.subBtnCont {
	display: none;
	padding: 3px;
	margin: 0 auto;
	width: 894px;
	background-color: #999;
	font-size: 11px;
	color: white;
	text-align: center;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.subBtnCont a {
	color: white;
	text-decoration: none;
}

.subBtnCont a:hover {
	color: white;
	text-decoration: underline;
}

.contBtn {
	display: inline-block;
	min-width: 120px;
	height: 25px;
	padding: 5px;
	padding-top: 9px;
	background-color: black;
	color: white;
	font-weight: bold;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

.contArea {
	padding: 5px;
	border: 3px solid black;
	min-height: 400px;
	height:415px;
	overflow:auto;
}

.dgeeiHover { background-color: #8F5444 !important; }
.dgeeiNormal { background: none !important; }
.dgeeiFondo { background-color: #BD9A7E !important; border-bottom: 1px solid #8F5444 !important; }
.dgeeiFondo a { color: #EFEFEF !important; }

.rseHover { background-color: #D95D27 !important; color: white !important; }
.rseNormal { background: none !important; }
.rseFondo { background-color: #F7C202 !important; border-bottom: 1px solid #D95D27 !important; }
