body {
	background-color: #0083cb;
	background-image: url(../images/home.jpg);
	background-position: center center;
}
#header .login{
	float: left;
	width: 100%;
}
.menu-button{
	display: none !important;
}
#header, #footer{
	background-color: #0083cb;	
}
#footer{
	position: absolute;
	float: none;
	bottom: 0;
}
#login {
	width: 100%;
	float: left;	
}
#login .center{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -140px;
	width: 280px;
	height: 430px;
}
#login .titulo{
	float: left;
	width: 100%;
	height: 130px;
	text-align: center;
	padding: 0;
	color: #FFF;
}
#login .titulo i{
	float: left;
	width: 100%;
	font-size: 45px;
}
#login .titulo .text{
	float: left;
	width: 100%;
}
#login .mensajes{
	float: left;
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 30px 0 0 0;
	border: 1px solid #EDD1D1;
	background-color: #FCEDED;
}
#login .mensajes{
	float: left;
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 30px 0 0 0;
	border: 1px solid #EDD1D1;
	background-color: #FCEDED;
}
#login .logout{
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 16px;
}
#login form, #login .form {
	border-radius: 10px;
}
#login .form{
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.7);
}
#login form{
	float: left;
	width: 100%;
	background-color: #FFF;
	padding: 30px;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.2);
}
#login form label{
	float: left;
	width: 100%;
	color: #7D7D7D;
	text-transform: uppercase;
	font-size: 12px;
}
#login input[type=text], input[type=password]{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	color: #666;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B3B3B3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	outline: none;
}
input[type=submit]{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #06F;
	border: 1px solid #004E9B;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-radius: 3px;
	float: none;
	cursor: pointer;
	font-family: "OpenSans Light";
	font-size: 18px;
}
.recuperar{
	float: left;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}
.recuperar a{
	color: #1e1e1e;
}
