@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 {
	display: inline-block;
	margin: 0px;
	padding: 5px; 
	margin-top: 15px;
	background: rgba(35,35,35, 0.6);
	color: rgba(220,220,220,1);
	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;}
}
/*<============================================================>*/

		.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}