/* MENSAJES ALERT */
.blockerGeneral{
	position:absolute;
	background-color:#000000;
	top:0px;
	left:0px;
	display:none;
	z-index:1000
}
.loaderGeneral{
	position:absolute;
	text-align:center;
	font-weight:bold;
	visbility:visible;
}
.popExito, .popConfirmar, .popError{
	position:absolute;
	z-index:1100;
	visibility:hidden;
	top:-1000px;
	width:300px;
}
.popConfirmar {
	border:#ffe400 solid 3px	
}
.popExito {
	border:#1f2b5e solid 3px
}
.popError {
	border:#e31b22 solid 3px
}
.popExitoTit, .popConfirmarTit, .popErrorTit {
	background-color:#94c72e;
	font-size:13px; font-weight:bold;
	padding:4px;
	color:#FFFFFF
}
.popConfirmarTit {
	background-color:#ffe400;
	color:#000
}
.popErrorTit {
	background-color:#e31b22;
	color:#FFFFFF
}
.popExitoCont, .popConfirmarCont, .popErrorCont{
	color:#1f2b5e;
	padding:10px 10px 5px 10px;
	font-weight:bold;
	text-align:center;
	background-color:#FFFFFF
}
.popConfirmarCont{
	color:#000000;
}
.popErrorCont{
	color:#CC0000;
}
.popBtnCont{
	width:180px;
	margin:5px auto
}
.popExitoCont p, .popConfirmar p, .popError p{
	padding:15px
}
.btnCerrar {
	width:26px; height:26px;
	padding:0;
	background:url(../img/btnCerrarPop.png) top;
}
.btnCerrar span{
	display:none
}
.btnCerrar:hover {
	background-position:bottom;
	width:26px;
	height:26px;
}
.iconConfirmar, .iconError, .iconExito {
	background:url(../img/icon/iconAlert.gif);
	width:40px; height:40px; margin-right:8px;
}
.iconConfirmar {
	background-position:left 120px;
}
.iconError {
	background-position:left 80px;
}
.iconExito {
	background-position:left 160px;
}
.contBtns {
	text-align:center
}

