@font-face {
	font-family: helneu;
	src: url('HelveticaNeueLTPro-ThEx.otf');
}

body {
	font-family: 'Lucida Grande';
	margin: 0px;
}
h1 {
	margin: 0px;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	padding-left: 15px;
	font-weight: 100;
	color: #aaaaaa;
	text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}
#container_login { margin:auto; margin-top:140px;}
}
#container_login img {
	display: block;
	width: 396px;
	margin: auto;
}
#login {
	width: 390px;
	border: solid 1px #bbbbbb;
	margin: auto;
	margin-top: 15px;
	padding: 10px 20px 20px 20px;
	background-color: #343434;
	text-align: center;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	box-shadow: 0px 0px 1px 3px #888888, 0px 0px 64px -22px rgba(0,0,0,0.75), inset 0px 0px 4px 1px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 1px 3px #888888, 0px 0px 64px -22px rgba(0,0,0,0.75), inset 0px 0px 4px 1px rgba(170,170,170,1);
	-webkit-box-shadow: 0px 0px 1px 1px #888888, 0px 0px 64px -22px rgba(0,0,0,0.75), inset 0px 0px 4px 1px rgba(170,170,170,1);
}
#login #botones {
	margin-top: 20px;
	text-align: right;
}
.form_input {
	text-align: right;
	width: 300px;
	margin-bottom: 15px;
}
input#user{
	padding-top: 3px;
}

#login #logo{
	padding-top:5px;
	padding-bottom:10px;
	height: 55px;
}

#login form #botones .btn{
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	outline: none;

}


input.input {
	height: 20px;
	width: 180px;
	font-size: 15px;
	font-family: 'Lucida Grande';
	box-shadow: 1px 1px 1px #888888;
	-moz-box-shadow: 1px 1px 1px #888888;
	-webkit-box-shadow: 1px 1px 1px #888888;
}
label {
	color: #cfcfcf;
	font-size: 15px;
	font-family: 'Lucida Grande';
	padding-right: 5px;
}
input.btn {
	width: 80px;
	height: 28px;
	border-width: 1.3px;
	border-style: solid;
	border-color: #5e5e5e #888 #696969 #888;
	font: 14px/16px 'Lucida Grande', Sans-serif;
	color: #cfcfcf;
	text-decoration: none;
	padding: 0 8px;
	background: #FCFCFC;
	cursor: default;
	position: relative;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: -moz-linear-gradient(center top , #333333 0%, #777777 40%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(40%,#777777), color-stop(100%,#333333));
	/*-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15), 0 -2px 3px 0px #FFF inset, 0 -10px 0 0 #ededed inset;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15), 0 -2px 3px 0px #FFF inset, 0 -10px 0 0 #ededed inset;
	
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15), 0 -2px 3px 0px #FFF inset, 0 -10px 0 0 #ededed inset;
	*/
}

#copy {
	text-align: center;
	padding-top: 50px;
	font-size: 14px;
	font-family: helneu;
	color: #777777;
}

#log_msg {
	height: 50px;
	background-color: #bfbfbf;
	margin: 0px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(240,240,240,0.75);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(240,240,240,0.75);
box-shadow: inset 0px 0px 5px 0px rgba(240,240,240,0.75);
}

#log_msg p {
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	color: white;
}

.error_msg {
	border: solid 1px #DC143C;
}

.info_msg {
	border: solid 1px #87CEFA;
}
