div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	}
div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%; 
	overflow: hidden;
	background-color: #eee;
}
div#mb_center {
	background-color: #FFF;
}
div#mb_contents {
	width: 100%;
	height: 400px;
	border: 5px solid #eee;
	overflow: auto;
	background-color: #eee;
	visibility: hidden;
	}
.mb_loading {
	background: #eee url(../images/loading.gif) no-repeat center;
	}
div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #eee;
	border-top-style: none;
}
a#mb_close_link {
	display: block;
	float: right;
	width: 96px;
	height: 22px;
	background: transparent url(../images/closelabel.png) no-repeat center;
	margin: 5px 0;
}
div#mb_caption {
	margin-right: 71px;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Peque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#formulario input {  height:18px; }
#formulario select { height:25px; }