.overlay_alert {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_nw {
	width: 5px;
	height: 5px;
	background: transparent url(/images/alertar/top_left.gif) no-repeat bottom left;			
}

.alert_n {
	height: 5px;
	background: transparent url(/images/alertar/top.gif) repeat-x bottom left;			
}

.alert_ne {
	width: 5px;
	height: 5px;
	background: transparent url(/images/alertar/top_right.gif) no-repeat bottom left			
}

.alert_e {
	width: 5px;
	background: transparent url(/images/alertar/right.gif) repeat-y 0 0;			
}

.alert_w {
	width: 5px;
	background: transparent url(/images/alertar/left.gif) repeat-y 0 0;			
}

.alert_sw {
	width: 5px;
	height: 5px;
	background: transparent url(/images/alertar/bottom_left.gif) no-repeat 0 0;			
}

.alert_s {
	height: 5px;
	background: transparent url(/images/alertar/bottom.gif) repeat-x 0 0;			
}

.alert_se, .alert_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(/images/alertar/bottom_right.gif) no-repeat 0 0;			
}

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

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

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

.alert_title {
	float:left;
	height:1px;
	width:100%;
	margin-top:20px;
}
.alert_content {
	overflow:visible;
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}

/* For alertar/confirm dialog */
.alert_window {
	background:url(/images/alertar/fondo_alert.jpg);
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.alert_message {
  	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	color:525252;
	line-height:18px;	
	padding-bottom:10px;
	text-align:left;
}

.alert_buttons {
	Text-align:center;
	width:100%;
	
}

/*este es el boton*/.alert_buttons input {
	width:70%;
	margin:10px;
	background-color:#999999;
	width:75px;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#333333;	
}


.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url(/images/alertar/progress.gif) no-repeat center center
}
/* SOMBRA VENTANAS*/
.borde_der {
	background:url(/images/alertar/sombra_bordeder.png) no-repeat;
	width:10px;
}
.borde_esquina {
	background:url(/images/alertar/sombra_esquina.png) no-repeat;
	width:10px;
	height:12px;
}
.borde_inf {
	background:url(/images/alertar/sombra_bordeinf.png) no-repeat;
	height:12px;
}
/*FIN SOMBRA VENTANAS*/

/* IE6 PNG FIX */

*html .borde_der {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alertar/sombra_bordeder.png", sizingMethod="crop");
}

*html .borde_esquina {
background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alertar/sombra_esquina.png", sizingMethod="crop");
}

*html .borde_inf {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alertar/sombra_bordeinf.png", sizingMethod="crop");

}
/* FIN IE6 PNG FIX */


/* BOTONES */
.ok_button {
	background-image: url(/images/alertar/b_aceptar.gif);
	border:none;
	height:32px;
	width:81px !important;
	display: block;
	float: right;
	cursor:pointer;
}
.ok_button:hover {
	border:none;
	background-image: url(/images/alertar/b_aceptar1.gif);
}

.cancel_button {
	background-image: url(/images/alertar/b_cancelar.gif);
	border: none;
	height: 32px;
	width:85px !important;
	display: block;
	float: right;
	cursor:pointer;
}
.cancel_button:hover {
	border: none;
	background-image: url(/images/alertar/b_cancelar1.gif);
}

