/* Estilos base */
body {
	background: #d9d9d9;
	border-top: solid 20px #fff;
	min-width: 960px;
}
header {
	background: #419944;
	height: 120px;
}
nav {
	background: #d9d9d9;
	border: solid 1px #006cd7;
	border-radius: 10px;
	float: left;
	padding: 15px;
	width: 268px;
}
	nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	nav a {
		display: block;
		padding: 0 10px;
	}
h2 {
	color: #419944;
	font-size: 20px;
	margin: 0;
	text-align: center;
}
p {
	margin: 0 0 8px;
}
	p:last-child {
		margin: 0;
	}
a {
	color: inherit;
	text-decoration: none;
}
input {
	border: none;
	border-radius: 5px;
	padding: 3px;
}
footer {
	border-top: solid 4px #fff;
	color: #636363;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}
/* Estilos reusables */
.standard {
	position: relative;
	margin: auto;
	width: 960px;
}
.noOverflow {
	overflow: hidden;
}
.first ul {
	background: #2c769c;
}
.second ul {
	background: #5996b6;
}
.third ul {
	background: #55bdf3;
}
.divisor {
	margin: 15px 0;
}
.horizontal div {
	margin-bottom: 15px;
}
	.horizontal div:last-of-type {
		margin: 0;
	}
.grades {
	display: none;
}
.titleLabel {
	display: block;
	margin-bottom: 5px;
}
.submit {
	background: #1174b9;
		background: -moz-linear-gradient(top,  #1174b9 0%, #283e93 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1174b9), color-stop(100%,#283e93));
		background: -webkit-linear-gradient(top,  #1174b9 0%,#283e93 100%);
		background: -o-linear-gradient(top,  #1174b9 0%,#283e93 100%);
		background: -ms-linear-gradient(top,  #1174b9 0%,#283e93 100%);
		background: linear-gradient(to bottom,  #1174b9 0%,#283e93 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1174b9', endColorstr='#283e93',GradientType=0 );
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	padding: 0 20px;
}
	.submit:hover {
		background: #15aad3;
			background: -moz-linear-gradient(top,  #15aad3 0%, #283e93 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15aad3), color-stop(100%,#283e93));
			background: -webkit-linear-gradient(top,  #15aad3 0%,#283e93 100%);
			background: -o-linear-gradient(top,  #15aad3 0%,#283e93 100%);
			background: -ms-linear-gradient(top,  #15aad3 0%,#283e93 100%);
			background: linear-gradient(to bottom,  #15aad3 0%,#283e93 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15aad3', endColorstr='#283e93',GradientType=0 );
	}

/* Estilos estructurales */
#topLine {
	border: solid #1d2959;
	border-width: 1px 0;
	margin: 0;
	min-width: 960px;
	position: absolute;
	top: 10px;
	width: 100%;
}
#topStripe {
	background: #1c2958;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
	height: 20px;
}
#vermic {
	position: absolute;
}
#parent ul {
	display: none;
}
#parent > li {
	color: #fff;
	background: #155170;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
#content {
	background: #fff;
	border-bottom: solid 2px #6ec777;
	padding: 50px 0;
}
#mainContent,
#home {
	background: #d9d9d9;
	border: solid 1px #6ec777;
	border-radius: 10px;
	color: #59595b;
	margin: 0 auto;
	padding: 15px;
	width: 613px;
}
#mainContent {
	float: right;
}
#dino {
	background: url('../images/mighty_dino.png');
	height: 172px;
	margin: 20px auto 0;
	width: 269px;
}
#error {
	color: #bf0068;
	display: none;
	margin-bottom: 15px;
}
#code {
	color: #d40031;
	font-weight: bold;
}
#grade {
	display: none;
}
#path {
	color: #006080;
	text-align: center;
	word-wrap:break-word;
}
#login {
	text-align: center;
}
	#login .formInput {
		display: inline-block;
		margin: 0 10px;
	}
		#login .formInput input {
			width: 155px;
		}

#ie8inner {
	background: #fff;
	border-bottom: 1px solid #1C2958;
	color: #e91010;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}
	#ie8inner a {
		text-decoration: underline;
	}
#welcome {
	color: #fff;
	float: right;
	font-weight: bold;
	margin-top: 30px;
}
