html, body {border: 0; margin: 0; padding: 0;}

#top(borrar){ background: url(../img/login_top.jpg) repeat-x 0 0; height: 7px; position: relative; }

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
	padding-right: 45px;
}
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	background: url(../img/trans.png);
	position: relative;
	z-index: 3;
	height: 0;
}
#login .loginContent {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}
#login .loginContent .datos {
	width: 250px;
	float: left;
	background-color:#F00
	padding-left: 5px;
	font-size: 0.95em;
}
#login .loginContent .left {
	width: 200px;
	float: left;
	padding-left: 5px;
	font-size: 0.95em;
}
#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 20px;
	font-size: 0.8em;
	text-align: left;
}
#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(../img/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}
#login .loginClose a:hover {
	background: url(../img/button_close.jpg) no-repeat right -20px;
}
