
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	background-color: transparent;
	display: none;
	z-index: 2;
	text-align: left;
}

.MultiBoxContent {
	overflow: hidden;
	border:1px solid #815f19;
	border-top:0px;
	background-color:white;
	display:none;
	z-index:1;
}


.MultiBoxHeaderClose {
	background: url(../img/popup/closebutton.gif) no-repeat;
	width: 26px;
	height: 19px;
	cursor: pointer;
	position:relative;
	top:-49px;
	
}

.MultiBoxHeaderClose {
	background: url(../img/popup/closebutton.gif) no-repeat;
	width: 26px;
	height: 19px;
	cursor: pointer;
	position:relative;
	top:-49px;
}

.MultiBoxHeaderCloseMapa {
	background: url(../img/popup/closebuttonmapa.gif) no-repeat;
	width: 100px;
	height: 19px;
	cursor: pointer;
	position:relative;
	top:-49px;
}

.MultiBoxHeaderTitle {
	font-size:13px;
	font-weight:bold;
	padding-left:7px;
	padding-top:7px;
	height:25px;
	color:#754906;
	width:110px;
	font-family: Verdana,Arial, sans-serif;
	background:url(../img//popup/title.gif) no-repeat;
}

.MultiBoxHeaderMiddle {
	background:url(../img//popup/top1.gif) repeat-x 0px 5px;
	height:19px;
	text-align:right;
	padding-right:2px;
	padding-top:4px;
	position:relative;
	top:-31px;
	left:110px;
	
	
	
}

.MultiBoxHeader {
	overflow: hidden;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxHeader {
	width: 100%;
	height: 27px;
	position: relative;
}

.MultiBoxContentTitle {
	margin:10px;
	font-size:18px;
	font-weight:bold;
	color:#754906;
	font-family: Verdana,Arial, sans-serif;
}

.MultiBoxImageClose {
	cursor:pointer;
}

.MultiBoxErrorLoading {
	font-size:14px;
	padding:5px;
	margin-top:20px;
	margin-bottom:10px;
	color:#815f19;
	border:1px solid #815f19;
	font-weight:bold;
}


/*************************************************************/

