/*Reseteamos la tabla para el calendario*/

#contenido table{
  margin-left: 0;
}
#contenido table th {
  border-bottom: 1px;     
 /** text-align: center; **/
}    
/**  
#contenido table th, #contenido table td{
	padding:0px;
}
**/
#contenido table{
  margin-left: 0px;
}         
#contenido table th {text-transform:none;border-bottom:0px;}
#contenido table th, #contenido table tr {
  padding: 0;
}   

.fc-agenda-head{
  background: rgb(251, 117, 35);
}   

#full-calendar .fc-event.busy, #full-calendar .fc-event.busy a, #full-calendar .fc-event.busy span.fc-event-time {background-color:#ECDDCF; border-color: #000000;} 
#full-calendar .fc-event.free, #full-calendar .fc-event.free a, #full-calendar .fc-event.free span.fc-event-time {background-color:#DDECCF; border-color: #000000;} 
#fullcalendar .fc-event-time {
  background-color: #bbbbbb;
  border-color: #000000;
  }

.fc .fc-rowcol:hover{background-color:#EEEEEE;cursor:pointer;}


.fc .fc-header-title{text-align:center;padding:0 20px;}
.fc .fc-state-default{height:20px;}
.fc th.fc-state-default{border:none;}
.fc .fc-event-hori a {color:#FFF !important;}
.fc .fc-event-hori {text-align:center;font-size:14px;}
.fc .fc-header-center {margin-bottom:10px;}
.fc .fc-divider {display:none;}