body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagenes/ich_login_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#c0cae1;
	color:#FFFFFF;
}

#login-box {
	color: #ebebeb;
	font-family: "Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Helvetica Neue",Arial;
	background-image: url(../imagenes/ich_login_windbg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding: 0;
	margin: 0;
	color: #ebebeb;
	font-size:46px;
	font-family: "Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Helvetica Neue",Arial;
	font-weight: lighter;
}

.form-login  {
	width: 250px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color: #1e4f8a;
	font-size: 14px;
	color: #ebebeb;
	height: 36px;
}

.form-login-textarea  {
	width: 360px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color: #1e4f8a;
	font-size: 14px;
	color: #ebebeb;
	height: 50px;
}

.login-box-options  {
	clear: both;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

.avisa_errores_login{
	/*width: 200px;
	height: 15px;*/ 
	color: #ffffff;
	border: 1px solid #FA2A00;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px 5px 5px 5px;
    font-family: 'Trebuchet MS', Arial,Helvetica , sans-serif;
    font-size: 0.9em;
}