@font-face {
    font-family: 'black_jackregular';
    src: url('font/blackjack-webfont.eot');
    src: url('font/blackjack-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/blackjack-webfont.woff') format('woff'),
         url('font/blackjack-webfont.ttf') format('truetype'),
         url('font/blackjack-webfont.svg#black_jackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background: #000000 url('bg/squares.png');
	font-family: arial;
	font-size: 14px;
	padding: 0;
	margin: 0;
	width: 100%;
}
/*<========Propiedades de restablecimiento de CSS========>*/
h1, p, form, input, div, img, label {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: rgba(220,220,220,1);
	padding: 0;
	margin: 0;
}
/*<===============================================>*/
/*<========Reglas CSS ordenadas de arriba a abajo========>*/
.container {
	overflow: hidden;
}
.hidden {display: none;}
.loginForm {
	margin: 5em auto 0 auto;
	width: 22.8em;
	padding: 2em 2em 1.5em 2em;
	
	border: 2px solid #00CCFF;
	background: #005266 url('bg/squares.png');
	border-radius: 10px;
}
header h1 {
	margin-top: 20px;
	color: rgba(240,240,240,1);
	font-family: Arial
	font-weight: bold;
	font-size: 2em;
	font-variant: small-caps;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(10,10,10,1);
	letter-spacing: 1.5px;
}
header h2 {
	color: #00CCFF;
	font-family: 'black_jackregular';
	font-weight: bold;
	font-size: 1em;
	font-variant: small-caps;
	width: 100%;
	text-align: center;
	letter-spacing: 1.5px;
	text-shadow: 1px 1px 4px rgba(10,10,10,1);
}
input {
	background: rgba(228,232,243, 0.8) url("../../images/sprite.png") no-repeat;
	background-size: 20px 80px;
	background-position: 0.5em 0.6em;
	border: none;
	color: rgba(80,80,80,1);
	padding: 0 0 0 35px;
	height: 2.8em;
	margin: 5px 2px;
	width: 88.3%;
	outline: none;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
	border-radius: 5px;
}
input:hover {
	background-color: rgba(255,255,255, 0.8);
}
input:focus {
	background-color: rgba(255,255,255, 0.8);
}
label {
	color: rgba(220,220,220,1);
}
.profile {
	height: 8em;
	width: 8.5em;
	position: absolute;
	margin: -6em 0 0 7em;
}
.password {
	background-position: 0.5em -3.8em;
}
.remember {
	background: none;
	width: 1em;
	height: 1em;
	margin: 0 0.5em 0 0;
	cursor: pointer;
}
label.rem {
	font-size: 0.8em;
	cursor: pointer;
}
.recovery {
	font-size: 0.8em;	
}
.recovery:hover {
	text-decoration: underline;
}
.submit {
	width: 50%;
	margin: 0px;
	padding: 0px; 
	margin-top: 15px;
	background: rgba(35,35,35, 0.6);
	color: rgba(220,220,220,1);
	height: 2.5em;
	cursor: pointer;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}
.submit:hover {
	background: rgba(223,32,77, 0.8);
}
.submit:focus {
	background: rgba(223,32,77, 0.8);
}
div.An_Gral {width: 500px; margin: 5px auto;}
/*<============================================================>*/
/*<========Consultas de medios para otras pantallas y dispositivos========>*/
@media only screen and (max-width: 480px) {
	div.An_Gral {width: 98%; margin: 5px auto;}
	.Logo_Cab, .Logo_Cos { width: 80px;}
	.Logo_Tit { width: 350px;}
	.Logo_Fechas { width: 350px;}
}
/*<============================================================>*/