/*
Multibox - for MooTools 1.2 - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
/*	outline:none;
	float:left;
	margin:0 15px 15px 0;
	padding:0;
	text-decoration:none;
	color:#666666;*/
}

.mb img{
	display:block;
	border:none;
}

.mbClear{
	clear:both;
	width:100%;
	height:20px;
}

.mbHidden{
	display:none;
}

.multiBoxDesc{
	display:none;
}


/*
Pop-up styles - - - - */
.MultiBoxContainer{
	position:absolute;
	border:2px solid #585858;
	background:#FFF;
	display:none;
	z-index:200;
	text-align:left;
}

.MultiBoxLoading{
	background:url('../muebles-de-cocina/loader.gif') no-repeat center;
}

.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
}

.MultiBoxClose{
	position:absolute;
	top:-21px;
	right:-21px;
	background:url('../muebles-de-cocina/close.png') no-repeat;
	width:24px;
	height:24px;
	cursor:pointer
}

.MultiBoxControlsContainer{
	overflow:hidden;
	height:0px;
	position:relative;
}

.MultiBoxControls{
	width:100%;
	height:auto;
	position:relative;
	background:#e0e0e2 ;
	font-family:Arial;
	color:#585858;
}

.MultiBoxDownload a, .MultiBoxDownload a:link, .MultiBoxDownload a:visited, .MultiBoxDownload a:hover, .MultiBoxDownload a:active{
	font-size:9px;
	color:#CCC;
	margin:5px 0 0 35px;
	display:block;
	text-decoration:none;
}

.MultiBoxDownload a:hover{
	color:#FFF;
}

.MultiBoxPrevious{
	position:absolute;
	background:url('../muebles-de-cocina/left.png') no-repeat;
	width:24px;
	height:24px;
	left:0px;
	cursor:pointer; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0
}

.MultiBoxNext{
	position:absolute;
	background:url('../muebles-de-cocina/right.png') no-repeat;
	width:24px;
	height:24px;
	right:0px;
	cursor:pointer; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0
}

.MultiBoxNextDisabled{
	cursor:default;
	background:url('../muebles-de-cocina/rightDisabled.png') no-repeat;
}

.MultiBoxPreviousDisabled{
	cursor:default;
	background:url('../muebles-de-cocina/leftDisabled.png') no-repeat;
}


/*
Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	margin:10px 28px 0;
	float:left;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	display:inline;
}

.MultiBoxNumber{
	position:relative;
	width:90px;
	margin:10px 35px 0 0;
	float:right;
	font-size:11px;
	text-align:right;
	display:inline;
}

.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
}


/*
Overlay icon - - - - */
.Overlay{
	position:absolute;
	right:-5px;
	top:-5px;
	width:17px;
	height:17px;
	background:url('../muebles-de-cocina/MagIcon.png') no-repeat left top;
}













