* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #cfd4d9;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
}
#login {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 312px;
	margin-top: -150px;
	margin-left: -156px;
	height: 274px;
	background-color: #F6F6FB;
	background-image: url(../imglogin/BgBoxLogin.gif);
	background-repeat: no-repeat;
}
#login img {
	margin-left: 74px;
	margin-top: 18px;
}
#login .campos input {
	display: block;
	width: 194px;
	border:none;
	margin-bottom: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
html>body #login .campos input { margin-bottom:23px; *border-color:#FFFFFF; *margin-bottom:20px;}
#login .campos {
	padding-left: 79px;
	padding-right: 38px;
	padding-top: 14px;
}
html>body #login .campos {padding-top:20px; *padding-top:13px;}
#login .boton  {
	text-align: right;
	margin-right: 29px;
	margin-top: -7px;
}
#error {
	background-image: url(../imglogin/Error.gif);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: -27px;
	position: absolute;
	width: 312px;
}
#error span {
	display: none;
}
.link {
	position:absolute;
	top:100%;
	font-size:12px;
	left:100%;
	background-image: url(../imglogin/link.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	width: 205px;
	margin-top: -31px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -224px;
	text-indent: 26px;
} 
.link a {color:#ebedf1;} 
.link a:hover {text-decoration:none;}
