.divLogin{
	font-family: Trebuchet MS;
	background: url(../images/login.jpg) top center no-repeat #c4c4c4;
	height: 100%;
	width: 100%;
	color: #3a3a3a;
	position: absolute;
	top: 0px;
	left: 0px;
}

.divLogin #divError{
	color: Maroon;
	font-weight: bold;
}

.divLogin form{
	width: 406px;
	margin: 260px auto 0;
}

.divLogin fieldset{
	border: 0;
}

.divLogin legend{
	display: none;
}

.divLogin .clear{
	clear: both;
}

.divLogin label{
	width: 80px;
	text-align: right;
	float: left;
	margin: 0 0px 0 0;
	padding: 9px 0 0 0;
	font-size: 16px;
}

.divLogin input{
	width: 220px;
	padding: 4px;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #3a3a3a;
	font-family:
	Georgia, serif;
}

.divLogin input[type=hidden]{
	display: none;
}

.divLogin .btnLogin{
	background: url(../images/botonlogin.png) repeat-x top center;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 5px;
	color: inherit;
	font-weight: bold;
	-webkit-border-radius: 5px;
	font-size: 13px;
	margin: 0px 0pt 0pt 0px;
	width: 73px;
	height: 61px;
}

.divLogin .btnLogin:hover{
background: url(../images/button-3.png);
	color: black;
}

#areatextbox {
	padding-top: 30px;
}
#areaboton {
	width: 81px;
	height: 50px;
	z-index: 1;
	padding-left: 0px;
	padding-top: 0px;
	position: relative;
	left: 305px;
	top: -80px;
}
#cajaingreso
{
padding-right: 10px;
height: 120px;
}
#areatextbox
{
	padding-left: 10px;
	width: 400px;
}
#lblClave
{
position: relative;
top: 36px;
left: -73px;
}
#usuario
{
position: relative;
left: -68px;
}
#clave
{
position: relative;
left: 92px;
}