
h2 {
	margin-bottom: 50px;
	font-size: 24px;
	color: #333;
	font-weight: 300;
	text-align: center;
}

.contentCalendar {
	margin:10px;width:980px;margin:0 auto
}

.calendario {
	width:100%;
	font-size:12px;
	float: left;
}

#agenda {
	width:100%;
	height: auto;
	float: left;
}

.float {
	width: 100%;
	height: auto;
	float: left;
}

.dayCalendar {
	font-weight:bold;
	background:#8BC34A;
	color:white;
	float: left;
	width:14%;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	-moz-box-shadow:    inset 0 0 1px #000;
	-webkit-box-shadow: inset 0 0 1px #000;
	box-shadow:         inset 0 0 1px #000;
}

.dayActive {
	text-align:center;
	width:14%;
	height: 35px;
	padding-top: 10px;
	background-color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 300;
	-moz-box-shadow:    inset 0 0 1px #666;
	-webkit-box-shadow: inset 0 0 1px #666;
	box-shadow:         inset 0 0 1px #666;
}

.dayActive i {
	font-size: 20px;
	color: green;
}

.dayInactive {
	text-align:center;
	width:14%;
	height: 35px;
	padding-top: 10px;
	background-color: #616161;
	float: left;
	-moz-box-shadow:    inset 0 0 1px #FFF;
	-webkit-box-shadow: inset 0 0 1px #FFF;
	box-shadow:         inset 0 0 1px #FFF;

}

.hoy {
	font-weight:bold;
	color: red;
}

p#vtip { display: none; position: absolute; padding: 5px; left: 5px; font-size: 0.75em; background-color: #666666; border: 1px solid #666666; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999;color:white }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
.vtip{cursor:pointer;}
.verde{font-size:125% !important;font-weight:bold;color:green;}
.rojo{font-size:125% !important;font-weight:bold;color:red;}

form{margin:5px 0 !important}

.SelMes {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btnMeses {
	width: auto;
	min-height: 20px;
	float: left;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	background-color: #666;
	padding: 5px 10px 5px 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	text-decoration: none;
	box-shadow: 0px 4px 0px #333;
	-webkit-box-shadow: 0px 4px 0px #333;
	-moz-box-shadow: 0px 4px 0px #333;
	-o-box-shadow: 0px 4px 0px #333;
	margin-left: 40px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnMeses:hover {
	background-color: #333;
	box-shadow: 0px 0px 0px #333;
	-webkit-box-shadow: 0px 0px 0px #333;
	-moz-box-shadow: 0px 0px 0px #333;
	-o-box-shadow: 0px 0px 0px #333;
	margin-top: 4px;
}

.selHorario {
	width: 100%;
	height: 25px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

.btnReservar {
	width: auto;
	height: 18px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #43A047;
	font-size: 12px;
	color: #FFF;
	padding-top: 2px;
	margin-top: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	box-shadow: 0px 2px 0px #1B5E20;
	-moz-box-shadow: 0px 2px 0px #1B5E20;
	-webkit-box-shadow: 0px 2px 0px #1B5E20;
	-o-box-shadow: 0px 2px 0px #1B5E20;
	transition: all 0.3s;
}

.btnReservar:hover {
	background-color: #1B5E20;
	box-shadow: 0px 0px 0px #1B5E20;
	-moz-box-shadow: 0px 0px 0px #1B5E20;
	-webkit-box-shadow: 0px 0px 0px #1B5E20;
	-o-box-shadow: 0px 0px 0px #1B5E20;
	margin-top: 4px;
	cursor: pointer;
}

.btnCancelar {
	width: 104px;
	height: 18px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0277BD;
	font-size: 12px;
	color: #FFF;
	padding-top: 2px;
	margin-top: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	box-shadow: 0px 2px 0px #01579B;
	-moz-box-shadow: 0px 2px 0px #01579B;
	-webkit-box-shadow: 0px 2px 0px #01579B;
	-o-box-shadow: 0px 2px 0px #01579B;
	transition: all 0.3s;
}

.btnCancelar:hover {
	background-color: #01579B;
	box-shadow: 0px 0px 0px #01579B;
	-moz-box-shadow: 0px 0px 0px #01579B;
	-webkit-box-shadow: 0px 0px 0px #01579B;
	-o-box-shadow: 0px 0px 0px #01579B;
	margin-top: 4px;
	cursor: pointer;
}

.btnCancelarTop {
	width: 104px;
	height: 18px;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	background-color: #0277BD;
	font-size: 12px;
	color: #FFF;
	padding-top: 2px;
	margin-top: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	transition: all 0.3s;
}

.btnCancelarTop:hover {
	background-color: #01579B;
	cursor: pointer;
}

.txtCancelarTop {
	font-size: 18px;
	text-align: center;
	color: #01579B;
}

.btnReservado {
	width: 104px;
	height: 18px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DD2C00;
	font-size: 12px;
	color: #FFF;
	padding-top: 2px;
	margin-top: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
}

.btnMesesNext {
	width: 350px;
	height: 40px;
	position: absolute;
	margin-top: -50px;
}