/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#top {
  	background: url(../images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
  	height: 20px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(../images/login_r.jpg) no-repeat right 0;
}

#top ul.login li.left {
  	background: url(../images/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(../images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li a {
	color: ##FFCC66;
	font-weight: bold;
}

#top ul.login li a:hover {
	color: #FFCC66;
}

/*Login*/
/* toggle effect - show/hide login*/
.login {
background-color:black;
	width: 100%;
	color: white;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
    color: #FFFFFF;
	font-weight: bold;
}


#login a:hover {
	color: #FFCC66;
}

#login .loginContent {
    background-color:black;
	width: 100%;
	height: 40px;
	padding-top: 1%;
	padding-left: 2%;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
font-family: Calibri;
background-color:black;
	width: 120px;
	float: left;
	font-size: 1.4em;
}

#login .loginContent .right {
font-family: Calibri;
	text-align: center;
	font-size: 1.2em;
}

#login .loginContent form {


}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #FFFFFF;
	margin-top: 4px;
	color: black;
	font-weight:bold;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #FFCC66;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 55px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/boton_login.gif) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;

	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;

	background: url(../images/button_close.jpg) no-repeat right 0;

	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(../images/button_close.jpg) no-repeat right -20px;
}z