body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
}

a {
	text-decoration: none;
}

form{
	width: 90%;
	margin: 30px auto 0px auto;
}

input, select{
	display: block;
	height: 30px;
	font-size: 15px;
	margin: 10px 0 10px 0;
}

select{
	width: 100%;
}

input[type=submit]{
	margin: 20px auto 10px auto;
}

#courses{
	display: none;
}

.btn {
	position: fixed;
	top: 52px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	z-index: 10;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #D8D8D8;
	color: #585858;
	box-shadow: 1px 1px 1px #B1B1B1;
	border-bottom: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
}

.btn:hover {
	box-shadow: -1px 1px 1px #D8D8D8;
	background-color: #A1A1A1;
	color: #1F1F1F;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #919191;
}

.month {
	display: none;
	width: 100%;
	display: none;
}

.monthTitle {
	width: 100%;
	line-height: 30px;
	background-color: #F7BE81;
	text-align: center;
	border-bottom: 1px solid #000000;
	cursor: pointer;
}

.day {
	width: 100%;
	margin-top: 6px;
}

.dayTitle {
	width: 100%;
	line-height: 30px;
	font-size: 1em;
	font-weight: bold;
	background-color: #D8D8D8;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	text-align: center;
}

.event {
	border-bottom: 1px solid #D8D8D8;
}

.time {
	font-weight: bold;
	margin-top: 5px;
}

.title {
	font-weight: bold;
	margin-top: 5px;
}

.library {
	margin-top: 5px;
}

.info {
	display: table-cell;
	height: auto;
	width: 100%;
	padding-left: 5px;
}

.link {
	display: table-cell;
	min-width: 80px;
	vertical-align: middle;
	text-align: center;
	padding-right: 5px;
}

.link a {
	color: #610B0B;
}

.link a:hover {
	font-weight: bold;
}

.header {
	position: fixed;
	top: 2px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	z-index: 10;
	background: -moz-linear-gradient(top, #606060 0%, #4c4c4c 15%, #2b2b2b 35%, #2b2b2b 65%, #4c4c4c 85%, #606060 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(15%,#4c4c4c), color-stop(35%,#2b2b2b), color-stop(65%,#2b2b2b), color-stop(85%,#4c4c4c), color-stop(99%,#606060)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #606060 0%,#4c4c4c 15%,#2b2b2b 35%,#2b2b2b 65%,#4c4c4c 85%,#606060 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #606060 0%,#4c4c4c 15%,#2b2b2b 35%,#2b2b2b 65%,#4c4c4c 85%,#606060 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #606060 0%,#4c4c4c 15%,#2b2b2b 35%,#2b2b2b 65%,#4c4c4c 85%,#606060 99%); /* IE10+ */
	background: linear-gradient(to bottom, #606060 0%,#4c4c4c 15%,#2b2b2b 35%,#2b2b2b 65%,#4c4c4c 85%,#606060 99%); /* W3C */
}

.header a{
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

.menu {
	position: fixed;
	top: 52px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	z-index: 10;
}

.downMenu{
	position: fixed;
	bottom: 0px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	z-index: 10;
}
.menuBtn {
	display: block;
	float: left;
	height: 100%;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #D8D8D8;
	color: #585858;
	box-shadow: 1px 1px 1px #B1B1B1;
	border-bottom: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
}

.menuBtn:hover {
	box-shadow: -1px 1px 1px #D8D8D8;
	background-color: #A1A1A1;
	color: #1F1F1F;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #919191;
}

.menu .menuBtn:nth-of-type(1), .menu .menuBtn:nth-of-type(2){
	width: 35%;
}

.menu .menuBtn:last-of-type{
	width: 30%;
}

.monthSelector {
	width: 100%;
	line-height: 60px;
	background: url(arrow.png) 98% 50% /20px 20px no-repeat #D8D8D8;
	border-radius: 10px;
	margin: 3px auto 3px auto;
	color: #585858;
	font-size: 2em;
	font-weight: bold;
	text-indent: 25px;
}

.monthSelector:hover {
	background-color: #A1A1A1;
	color: #1F1F1F;
}

.slide {
	position: absolute;
	top: 90px;
	left: 5px;
	right: 5px;
	bottom: 50px;
	overflow: auto;
}

.err{
	display: block;
	text-align: center;
	margin: 100px auto 0 auto;
}

.err b{
	font-size: 2em;
	color: #610B0B;
}

.err a{
	display: block;
	margin: 10px auto 0 auto;
	font-weight: bold;
	width: 200px;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #D8D8D8;
	color: #585858;
	box-shadow: 1px 1px 1px #B1B1B1;
	border-bottom: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	
}

.err a:hover{
	box-shadow: -1px 1px 1px #D8D8D8;
	background-color: #A1A1A1;
	color: #1F1F1F;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #919191;
}

.infoCerca{
	display: block;
	margin: 30px 30px 30px 30px;
	padding: 10px;
	background-color: #F0F0F0;
	border-radius: 4px;
}

.infoCerca span{
	display: block;
}

.infoCerca span:nth-of-type(-n + 2){
	margin-bottom: 7px;
}

.offer{
	border-bottom: 1px solid #D8D8D8;
	width: 95%;
	margin: 20px auto 0 auto;
}

.offer .title{
	color: #610B0B;
	font-size: 1em;
}

.offer .description{
	margin-top: 8px;
	color: #585858;
}
