#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	/* Contenedor */
	position:relative;
	background:#2a1f19;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {						/* donde reside la x de cerrar */
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:0px 0px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {				/* donde reside la x de cerrar al pasar por encima */
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent 50% 0 no-repeat;	/* primera fase imagen loading */
}

/* Color scheme */
#MB_window {			/* ventanta cuando se abre */
	background-color: #2a1f19;
	color:#b7a592;
	border: 1px solid #000000;
	height:auto;
}
#MB_content { border-top: 1px solid #9a7f6d; border-bottom: 1px SOLID #000000; background:url("post_body-modal.jpg") repeat-x; }  /* contenido */
#MB_header {					
  /* cabecera */
  background: url("navigation.jpg") repeat-x; 
  height: 25px;
  border-bottom: 1px dotted #000000;
}
#MB_caption { color: #eb9212; font-weight: bold;}  /* titulo ventana */
#MB_close { color: #FFFFFF; font-weight: bold; }		/* x de cerrar */
#MB_close:hover { color:#eb9212 }	/* x de cerrar cuando pasas por encima */


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/* ===============================
   CREDITOS
=================================*/
#leftPan ul{
	width:370px;
	font-family: Verdana;
	font-size: 11px;
	/*text-align:justify;*/
	color: #a79564;
}
#leftPan ul li{
	width:370px; 
	height: 24px;
	background:url("puntero.gif") 0 10px no-repeat;
	border-bottom: 1px dotted #000000;
	padding:0px 0px 0px 12px;
	line-height: 20px;
}
#leftPan ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 0px 0px 0px;
}
#leftPan ul li a:hover{ 
	color: #d65c1a;
	text-decoration:none;
}
