*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	background:url(../images/background_login.jpg) center center #fbfcfd no-repeat;
	font-family:'trebuchet ms';
	height:100%;
}
#logotipo{
	margin:60px auto 15px auto;
	display:block;
}
#box_login{
	position:absolute;
	width:280px;
	height:238px;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-140px;
}
	#box_login form{
		margin:92px 0 0 55px;
	}
	#box_login input[type='text'],#box_login input[type='password'] {
		background:#365875;
		border:0;
		color:#fff;
		display:block;
		margin-bottom:28px;
		font-size:11px;
		width:170px;
	}
	#box_login input[type='submit'] {
		margin-top:-8px;
		width:170px;
		height:30px;
		opacity:0;
		filter:alpha(opacity=0);
	}
	#box_login #msg{
		color:#f00;
		font-size:11px;
		width:100%;
		text-align:center;
		margin-top:50px;
	}
	#box_login #tit{
		position:absolute;
		width:280px;
		text-align:center;
		top:-55px;
		color:#648aa3;
		font-size:30px;
		font-family:'FlamaBasic';
	}

.clear{
	clear:both;
}

	