body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
}
.preload {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	background-color: rgba(255,255,255,0.8);
	background-image: url(../imagenes/preload.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.login_cont {
	width: 90%;
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	padding-right: 5%;
	padding-left: 5%;
}
input[type="text"] , input[type="password"]{
	float: left;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	outline: none;
	font-size: 16px;
}
input[type="submit"]{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #0078D7;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}.error {
	font-size: 14px;
	color: #F00;
	text-align: center;
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: none;
}
