body {
	background: #eee url("../img/spotlight.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

	.frame {
		margin: 0 auto;
		position: relative;
		width: 960px;
	}

		.header {
			background: #fff;
			background: rgba(255, 255, 255, 0.9);
			overflow: hidden;
			padding-bottom: 30px;
			padding-top: 35px;
			position: relative;
		}

			.logo {
				display: block;
				float: left;
				height: 45px;
			}

			.menu {
				float: right;
				list-style-type: none;
				margin: 0;
			}

				.menu li {
					display: block;
					float: left;
				}

				.menu a {
					border-radius: 20px;
					color: #000;
					display: block;
					font-size: 16px;
					font-weight: bold;
					line-height: 100%;
					margin-left: 10px;
					padding: 10px 15px;
					text-decoration: none;
				}

				.menu a.active {
					background: #3ca5df;
					background: -moz-linear-gradient(top, #3ca5df 0%, #1c85bf 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ca5df), color-stop(100%, #1c85bf));
					background: -webkit-linear-gradient(top, #3ca5df 0%, #1c85bf 100%);
					background: -o-linear-gradient(top, #3ca5df 0%, #1c85bf 100%);
					background: -ms-linear-gradient(top, #3ca5df 0%, #1c85bf 100%);
					background: linear-gradient(to bottom, #3ca5df 0%, #1c85bf 100%);
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ca5df", endColorstr="#1c85bf", GradientType=0);

					color: #fff;
				}

			.menu-mobile {
				display: none;
				margin-top: 20px;
				width: 100%;
			}

		.spotlight {
			border-top: 1px solid #fff;
			height: 330px;
			overflow: hidden;
			padding-top: 20px;
		}

			.spotlight h2 {
				margin-bottom: 20px;
				margin-top: 50px;
			}

			.spotlight p {
				color: #000;
				font-size: 20px;
			}

		.spotlight-short {
			height: auto;
		}

	.content {
		background: #fff;
		min-height: 400px;
		overflow: hidden;
		padding-bottom: 40px;
		padding-top: 20px;
	}

		.sidebar {
			border-right: 1px solid #3ca5df;
		}

		.sidemenu {
			border-right: 1px solid #3ca5df;
			list-style-type: none;
			margin-left: 0;
		}

			.sidemenu a {
				display: block;
				padding: 10px 0;
				text-decoration: none;
			}

			.sidemenu a.active {
				font-weight: bold;
			}

	.footer {
		background: #eee;
		overflow: hidden;
		padding: 20px 0;
	}

		.footer p {
			font-size: 11px;
		}

		.footer .optometria {
			text-align: right;
		}

			.footer .optometria img {
				display: inline;
				margin-top: 10px;
				width: 200px;
			}

.dimmed {
	color: #bbb;
}

/*
 * Columns
 *
 */

.column-20 { float: left; width: 20%; }
.column-25 { float: left; width: 25%; }
.column-30 { float: left; width: 30%; }
.column-33 { float: left; width: 33.3%; }
.column-40 { float: left; width: 40%; }
.column-50 { float: left; width: 50%; }
.column-60 { float: left; width: 60%; }
.column-70 { float: left; width: 70%; }
.column-80 { float: left; width: 80%; }

.column-content {
	padding: 0 20px;
}

.column-dividers {
	border-left: 1px solid #3ca5df;
	border-right: 1px solid #3ca5df;
}

.row {
	clear: both;
}


/*
 * HTML
 *
 */

input, select, .button, textarea {
	display: block;
	font-size: 16px;
}

	input, .button, textarea {
		border: 1px solid #ddd;
		border-radius: 5px;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
		padding: 5px;
		width: 80%;
	}

		.button {
			background: #3ca5df;
			background: -moz-linear-gradient(top, #3ca5df 0%, #1c85bf 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ca5df), color-stop(100%, #1c85bf));
			background: -webkit-linear-gradient(top, #3ca5df 0%, #1c85bf 100%);
			background: -o-linear-gradient(top, #3ca5df 0%, #1c85bf 100%);
			background: -ms-linear-gradient(top, #3ca5df 0%, #1c85bf 100%);
			background: linear-gradient(to bottom, #3ca5df 0%, #1c85bf 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ca5df", endColorstr="#1c85bf", GradientType=0);

			border: 0;
			color: #fff;
			display: inline-block;
			font-weight: bold;
			padding: 10px 15px;
			text-decoration: none;
			width: auto;
		}

		.button:active {
			background: #1c85bf;
			background: -moz-linear-gradient(top, #1c85bf 0%, #3ca5df 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c85bf), color-stop(100%, #3ca5df));
			background: -webkit-linear-gradient(top, #1c85bf 0%, #3ca5df 100%);
			background: -o-linear-gradient(top, #1c85bf 0%, #3ca5df 100%);
			background: -ms-linear-gradient(top, #1c85bf 0%, #3ca5df 100%);
			background: linear-gradient(to bottom, #1c85bf 0%, #3ca5df 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c85bf", endColorstr="#3ca5df", GradientType=0);
		}

		.smallbutton {
			padding: 5px 10px;
		}

		input.checkbox {
			display: inline;
			margin-right: 5px;
			width: auto;
		}

	textarea {
		height: 200px;
		width: 90%;
	}


/*
 * Other
 *
 */

.box {
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
}

	.box img {
		margin: 0 auto;
	}

.chart {
	border-collapse: collapse;
	width: 100%;
}

	.chart tr:nth-child(even) {
		background: #eee;
	}

	.chart th, .chart td {
		border: 1px solid #ddd;
		padding: 5px 10px;
		text-align: left;
	}

.thumbnails {
	font-size: 0;
	list-style-type: none;
	overflow: hidden;
}

	.thumbnails li {
		display: inline-block;
		float: none;
		text-align: center;
		vertical-align: top;
	}

		.thumbnails li.border {
			margin-bottom: 10px;
		}

			.thumbnails li.border img {
			}

		.thumbnails img {
			border: 1px solid #eee;
			display: inline-block;
			margin-bottom: 10px;
		}

		.thumbnails a {
			text-decoration: none;
		}


/*
 * Responsiveness
 *
 */

@media all and (max-width: 960px) {
	.frame {
		width: 100%;
	}
}

@media all and (max-width: 720px) {
	.header {
		text-align: center;
	}

	.logo {
		float: none;
	}

	.menu {
		display: none;
	}

	.menu-mobile {
		display: block;
	}

	.sidebar,
	.sidemenu {
		border-bottom: 1px solid #3ca5df;
		border-right: 0;
		margin-bottom: 20px;
	}

	.footer,
	.footer .optometria {
		text-align: center;
	}

	.column-20,
	.column-25,
	.column-30,
	.column-33,
	.column-40,
	.column-50,
	.column-60,
	.column-70,
	.column-80 {
		width: 100%;
	}

	.column-dividers {
		border: 0;
		border-bottom: 1px solid #3ca5df;
		border-top: 1px solid #3ca5df;
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.thumbnails li {
		width: 50%;
	}
}

@media all and (min-width: 1600px) {
	.page {
		box-shadow: 0 0 5px #aaa;
		margin: 0 auto;
		width: 1600px;
	}
}
