/* login.css */
@CHARSET "UTF-8";

body {
	background-color: #AAAAAA;
	font-family: verdana, arial, sans-serif;
	margin: 0;
}

#envoltura {
	width: 1000px;
	height: 672px;
	padding: 0px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -336px;
	margin-left: -500px;
	z-index: 0;
}

#fondo {
	width: 100%;
	z-index: 1;
}

/* cuerpo_login */
#ventana_login {
	width: 396px;
	height: 140px;
	padding: 10px;
	background-color: transparent;
	border: 2px solid #ccc;
	position: absolute;
	top: 418px;
	left: 715px;
	margin-top: -100px;
	margin-left: -200px;
	text-align: center;
	opacity: 0.7; /* Para Firefox */
	filter: alpha(opacity = 70);
	z-index: 2;
	color: white;
}

#tabla_login {
	width: 80%;
	height: 30%;
	position: absolute;
	left: 10%;
	top: 25%;
}

#campo_boton {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 70%;
}

#campo_username {
	width: 8em;
}

#campo_password {
	width: 8em;
}

#notificacion {
	width : 100%;
	color: red;
	text-align: center;
	font-size: x-small;
}


