body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: sans-serif;
	font-size: 8pt;
	font-style: normal;
}

input {
	font-family: arial; 
	font-size: 10px; 
	color: #000000; 
}

input[type="text"], input[type="password"] {
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #ffffff;
}

input[type="text"]:focus, input[type="password"]:focus {
	color: #000000;
	border-color: #000000;
}

.Recuadro {
	margin-left:auto; 
	margin-right:auto;
	padding: 0px;
	border: 1px solid #d7d7d7;
	background-color: #fafafa;
	width:360px; 
}

.RecuadroTitulo {
	width:314px; 
	color: #ffffff;
	background-color:#507aaa; 
	font-family: arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	text-align:center;
}

.Login {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; 
	padding:10px;
	width:220px; 
	border: 1px solid #000000;
	background-color: #eaeaea;
	vertical-align: middle;
	border-spacing: 5px;
}

.Etiqueta {
	width: 50%;
	text-align: right;
}
.Entrada {
	width: 50%;
	text-align: left;
}
.Botones {
	text-align: center;
}

.Alerta {
	margin:auto; 
	padding:0px 10px 5px 10px; 
	width:70%;
	color: #ff0000; 
	text-align:center;
	text-decoration: blink;
	font-family: arial, sans-serif; 
	font-size: 11px;
	vertical-align:top; 
}

.Boton {
	height: 20px;
	width: 75px;
	border: thin ridge #777777;
	font-family: sans-serif;
	font-size: 10px;
	color: #111111;
	background-color: #dddddd;
}

.Boton:hover {
	border: thin ridge #000000;
	color: #000000;
	background-color: #eeeeee;
	cursor: pointer;
}