.bic_calendar td {
	color: #77757a;
	text-align: center;
	border: none;
	padding: 0 0 5px;
}

.bic_calendar .header td {
	vertical-align: top;
}

.bic_calendar .header td.mesyano {
	text-align: center;
	font-weight: bold;
}

.bic_calendar .botonmesanterior {
	float: left;
}

.bic_calendar .botonmessiguiente {
	float: right;
}

.bic_calendar .diasmes .dias_semana {
	font-weight: bold;
}

.bic_calendar a {
	text-decoration: none;
	cursor: default;
}

.bic_calendar .diasmes a {
	color: rgba(0, 0, 0, 0.25);
	text-decoration: none;
	text-align: center;
	font-size: 0.95rem;
	line-height: 2.5rem;
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #f5f7f9;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-bottom: 0.25rem;
	cursor: default;
}

td:not(.event) a:hover {
	color: rgba(0, 0, 0, 0.25) !important;
}

.bic_calendar .event a {
	cursor: pointer;
}

.bic_calendar .event a, .bic_calendar .event.event-available a {
	color: #007bff;
}

.bic_calendar .event.active a {
	color: white;
	background-color: #007bff;
}

.bic_calendar .event.event-available a:hover {
	background: #ffffff;
}

.bic_calendar .event.event-available.active a {
	color: white;
	background-color: #007bff;
}

.bic_calendar .event.event-lastseats a {
	color: #f39a1c;
}

.bic_calendar .event.event-lastseats a:hover {
	background: #ffffff;
}

.bic_calendar .event.event-lastseats.active a {
	color: white;
	background-color: #f39a1c;
}

.bic_calendar .event.event-soldout a {
	color: #ea4b38;
	cursor: not-allowed;
}

.bic_calendar .event.event-soldout.active a {
	color: white;
	background-color: #ea4b38;
}

.botonmesanterior span{
    background-color: rgba(0, 0, 0, 0) !important; 
}
.botonmessiguiente span{
    background-color: rgba(0, 0, 0, 0) !important; 
}
.glyphicon-chevron-left:before {
    font-family: FontAwesome;
    content: "\f053";
    
  }
  .glyphicon-chevron-right:before {
    font-family: FontAwesome;
    content: "\f054";
  }