#pasarela{
	position: relative;
	background: #fff url(imaxes/f-pasarela.png) no-repeat 50% 30%;
	width: 44em;
	height: 27em;
	margin: 2em auto;
	padding: 1em;
	font-family: Tahoma;
}
#pasarela h1{
	font-size: 1em;
	padding-left: 10px;
	color: red;
}
#login_error{
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color:red;
	background-color: #FFFF66;
}
#altaempresa{
/*	border: #000 solid 1px;*/
	background: #fff url(imaxes/usuario.gif) no-repeat bottom left;
	width: 20em;
	height: 13em;
	position: absolute;
	top: 3em;
	left: 3em;
}
#altaempresa p{
	width: 25em;
}
#altaempresa p, #altaempresa ul li{
	font-size: 0.8em;
}
#altaempresa ul{
	margin-left: 8em;
}
#altaempresa a.boton{
	display: block;
	width: 10em;
	height: 1.9em;
	background: #fff url(imaxes/f-boton.png) no-repeat 50% 50%;
	padding: 0.4em 0 0 4.1em ;
	margin-left: 11em;
	font-size: 0.8em;
	text-decoration: none;
}
#derechos{
	margin: 20em auto 0 auto;
	width: 32em;
}
#derechos p{
	font-size: .7em;
	text-align: center;
	width: 100%;
}
 #login {
	position: absolute;
	right: 2em;
	top: 3em;
	width: 17em;
	height: 11em;
	padding: 1.5em 1em;
	background: #fff url(imaxes/f-login.png) no-repeat 50% 50%;
	border: none; 
}
#login h2, #altaempresa h2{
	font-size: .9em;
	margin: .9em;
	padding: 0;
}

#login ul{
	list-style: none;
	padding-left: 0;
	
}
#login ul li{
	padding-left: 0;

}
#login label{
	display: block;
	float: left;
	font-size: .8em;
	width: 5em;
	text-align: left;
	padding-right: 0.5em;
	color: #ffffff;
}
#login input{
	font-size: .9em;
	height: 0.8em;
}
#login input .text{
	width: 10em;
}
#login input .check{
	width: 1em;
}
#login button{
	display: block;
	font-size: .9em;	
	margin-left: 10em;
	margin-bottom: 1em;
	width: 8em;
	color: blue;
	background-image: url(imaxes/f-boton.png) no-repeat 50% 50%;
}
#login p{
	font-size: .8em;
	width: 15em;
	margin: 0.5em auto;
	line-height: 1em;
	color: #ffffff;
}
#login a{
	color: #ffffff;
	text-decoration: none;
}
#enlaces {
	right: 2em;
	top: 3em;
	width: 17em;
	height: 11em;
	padding: 1.5em 1em;
	background: #fff url(imaxes/f-login.png) no-repeat 50% 50%;
	border: none; 
}
#enlaces ul{
	list-style: none;
	padding-left: 0;
}
#enlaces ul li{
	padding-left: 0;
}
#enlaces a{
	color: Blue;
	text-decoration: none;
}

#pie{
	position: relative;
	border: 1px solid #ccc;
	width: 46em;
	height: 6em;
	margin: 2em auto;
	font-family: Tahoma;
	color: #666;
	font-size: 0.8em;
}
#pie a{
	color: #666;
}
#pie a:hover{
	color: #993300;
}