.navegador{
	margin-left: 5px;
	width: 150px;
	display: inline-block;
	vertical-align: middle;
}
#mes_actual{
	display: inline-block;
	vertical-align: middle;	
	width: 70px;
}
#mes_actual.largo{
	width: 190px;	
}

.btn-toolbar>.btn-group{
	margin-left: 15px;
}

#tabla-dias{
	margin-top: 10px;
	border-collapse: separate;
}

#tabla-dias th{
	text-align: center;
	color: #606060;
	font-family: "open sans",sans-serif;
	border-bottom: 1px solid #F2F2F2;	
}
#tabla-dias tbody td{
	border: 1px solid #F2F2F2;
	height: 60px;
	width: calc( 100% / 7 );
}
#tabla-dias tbody{
	border-bottom: 1px solid #F2F2F2;	
}
#tabla-dias tbody td:hover{
	border: 1px solid #00C1BD;
	cursor: pointer;
}
#tabla-dias .disabled{
	color: #C8C8C8;
}
#tabla-dias .hoy{
	color: #00C1BD;
	text-decoration: underline;
}
.cambiador_vista{
	color: #00C1BD;
	cursor: pointer;
}
.glyphicon-menu-up{
	position: relative;
	top: 3px;
}


#turnos{
	margin-top: 32px;
	margin-bottom: 32px;
}
.cabezera{
	font-family: Raleway-Regular;
	color: #606060;
	font-size: 17px;
	margin-bottom: 15px;
}
.turno{
	font-family: Raleway-Regular;
	height: 37px;
	border: 1px solid #F2F2F2;
	color: #606060;
	font-size: 16px;
	margin: 0px auto 13px;
	width: 175px;
	padding-top: 6px;
	
}
.turno:hover,
.turno.active{
	color: #00C1BD;
	border: 1px solid #00C1BD;
	cursor: pointer;
}
#resumen{
	border: 1px solid #F2F2F2;
	width: 100%;
	padding: 25px;
	margin-top: 32px;
}
.tipo_consulta{
	font-size: 25px;
	color: #606060;
	font-family: Raleway-Regular;
	margin-bottom: 4px;
}
.horario_costo{
	font-size: 16px;
	color: #606060;
	font-family: Raleway-Medium;
	margin-bottom: 10px;
}
.horario{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid black;
}
.fecha_hora{
	width: 100%;
	border-top: 1px solid #606060;
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 16px;
	color: #606060;
	font-family: Raleway-Light;
}
.direccion{
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 16px;
	color: #606060;
	font-family: Raleway-Light;
}
#resumen button{
	background-color: #00B9E8; 
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	width: 100%;
	margin-top: 20px;
	font-family: Raleway-Light;
	padding-top: 7px;
	padding-bottom: 6px;
}
#turnos label{
	font-family: Raleway-Regular;
}

