*{
	font-family: "Trebuchet MS", Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	letter-spacing: 0px;
	word-spacing: 0.08em;
	line-height: 18px;
}

body {
    height: 100%;
    margin: 0;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    background-image: url(../imagenes/fondo-autenticacion.jpg);
}

#allContent{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

.inner{
	display: block;
	padding: 10px;
}

#alertBoxes{
	display: block;
	width: 400px;
	text-align: left;
	margin: auto;
}
.loginBlock{
	display: block;
	width: 500px;
	border: 1px solid #eaeaea;
	background-color: #fafafa;
	/*text-align: left;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.loginBlock form input[type=text], .loginBlock form input[type=password]{
	display: inline-block;
	margin: 5px;
	border: 1px solid #dadada;
	background-color: #eaeaea;
	padding: 3px;
	color: #404040;
	width: 380px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.loginBlock form button{
	display: inline-block;
	margin: 5px;
	border: 1px solid #dadada;
	background-color: #eaeaea;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #404040;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.timer{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../imagenes/loader.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.box-info, .box-success, .box-alert, .box-error{
	clear: both;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.box-info {
	color: #00529b;
	background-color: #bde5f8;
	border-color: #00529b;
}
.box-success {
	color: #4f8a10;
	background-color: #dff2bf;
	border-color: #4f8a10;
}
.box-alert {
	color: #9f6000;
	background-color: #feefb3;
	border-color: #9f6000;
}
.box-error {
	color: #d8000c;
	background-color: #ffbaba;
	border-color: #d8000c;
}

.session_on{
	display: block;
	text-align: left;
}

div {
	display: block;
}

form {
	display: block;
	margin-top: 0em;
}

label {
	cursor: default;
}

.encabezado{
	height: 100px;
	margin-top: 50px;
}

.formulario{
	width: 400px; 
	height: 360px;
	margin: 0 auto;
	border: 1px solid #9c9d9d;
	border-radius: 5px;	
	box-shadow: 0 6px 10px -2px #3f4143;
	position: relative;
}

.formulario-encabezado{
	border-radius: 5px 5px 0 0;
	height: 80px;
	padding: 10px 0 0;
	text-align: center;
	border-bottom: 1px solid #a1a1a1;
	background: linear-gradient(to bottom,#e5e5e5 0,#d4d4d4 100%);
}

.logo{
	display: block;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	width: 150px;
	height: 26px;
	background-image: url(../imagenes/logo-infoware.png);
	background-size: 150px 26px;
}

.colegio{
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
    font-size: 12px;
}

#formulario-login{
	background-color: #eaeaea;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #fff;
	height: 273px;
	padding-left: 30px;
}

#campos{
	left: 30px;
	position: absolute;
	top: 0;
}

#campos-validar{
	position: absolute;
	left: 0;
	top: 120px;
}

.etiqueta{
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 4px;
	width: 100%;
}

.caja-usuario{
	height: 32px;
	border-radius: 5px;
	border: 2px solid #bebebe;
	box-shadow: inset 0 10px 10px #e9e9e9;
	background-color: #fff;
}

.sub-caja{
	width: 254px;
	height: 22px;
	margin: 5px 0;
	margin-left: 26px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
}

.botones{
	width: 285px;
}

.boton-acceder{
	float: left;
	padding-top: 22px;
}

button{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f78e1e),to(#e47513));
	border: 1px solid #c60;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 25px;
	width: auto;
	overflow: visible;
}

.pie{
	background: url('../imagenes/logo-infoware.png') no-repeat scroll center top transparent;
	background-size: 150px 26px;
	color: #3f4143;
	font-family: verdana;
	font-size: 7pt;
	margin: 100px 0 0;
	padding-top: 30px;
	text-align: center;
}