/* top area w/ month title and buttons */

.full-calendar-title {
	background:#565656;
	text-align: center;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#fff;
	height:23px;
	display:block;
}
.full-calendar-buttons {
	float: right;
	margin: 0;
}
.full-calendar-buttons button {
	vertical-align: middle;
	margin: 0 ;
	font-size: 1em;
}
.full-calendar-buttons button span {
	padding: 0;
}
/* To always display the "today" button:
	 *
	 * .full-calendar-buttons button.today {
	 *    visibility: visible !important;
	 *    }
	 */
	
	
	
	
/* table layout & outer border */
.full-calendar-month-wrap {
	clear: both;/*border: 1px solid #ccc;*/ /* outer border color & style */
	}
.full-calendar-month {
	width: 100%;
	overflow: hidden;
}
.full-calendar-month table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* cell styling */
	
.full-calendar-month th, .full-calendar-month td.day {
	padding: 0;
	vertical-align: top;
	border-style: solid;    /* inner border style */
	border-color: #ccc;     /* inner border color */
	border-width:0 /*1px 0 0 1px*/;
	
}
.full-calendar-month th {
	border-top: 0;
	text-align: center;
}
.full-calendar-month th.first, .full-calendar-month td.first {
	border-left: 0;
}
.full-calendar-month td.today {
	background: #FFFFCC;
}
.full-calendar-month .day-number {
	text-align: right;
	padding: 0 2px;
}
.full-calendar-month .other-month .day-number {
	color: #bbb;
}
.full-calendar-month .day-content {
/*background:#003366;*/
	padding:/* 2px 2px */0; /* distance between events and day edges */
}
/* event styling */
	
.full-calendar-month .event {
	position:relative;
	font-size: .85em;
	cursor: pointer;
	text-align: left;
}
.full-calendar-month .ui-draggable-dragging td {
	cursor: move;
}
.full-calendar-month .event td {
	position:absolute;
	z-index:1500;
	background: #C1D9EC;
	/*padding: 5px;*/
	margin:0;
}
.event-title {
	color:#000000;
	width:100%;
}
.full-calendar-month .event td.ne, .full-calendar-month .event td.nw, .full-calendar-month .event td.se, .full-calendar-month .event td.sw {
	background: none;/*width: 1px;*/  /* <-- remove if you dont want "rounded" corners */
	/*height: 1px;*/ /* <--                                           */

	}
.full-calendar-month .nobg td {
	background: none;
}
.full-calendar-month .event td.c {
	padding: 0;
}
.full-calendar-month .event-time {
	font-weight: bold;
}
/* To change the color of events on a per-class basis (such as with the
	 * "className" attribute of a CalEvent), do something like this:
	 *
	 * .full-calendar-month .myclass td {
	 *    background: green;
	 *    }
	 */
	
	
	
	
/* the rectangle that covers a day when dragging an event */
	
.full-calendar-month .over-day {
	background: #ADDBFF;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
}
/* right-to-left support */

.r2l .full-calendar-title {
	text-align: right;
}
.r2l .full-calendar-buttons {
	float: left;
}
.r2l .full-calendar-buttons button {
	margin: 0 5px 0 0;
}
.r2l .full-calendar-month .day-number {
	text-align: left;
}
.r2l .full-calendar-month .event {
	text-align: right;
}
.mes_ant {
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	background: url(../../images/btn-mes_ant.jpg) no-repeat;
	width:19px;
	height:23px;
	border:none;
	text-indent:-999em;
	cursor:pointer;
}
.mes_pos {
	position:absolute;
	z-index:100;
	top:0;
	right:0;
	background: url(../../images/btn-mes_sig.jpg) no-repeat;
	width:19px;
	height:23px;
	border:none;
	text-indent:-999em;
	cursor:pointer;
}
.sun, .mon, .tue, .wed, .thu, .fri, .sat {
	color:#1780D3;
	font-size:.9em;
	font-weight:normal;
}
td { height:10px;}
td div{ padding:0; width:20px; text-align:left;}
.day{  margin:0; padding:0; height:10px; }
#fecha_calendar{ background:#fff; position:absolute; top:0; left:-80px; z-index:100; padding:5px; border:1px solid #CCCCCC;}