#header_topmenu {
	float: left;
	height: 20px;
	width: 400px;
	margin-top: 0px;
}
#login {
	float: right;
	height: 50px;
	width: 320px;
	margin-top: 10px;
}
.form_space_index {
	background-image: url(private/images/form_space_index.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	float: left;
	width: 100px;
}.usuario {
	background-image: url(private/images/usuario.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 128px;
	display: block;
	float: left;
}
.contrasena {
	background-image: url(private/images/contrasena.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 128px;
	display: block;
	float: left;
}
#entrar {
	float: right;
	height: 18px;
	width: 90px;
	margin-right: 0px;
}
a#entrar {
	display:block;
	height:18px;
	text-decoration:none;
	width:90px;
	float:right;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(private/images/entrar.jpg);
	background-repeat: no-repeat;
	background-position: 0 -18px;
}
a#entrar:hover {
	background-position:0px 0px;
}
a#entrar span {
display:none;
}
#iniciar_sesion {
	float: right;
	height: 40px;
	width: 146px;
	margin-right: 0px;
}
a#iniciar_sesion {
	display:block;
	height:18px;
	text-decoration:none;
	width:146px;
	float:right;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(private/images/inician_sesion.jpg);
	background-repeat: no-repeat;
	background-position: 0 -18px;
}
a#iniciar_sesion:hover {
	background-position:0px 0px;
}
a#iniciar_sesion span {
display:none;
}
.texto_usuario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003A76;
	float: left;
	margin-bottom: 5px;
	display: block;
}
