@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(OpenSansBold.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(OpenSans.woff) format('woff');
}


html {
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
	background-color:#404046;
	font-family:'Open Sans', Arial !important;
}

body {
	margin-left:auto;
	margin-right:auto;
	width:400px;
	top:50%;
	left:50%;
	position:fixed;
}

.contienelogin {
	width:400px;
	float:left;
	clear:both;
	text-align:left;
	margin-top:-150px;
	margin-left:-200px;
}

.login {
	float:left;
	clear:both;
	width:380px;
	padding:10px;
	/*-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#ffffff;*/
}

.titulologin {
	float:left;
	clear:both;
	width:380px;
	text-align:centeR;
	/*color:#ffffff;
	background-color:#404046;*/
	height:50px;
	line-height:50px;
	font-size:24px;
    font-family:'Open Sans';
    font-weight:boldeR;
	/*-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;*/
}

.mensajelogin {
	float:left;
	clear:both;
	width:366px;
	text-align:center;
	line-heigh:26px;
	margin-top:10px;
	padding:5px;
	/*border:2px solid #ff0000;
	color:#ff0000;*/
	font-size:16px;
	height:26px;
}

.hidden {
	display:none;
}

.login form {
	float:left;
	clear:both;
	width:360px;
	padding:10px;
	height:160px;
	padding-top:5px;
}

.login form label {
	float:left;
	clear:both;
	width:360px;
	height:20px;
	line-height:20px;
	padding-top:5px;
	font-weight:bolder;
	color:#464646;
}

.login form input {
	float:left;
	clear:both;
	width:360px;
	height:30px;
	margin-bottom:5px;
	/*border:2px solid #464646;*/
	padding:3px;
	font-size:14px;
	/*color:#464646;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}

.submit {
	float:right !important;
	clear:both;
	width:100px !important;
	height:35px !important;
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	margin-top:5px;
	margin-right:5px;
	/*background-color:#464646;
	color:#ffffff !important;*/
	font-weight:boldeR !important;
	font-size:14px !important;
}