
/**************************************************************

	MultiBox
	v1.1

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 1px solid #666666;
	padding: 0px 12px 12px 12px;
	background-color: #FFFFFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(../images/capareloj.gif) no-repeat center;
}

.MultiBoxCabTitle {
	width: 100%;
	height: 32px;
	position: relative;
	background-color: #FFFFFF;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: 8px;
	right: 10px;
	background: url(../images/bt_mini_close.gif) no-repeat 0 top;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.MultiBoxClose:hover {
	background: url(../images/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(../images/bt_mini_prev.gif) no-repeat 0 top;
	width: 78px;
	height: 34px;
	left: 12px;
	margin-top: 11px;
	margin-bottom: 5px;
	cursor: pointer;
	z-index: 3;
}

.MultiBoxPrevious:hover {
	background: url(../images/bt_mini_prev.gif) no-repeat 0 bottom;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/bt_mini_next.gif) no-repeat 0 top;
	width: 78px;
	height: 34px;
	right: 12px;
	margin-top: 11px;
	cursor: pointer;
	z-index: 3;
}

.MultiBoxNext:hover {
	background: url(../images/bt_mini_next.gif) no-repeat 0 bottom;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
	z-index: 9999;
}

.MultiBoxNextDisabled:hover {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
	z-index: 9999;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
	z-index: 9999;
}
.MultiBoxPreviousDisabled:hover {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
	z-index: 9999;
}

.MultiBoxTitle {
	clear: left;
	position: relative;
	margin: 0px;
	padding-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: left;
	line-height: 11px;
}

.MultiBoxNumber {
	display: none;
	position: relative;
	width: 50px;
	padding: 18px 41px 12px 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C8BB3;
	text-align: right;
	right: 7px;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 auto 0 auto;
	padding-top: 5px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-align: left;
	line-height: 11px;
}

.MultiBoxDescription h1 {
	text-align: center;
	
	padding-top: 16px;
	font-size: 13px;
}

#MultiBoxContentContainer {
	border: 2px solid #FFFFFF;
}

#MultiBoxContentContainer img {
	border: 2px solid #DFD6D4;
}


/*************************************************************/


