body, html {
	margin: 0px;
	height: 100%;
}

body {
	font-family: arial;
	font-size: 12px;
	color: #333;
	background-image: url('fondo.png');
}

.ie {
	display: none;
}

input[type="email"], input[type="password"], input[type="text"] {
	width: 195px;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
	font-family: arial;
	font-size: 14px;
	color: #333;
	border: 1px solid #999;
}

#contenedor {
	width: 99%;
	height: 99%;
	margin: 0px auto;
	border: 1px solid transparent;
}

#login {
	width: 700px;
	height: 300px;
	margin: 100px auto auto auto;
	background-color: #fff;
	border: 1px solid #ccc;
}

.cabecera {
	height: 50px;
	line-height: 50px;
	font-family: arial;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #3b679e;
	border: 0px solid #000;
}

.logo {
	position: absolute;
	width: 300px;
	height: 240px;
	margin-top: 10px;
	margin-left: 0px;
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	background-position: center;
	border: 0px solid #000;
}

#form-entrar {
	position: absolute;
	width: 320px;
	margin-top: 30px;
	margin-left: 360px;
}

.form {
	padding: 5px 10px 5px 10px;
	border: 0px solid #000;
}
.form div {
	padding: 5px 0px 5px 0px;
	border: 0px solid #000;
}
.form span {
	display: inline-block;
	width: 100px;
	font-family: arial;
	font-size: 12px;
	color: #333;
	border: 0px solid #000;
}
.form .titulo {
	font-family: tahoma;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.form .estado {
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.form .estado span {
	display: none;
	width: auto;
	font-family: arial;
	font-size: 11px;
	color: red;
}
.form .boton {
	text-align: center;
}
