body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	background: transparent url(img/adm/bg_top.png) top left repeat-x;
	}
	

#head {
	height: 90px;
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: transparent;
	}

#head h1 {
	margin: 0;
	margin-top: 30px;
	float: left;
	padding: 0;
	color: #fff;
	font-size: 34px;
	font-weight: normal;
	}

div#login {
	width: 380px;
	height: 220px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -110px 0 0 -190px;
	padding: 10px;
	}
h2 {
	text-indent: -9999px;
	}
.allright {
	border: 1px solid #669900;
	background: #F2FFF2 url(img/adm/allright.png) no-repeat center left;
	padding: 3px 10px 3px 20px;
	font-size: 1.1em;
	}
.error {
	border: 1px solid #FF0000;
	background: #FFF0F0 url(img/adm/error.png) no-repeat center left;
	padding: 3px 10px 3px 20px;
	font-size: 1.1em;
	width: 300px;
	}
form#FormLogin {
	border: 0;
	height: 238px;
	}
form#FormLogin fieldset {
	padding: 70px 20px 20px 20px;
	border: 0;
	}
form#FormLogin fieldset label {
	float: left;
	display: block;
	width: 100px;
	padding: 5px 0 4px 0;
	margin: 3px 0;
	text-align: right;
	color: #333;
	font-weight: bold;
	}
form#FormLogin fieldset input {
	float: right;
	display: block;
	padding: 2px;
	margin: 2px 0;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	width: 220px;
	}
/*///////////////////////////////////////////////////////////////////*/

#login button, #login a.boton {
	color:#FFF;
	display:block;
	font-size: 0.9em;
	font-weight:bold;
	text-align:center;
	width:109px;
	height:31px;
	line-height:31px;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
	border: 0;
	clear: both;
	margin: 10px 0 0 230px;
}
html>body #login button, #login a.boton {
	background: url(img/adm/boton.png) no-repeat;
}
#login button:hover, #login a.boton:hover {
	background: url(img/adm/botonover.png) no-repeat;
}
#login button:active, #login a.boton:active {
	background: url(img/adm/botonact.png) no-repeat;
}
p {
	clear: both;
	}
form#FormLogin fieldset label.rem {
	display: inline;
	float: none;
	width: 100px;
 }
form#FormLogin fieldset label.rem input {
 	width: 20px;
	display: inline;
	float: none;
	}
a {
	text-decoration: none;
	color: #035EA8;
	}
	a:hover {
		text-decoration: underline;
		}
h3 {
	display: none;
	}