/* Estilos de entrada, antes de loguearse -------------------------------*/
body { 
	margin:0px;
	font:12px Tahoma; 
	color:white;
	background:#000000;
	text-align:left;
	vertical-align:middle;
}

#login {
	text-align:center
}

#login input{
	background-color:transparent;
}

#login a { 
	color:#DFBB55;
	font-style:italic;
	font-size:10px;
	text-decoration:none;
	padding:0px 0px;
}
.login{
	margin:auto auto;
	color:#FFFFFF;
	margin-top:100px;
	width:600px;
	height:340px;
	border:1px solid #CC9900;
}
.login input{
	color:#FFFFFF;
	}
.login h1{
	width:600px;
	height:160px;
	background:url(../img/mail_cab.jpg);
	margin:0px 0px;
}

#fondoerror {
	left:0px;
	top:0px;
	position:fixed;
	height:100%;
	width:100%;
	background-color:#333333;
	opacity: .7;
	filter: alpha(opacity=70);
	display:none;
}

#error {
	left:0px;
	top:0px;
	position:fixed;
	height:100%;
	width:100%;
	z-index:20;
}

#error table {
	background-color:#000000;
	margin-top:230px;
	border:1px solid #CC9900;
}