.overlay_baja {
	background-color: #C10001;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.baja_nw {
	width: 5px;
	height: 5px;
/*	background: transparent url(baja/top_left.gif) no-repeat bottom left;			*/
	background-color:transparent;
}

.baja_n {
	height: 5px;
	/*background: transparent url(baja/top.gif) repeat-x bottom left;			*/
	background-color:transparent;
}

.baja_ne {
	width: 5px;
	height: 5px;
	/*background: transparent url(baja/top_right.gif) no-repeat bottom left			*/
	background-color:transparent;
}

.baja_e {
	width: 5px;
/*	background: transparent url(baja/right.gif) repeat-y 0 0;			*/
	background-color:transparent;
}

.baja_w {
	width: 5px;
	/*background: transparent url(baja/left.gif) repeat-y 0 0;			*/
	background-color:transparent;
}

.baja_sw {
	width: 5px;
	height: 5px;
/*	background: transparent url(baja/bottom_left.gif) no-repeat 0 0;			*/
	background-color:transparent;
}

.baja_s {
	height: 5px;
	/*background: transparent url(baja/bottom.gif) repeat-x 0 0;			*/
	background-color:transparent;
}

.baja_se, .baja_sizer {
	width: 5px;
	height: 5px;
	/*background: transparent url(baja/bottom_right.gif) no-repeat 0 0;			*/
	background-color:transparent;
}

.baja_close {
	width:0px;
	height:0px;
	display:none;
}

.baja_minimize {
	width:0px;
	height:0px;
	display:none;
}

.baja_maximize {
	width:0px;
	height:0px;
	display:none;
}

.baja_title {
	float:left;
	height:1px;
	width:100%;
}

.baja_content {
	/*overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background: #FFF;
	top:10px;*/
	background-image:url(../images/capainfo.gif);
	color:#000000;
	font-family: "Trebuchet MS";
	font-size: 10px;
}

/* For baja/confirm dialog */
.baja_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.baja_message {
	text-align:center;
	width:100%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#000000;
	position:absolute;
	top:48px;
	left:48px;
}

.baja_buttons {
	text-align:center;
	width:100%;
}

.baja_buttons input {
	border: 0px none;
	background-image: url(../images/btn_pequeno.gif);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	width:81px;
	margin:10px;
	background-color: transparent;
	text-align:center;
}

div#cancel_button{
	position:absolute;
	width:81px;
	top:93px;
	left:115px;
}
div#ok_button{
	position:absolute;
	width:81px;
	top:93px;
	left:215px;
}

.baja_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('baja/progress.gif') no-repeat center center
}



