/*
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('../imatges/extranet/login_top.jpg') repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 33px;
	margin: 0;
	right: 200px;
  	color: #5b5b5b;
  	font-size: 11px;
	text-align: center;
  	background: url('../imatges/extranet/login_r.jpg') no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url('../imatges/extranet/login_l.jpg') no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
	color: #5b5b5b;
 text-decoration:none;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url('../imatges/extranet/login_m.jpg') repeat-x 0 0;
}

#top ul.login li a {
	color: #fba500;
 text-decoration:none;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
 text-transform:uppercase;
}

#top ul.login li a:hover {
	color: #000000;
 text-decoration:none;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
 text-transform:uppercase;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: auto;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#loginContent {
	position:relative;
	width: 580px;
	height: auto;
	left:50%;
	margin-left:-290px;
	/*margin: 0 auto;*/
/* 	padding-top: 25px; */
	text-align: left;
	font-size: 0.85em;
}

#loginContent .left {
	background:none;
	width: 279px;
	float: left;
}

#loginContent .right {
	background:none;
	width: 250px;
	float: left;
	margin-top:65px;
	margin-left:50px;
}



/*  */


/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: auto;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}


#login input{
 position:relative;
 width:150px;
 border:1px solid #5b5b5b;
 margin-bottom:5px;
 font-family: Verdana, Arial, sans-serif;
 font-weight:bold;
 color:#5b5b5b;
 font-size:10px;
float:left;
}

#login input.enviar{
 position:relative;
 background-color:#fba500;
 width:150px;
 border:1px solid #5b5b5b;
 margin-bottom:5px;
 font-family: Verdana, Arial, sans-serif;
 font-weight:bold;
 color:#ffffff;
 font-size:10px;
 float:top;
 float:left;
}

#login .right b{
 position:relative;
 background:none;
 width:90px;
 height:auto;
 float:left;
 font-family: Verdana, Arial, sans-serif;
 font-weight:bold;
 color:#5b5b5b;
 font-size:11px;
 text-align:right;
}