#blockFisiosEspacios{
	width:105px;
	height: auto;
	float: right;
}

#contenedor_semana{
	/*overflow-y: auto;*/
	width: auto;
	height: auto;
}

.clear{
	clear:both
}

.dia{
	float: left;
	border: #000 solid 1px;
}

.encabezado_dia{
	font-weight: bold;
	text-align: center;
	height: 17px;
	border: #000 solid 1px;
	padding-top: 3px;
}

.encabezado_espacio{
	font-weight: bold;
	text-align: center;
	height: 17px;
	border: #000 solid 1px;
	width: 93px;
	padding-top: 3px;
}

.encabezado_espacios{
	font-weight: bold;
	text-align: center;
	height: 17px;
	border: #000 solid 1px;
	padding-top: 3px;
}

.encabezado_fisio{
	height: 17px;
	border: #000 solid 1px;
	width: 93px;
	text-align: center;
	/*vertical-align: middle;*/
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}

.encabezado_horas{
	height: 60px;
}

.espacio{
	float: left;
}

.espacios{
	float: left;
}

.fisio{
	float: left;
}

/*.hora_espacio_ocupado{
//	height: 22px;
//	border: #000 solid 1px;
//	background-color:#CCC;
}*/

.hora_fisio{
	border: #000 solid 1px;
	cursor: pointer;
	font-size: 0.8em;
	text-align: center;
	overflow: hidden;
	width: 93px;
}

.hora_fisio:hover{
	background-color: #FFC;
	font-weight: bold;
}

.hora_fisio_bloqueado{
	/*height: 22px;
	border: #000 solid 1px;*/
	background-color: #DDD;
	border: #000 solid 1px;
	/*cursor: pointer;*/
	font-size: 0.8em;
	text-align: center;
	overflow: hidden;
	width: 93px;
}

.hora_espacio{
	border: #000 solid 1px;
	cursor: pointer;
	font-size: 0.8em;
	text-align: center;
	overflow: hidden;
	width: 93px;
	min-height: 22px;
}

.hora_espacio:hover{
	background-color: #FFC;
	font-weight: bold;
}

#horas{
	float: left;
	font-size: 11px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #FFF;
	/*margin-left: -5px;*/
	height: auto;
	margin-top: 105px;
	margin-right: 100px;
	width: 40px;
	padding-left: 3px;
}

#listadoEspacios{
	border-radius: 6px 0px 0px 6px; 
	-webkit-border-radius: 6px 0px 0px 6px;
	font-size: 11px;
	color: #000;
	padding: 5px;
	width: auto;
	height: auto;
	background-color:#CCC;
	border: #666 1px solid;
	position: absolute;
	top: 153px;
	right: 70px;
	display:none;
}

#listadoFisios{
	border-radius: 6px 0px 0px 6px; 
	-webkit-border-radius: 6px 0px 0px 6px;
	font-size: 11px;
	color: #000;
	padding: 5px;
	width: auto;
	height: auto;
	background-color:#CCC;
	border: #666 1px solid;
	position: absolute;
	top: 153px;
	right: 44px;
	display:none;
}

#planning{
	font-size: 11px;
	height: 720px;
	padding: 5px;
	float: left;
	margin-left: 30px;
	/*overflow-x: auto;*/
	width: 95%;
}

#semanas{
	min-width: 450%;
	/*max-height: 720px;*/
	/*margin-left: 37px;*/
}

.titulo_hora{
	font-style: italic;
	height: 24px;
}
.icono_hora{
	height: 13px;
}

#cuadranteCitas{
	/*background-color: #CCC;*/
	width:auto;
	height:auto;
	margin: 0 auto;
}
.contenidoDia{
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	float: left;
}

.D{
	border-right: #000 1px solid;
}

.cabeceraDia{
	/*border-bottom:#000 1px solid;*/
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background-color: #666;
	color: #fff;
	font-size: 11px;
}

.contenidoHora{
	border-top:#000 1px solid;
	/*border-bottom:#000 1px solid;*/
	padding: 5px;
	text-align:left;
	vertical-align: top;
	font-size: 10px;
}

.bloqueado{
	background-color: #ddd;
}

.ocupado{
	background-color: #FF9595;
}

.libre{
	background-color: #95FF95;
}

.seleccionado{
	background-color: #A79BD5;
	font-weight:bold;
	/*padding: 6.5px;*/
}