#error {
	background-image: url(../img/transparencia.gif);
	background-repeat: repeat;
	position:fixed;
	vertical-align:top;
	height: 100%;
	width: 100%;
	z-index: 50;
	text-align:center;
}
#msgerror {
	background-color:#000000;
	color:#FFFFFF;
	width:400px;
	margin:0 auto 0 auto;
	z-index:51;
	padding:10px;	
}
#error a{
	background-color:#000000;
	border:1px solid #EEBB55;
	padding:5px;
	color:#DFBB55;
}