@charset "utf-8";
/* CSS Document */

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

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

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