
#divHorari{
	font-size:11px;
}

#divHorari td{
	height:25px;
	text-align:center;
	vertical-align:middle;
}

#divHorari td a, #divHorari td a:hover{
	font-size:11px;
	text-decoration:none;
	vertical-align:middle;
}

#divHorari .hora{
	background-color: #EFEFEF;
	border: 0px;
	color: #333;
	font-size: 12px;
	white-space: nowrap;
}

#divHorari .espai{
	background-color:#C3CCDF;
	border: 0px;
	color: #555;
}

#divHorari .dia{
}

#divHorari .clase{
	border: 0px;
	vertical-align: middle;
}

#divHorari .clase div{

}

#divHorari .clase div .nom{
	font-weight:bold;
}

#divHorari .clase div .hora{
	font-weight:normal;
}

#divHorari .clase div .dificultat{
	margin-top:10px;
}

#divHorari .clase div .monitor{
	margin-top:10px;
}

#divHorari .clase div.alçadaMin{
	min-height:25px;
	height:auto;
	display:block;
	margin:2px;
}

#columnaInfo{
	padding:0 5px;
	width: 350px;
}

#columnaInfo ul{
	padding-left:0;
}

#columnaInfo ul li{
	list-style-type: none;
}


#llegendaDiv li{
	margin-bottom:5px;
	display:table;
	width:100%;
}

#llegendaDiv li>a.enllac{
	vertical-align:middle;
	height:18px;
	width:100%;
	display:block;
}

#llegendaDiv li>a>div{
	width:10px;
	height:18px;
	float:left;
}

#llegendaDiv li>a>img{
	vertical-align:middle;
	float:right;
	margin:5px 0;
}

#llegendaDiv li>a>span{
}

#llegendaDiv li>a>.color{
	margin-right:5px;
}


.infoHorari{
	font-size:11px;
	background-color:#FFF;
	color:#333333;
}

.transparencia{
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	border-width:0;
	border-style:dotted;
}

.catact{
	margin:0 0 8px 0;
	color: #000000;
	font-size:12px;
}


.tornarenrrere{
	float:right;
	margin:5px 15px;
}

.negreta{
	font-weight:bold;
}


a.boto{
	display:inline-block;
}

.blancPopup td{
	background-color:#FFF;
}

#infodates{
	float:right;
	margin-right:15px;
	width: 400px;
}

.infoact {
	padding: 10px;
	font-weight: bold;
}

.horarios_clase {
	display:block;
	padding:5px;
}

.table-responsive #divHorari.table tbody tr .hora,
.table-responsive #divHorari.table tbody tr{
	background: #eff0f1; 
}

.table-responsive #divHorari.table tbody tr .hora.even,
.table-responsive #divHorari.table tbody tr:nth-child(even){
	background: #fff;
}

.table-responsive #divHorari.table thead tr th{
	border-bottom: 0px;
	background-color: #EFEFEF;
	font-weight: normal;
	color: #333;
	text-align: center;
}