/* login index. */
* {
	margin: 0;
	padding: 0;
	/*outline: 1px solid #710c0c */
}

#general {
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 1300px;
	min-height: 708px;
	border-radius: 10px;
	background-color: #f7f0e3;
	box-shadow: 5px 5px 5px #dbdbdb;
}

/* login */
#logologueo {
	position: relative;
	width: 420px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:-moz-placeholder {
  color: #bcc0c8 !important;
}

::-webkit-input-placeholder {
  color: #bcc0c8;
}

:-ms-input-placeholder {
  color: #bcc0c8 !important;
}

input, textarea, select, label {
  font-family: inherit;
  font-size: 18px;
  box-sizing: border-box;
}

.login {
  margin: 12px auto;
  width: 290px;
  background: #3f65b7;
  background-clip: padding-box;
  border: 1px solid #172b4e;
  border-bottom-color: #142647;
  border-radius: 5px;
  background-image: -webkit-radial-gradient(cover, #437dd6, #3960a6);
  background-image: -moz-radial-gradient(cover, #437dd6, #3960a6);
  background-image: -o-radial-gradient(cover, #437dd6, #3960a6);
  background-image: radial-gradient(cover, #437dd6, #3960a6);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
  border: none;
}

.login > h1 {
	font-weight: bold;
	color: white;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
	font-size: 23px;
	margin: 15px 0px;
	user-select: none;
}

.login-input {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 37px;
	margin-bottom: 8px;
	padding: 0 9px;
	color: white;
	text-shadow: 0 1px black;
	background: #2b3e5d;
	border: 1px solid #15243b;
	border-top-color: #0d1827;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}

.login-input:focus {
	outline: 0;
	background-color: #32486d;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}

.lt-ie9 .login-input {
  line-height: 35px;
}

.login-submit {
	display: block;
	width: 100%;
	height: 37px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #294779;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
	background: #adcbfa;
	background-clip: padding-box;
	border: 1px solid #284473;
	border-bottom-color: #223b66;
	border-radius: 4px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.login-submit:active {
	background: #a4c2f3;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}

.login-help {
	text-align: center;
}

.login-help > a {
	font-size: 11px;
	color: #d4deef;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.login-help > a:hover {
	text-decoration: underline;
}

.ojoocultos {
	width: 22px;
	opacity: 0.3;
	position: relative;
	display: inline-block;
	margin-left: 3px;
	vertical-align: sub;
}

#inputpass span, #aviso {
	color: #3bf435;
	text-align: center;
	display: block;
	font-size: 16px;
}

#hola {
	text-align: center;
	font-size: 23px;
	color: white;
	margin-bottom: 8px;
	display: block;
	user-select: none;
}

audio {
  display: none;
}

#smserror {
	margin: 5px 0px;
}

.soluRojo {
	color: #f7f7f7 !important;
	text-shadow: 1px 1px 1px red;
	font-size: 21px !important;
}

#explicacion {
	position: absolute;
	top: 465px;
	width: 465px;
	text-align: justify;
	background-color: #def7fd;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px gray;
	left: 398px;
	z-index: 4;
	font-weight: bolder;
	font-size: 17px;
	cursor: pointer;
}

.cursor {
	cursor: pointer;
}

#caja {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#mensaje {
	font-size: 24px;
	color: #fff;
	margin: 5px;
}
