/* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; } 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }*/
ul.login                      { position: relative; list-style: none; margin: 0; padding: 0; width:84px; height:41px;  margin-right:0px;float:left; z-index:110 }

ul.login li                      { font-family:"Trebuchet MS"; font-size:11px;  float: left; zoom: 1; background: url(imagenes/loginicon.jpg) bottom left no-repeat ; margin:0; padding:0; width:84px; height:41px; }
ul.login a:hover		            { color: #000;}
/*ESTADO NORMAL DE MENU*/
ul.login a:active                { color: #ffa500; }
ul.login li a                    { display: block; width:84px; height:41px; 
	 								  color: #222; text-decoration:none; color:#FFF;}
ul.login li:last-child a         { border-right: none; } /* Doesn't work in IE */
/*ESTADO OVER DE MENU*/
ul.login li.hover,
ul.login li:hover                { color: white; position: relative; background: url(imagenes/loginiconov.jpg) bottom left no-repeat ;}
ul.login li.hover a              { color: white; }


/* 
	LEVEL TWO
*/
ul.login ul 	{ width: 219px; height:60px; visibility: hidden; position: absolute; top: 100%; left: 0;  list-style: none; margin:0;padding:0; background:#d8d8d8; padding-top:3px}
ul.login ul li {font-family:"Trebuchet MS"; font-size:11px; font-weight: normal; height:20px;background: #AED101; color: #000; 									  float: none; margin:0; padding:0; width: 214px; background:url(../imagenes/login_campo.png) no-repeat; margin-bottom:3px }	
ul.login ul li.hover,
ul.login ul li:hover {background:url(../imagenes/login_campo.png) no-repeat;}

ul.login ul li input {font-family:"Trebuchet MS"; font-size:11px; font-weight: normal; color:#333; margin:6px 0 0 6px; padding:0 3px; border:none;  height:19px; width:200px; float:left; background:#FFF; float:left;border:#c1c1c1 1px solid;} 
ul.login ul li img {margin:6px 0 0 0}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.login ul li a	{ border-right: none;  width: 215px; display: inline-block; background:url(../imagenes/login_campo.png) no-repeat;
						padding-top:3px}
ul.login ul li a:hover	{ border-right: none; width: 81px; display: inline-block; color:white;
								background:url(../imagenes/imagenes/login_campo.png) no-repeat} 
