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

	MultiBox
	v1.2

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

.MultiBoxContainer {
	position: absolute;
	border: 0px solid #fff;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
	*height:502px;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: 15px;
	right: 22px;
	background: url(../images/cerrar.jpg) no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}


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

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.jpg) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
	margin-left:20px;
	display:none;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.jpg) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	margin-right:20px;
	cursor: pointer;
	display:none;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.jpg) no-repeat;
	margin-right:20px;
	display:none;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.jpg) no-repeat;
	margin-left:20px;
	display:none;
}

.MultiBoxTitle {
	position: relative;
	margin: 8px 0 0 55px;
	float: left;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	text-align: left;
	display:none;
}

/*.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	visibility:hidden;
}*/
.MultiBoxNumber{ background:url(../images/loguito.gif) no-repeat center; width:93px; height:61px; position: relative; float:right; text-indent:-9999px; margin: 0px 25px 0 0;}

.MultiBoxDescription {
	clear: left;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 35px 0 25px;
	padding-top: 5px;
	font-size: 11px;
	color: #000;
	text-align: left;
}
.MultiBoxDescription .datos{   }
.MultiBoxDescription .datos h5{ color:#000; font-weight:bold; font-size:1.2em; margin-bottom:0px; }
.MultiBoxDescription .datos p.puno{ margin-bottom:10px; }
.MultiBoxDescription .datos p{ color:#666; margin:0; }
.MultiBoxDescription .dato1{ padding-right:25px; border-right:1px solid #ccc; float:left; margin-left:0px; margin-bottom:15px;}
.MultiBoxDescription .dato2{ padding-right:25px; padding-left:25px; border-right:1px solid #ccc; float:left}
.MultiBoxDescription .dato3{ padding-left:25px; float:left}

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


.tool-tip {
	color: #000;
	width: auto;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #333;
	padding: 8px;
	background: url(../images/tip.png) top left;
}
 
.tool-text {
font-weight: bold;
	font-size: 11px;
	padding: 8px;
	background: url(../images/tip.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000;
	padding: 8px;
	background: #f2f2f2;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding:8px;
	background: #f2f2f2;
}



