/* CSS Document */

.error{
	background: url(/imagenes/mensajes/error-inferior.gif) left bottom no-repeat;
	width:590px;
	left:26%;
}
.error p{
	background: url(/imagenes/mensajes/error.png) 15px 10px no-repeat;
	padding:16px 5px 12px 45px;
	margin:0;
	color: #666666;
}
.procesando{
	background: url(../imagenes/mensajes/neutro.gif) left bottom no-repeat;
	width:491px;
	left:30%;
}
.procesando p,.exito p{
	padding:16px 8px 12px 40px;
	margin:0;
	color:#666666;
}
.exito{
	background: url(/imagenes/mensajes/exito.gif) left bottom no-repeat;
	width:360px;
	left:35%;
}
.exito p{
	background: url(/imagenes/mensajes/exito.png) 13px 10px no-repeat;
}
.exito,.procesando,.error{
	position: fixed;
	top: 0px;
	z-index:500;
}

.procesando p{ background:url(/imagenes/mensajes/ajax-loader.gif) 6px 6px no-repeat;}

* html .procesando,* html .exito,* html .error {
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+0+"px" : body.scrollTop+0+"px");
}
