
/**************************************************************

	MultiBox
	v1.1

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 1px solid #7AB6E2;
	padding: 0px 12px 12px 12px;
	background-color: #FFFFFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(../img/capareloj.gif) no-repeat center;
}

.MultiBoxCabTitle {
	width: 100%;
	height: 50px;
	position: relative;
	background-color: #FFFFFF;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: 8px;
	right: 10px;
	background: url(../img/bt_mini_close.gif) no-repeat 0 top;
	width: 30px;
	height: 34px;
	cursor: pointer;
}

.MultiBoxClose:hover {
	background: url(../img/bt_mini_close.gif) no-repeat 0 bottom;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../img/bt_mini_prev.gif) no-repeat 0 top;
	width: 30px;
	height: 34px;
	right: 32px;
	margin-top: 11px;
	margin-bottom: 5px;
	cursor: pointer;
	z-index: 3;
}

.MultiBoxPrevious:hover {
	background: url(../img/bt_mini_prev.gif) no-repeat 0 bottom;
}

.MultiBoxNext {
	position: absolute;
	background: url(../img/bt_mini_next.gif) no-repeat 0 top;
	width: 30px;
	height: 34px;
	right: 0px;
	margin-top: 11px;
	cursor: pointer;
	z-index: 3;
}

.MultiBoxNext:hover {
	background: url(../img/bt_mini_next.gif) no-repeat 0 bottom;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../img/rightDisabled.png) no-repeat;
}

.MultiBoxNextDisabled:hover {
	cursor: default;
	background: url(../img/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../img/leftDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled:hover {
	cursor: default;
	background: url(../img/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	clear: left;
	position: relative;
	margin: 0px;
	padding-top: 5px;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 11px;
}

.MultiBoxTitle h2 {
	background-image: none;
	padding: 5px 0px 0px 2px;
	font-size: 22px;
	margin:14px 0 20px 6px;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	padding: 18px 0px 12px 0;
	float: right;
	font-size: 13px;
	color: #3C8BB3;
	text-align: right;
	right: 72px;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 0px 0 0;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 11px;
}

.MultiBoxDescription h3 {
	padding: 0px 0px 0px 5px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

#MultiBoxContentContainer {
	border: 2px solid #FFFFFF;
}

#MultiBoxContentContainer img {
	border: 2px solid #DFD6D4;
}


/*************************************************************/

