/**************************************************************

	MultiBox
	v1.0

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFFFFF;
	display: none;
	z-index: 10;
}

.MultiBoxLoading {
	background: url(images/loading.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	behavior: url(iepngfix.htc);
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: 30px;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	z-index: 3;
}

.MultiBoxNext {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	z-index: 3;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../img/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../img/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0px;
	padding-left: 30px;
	position: relative;
	height: 50px;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 40px;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.fotosThumb     {
	width: 122px;
	height: 122px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: tabla;
}
   /*************************************************************/
   
   

/*#contenedor #contenido #columna_Der #fotos .fotosThumb #mb1 .spanFotos {
	display: none;
}*/

