#fondo {
	position: absolute;
	width: 700px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -350px;
	background-image: url('../css/flogin.jpg');	
	}

#login {
	position: absolute;
	width: 300px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	
	}
#piel {
	position: absolute;
	width: 600px;
	height: 150px;
	top: 50%;
	left: 5px;
	margin-top: 192px;
	/*margin-left: -150px;*/
	}
#texto {
	font-size: 15pt;
	font-family: verdana;
	text-align: center;
	color: #FFFFFF;
	text-shadow: black 0.1em 0.1em 0.2em; font-family:Verdana
		}
#texto2 {
	font-family: verdana;
	position: absolute;
	width:  300px;
	height: 150px;
	top: 25%;
	left: 50%;
	margin-top: 100px;
	margin-left: -150px;
	font-size: 8pt;
	text-align: center;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em; 
	}